aboutsummaryrefslogtreecommitdiff
path: root/src/pnpbios.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor1-18/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-1/+2
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-1/+2
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-2/+2
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-4/+4
2009-09-09Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor1-1/+1
2009-07-04Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor1-1/+1
2009-06-10Do garbage collection of unused sections.Kevin O'Connor1-1/+1
2009-02-15Minor - change checksum functions to take a (void *).Kevin O'Connor1-1/+1
2009-01-17Misc fixes.Kevin O'Connor1-2/+2
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-29Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor1-2/+2
2008-12-28Add linker magic to ensure 16bit variables aren't repeated in 32bit code.Kevin O'Connor1-6/+4
2008-12-21Initial PnP bios call support.Kevin O'Connor1-0/+105