summaryrefslogtreecommitdiff
path: root/src/pnpbios.c
Commit message (Expand)AuthorAgeFilesLines
* Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor2013-09-181-18/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-1/+2
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+2
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-2/+2
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-4/+4
* 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
* Misc fixes.Kevin O'Connor2009-01-171-2/+2
* 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
* Add linker magic to ensure 16bit variables aren't repeated in 32bit code.Kevin O'Connor2008-12-281-6/+4
* Initial PnP bios call support.Kevin O'Connor2008-12-211-0/+105