aboutsummaryrefslogtreecommitdiffstats
path: root/src/pirtable.c
Commit message (Expand)AuthorAgeFilesLines
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-1/+1
* Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor2009-09-091-1/+1
* Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor2009-07-041-1/+1
* Do garbage collection of unused sections.Kevin O'Connor2009-06-101-1/+1
* Minor - change checksum functions to take a (void *).Kevin O'Connor2009-02-151-1/+1
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor2008-12-291-2/+2
* Move pir table offset from ebda to a global variable.Kevin O'Connor2008-12-281-4/+9
* Cleanup of fixed space addresses.Kevin O'Connor2008-12-131-1/+1
* Avoid casting EBDA variables ipl.description and pir_loc.Kevin O'Connor2008-11-081-1/+1
* Add dprintf() status writes during startup of bios table inits.Kevin O'Connor2008-11-081-0/+2
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+1
* PCI fixesKevin O'Connor2008-06-211-3/+2
* Generate PIR table at post time.Kevin O'Connor2008-06-121-0/+98