index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pirtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
2009-09-09
1
-1
/
+1
*
Use "p->sum -= checksum()" style for setting checksums.
Kevin O'Connor
2009-07-04
1
-1
/
+1
*
Do garbage collection of unused sections.
Kevin O'Connor
2009-06-10
1
-1
/
+1
*
Minor - change checksum functions to take a (void *).
Kevin O'Connor
2009-02-15
1
-1
/
+1
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
2008-12-29
1
-2
/
+2
*
Move pir table offset from ebda to a global variable.
Kevin O'Connor
2008-12-28
1
-4
/
+9
*
Cleanup of fixed space addresses.
Kevin O'Connor
2008-12-13
1
-1
/
+1
*
Avoid casting EBDA variables ipl.description and pir_loc.
Kevin O'Connor
2008-11-08
1
-1
/
+1
*
Add dprintf() status writes during startup of bios table inits.
Kevin O'Connor
2008-11-08
1
-0
/
+2
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-0
/
+1
*
PCI fixes
Kevin O'Connor
2008-06-21
1
-3
/
+2
*
Generate PIR table at post time.
Kevin O'Connor
2008-06-12
1
-0
/
+98