grml...
[seabios.git] / src / misc.c
2010-07-29 Kevin O'ConnorAdd FUNC16() helper macro for converting a 16bit func...
2010-07-25 Kevin O'ConnorMinor - introduce GDT_GRANLIMIT macro.
2010-07-25 Kevin O'ConnorAvoid code addresses >64K in big real mode.
2010-01-05 Kevin O'ConnorAdd int1589 support.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-09-09 Kevin O'ConnorRename VAR16_32 to VAR16VISIBLE.
2009-08-10 Kevin O'ConnorAdd helper macros for defining GDT descriptors.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-25 Kevin O'ConnorAdd malloc_high/fseg() and rework bios table creation...
2009-03-07 Kevin O'ConnorRegister int02 handler (nmi); disable NMI by default.
2009-02-08 Kevin O'ConnorMinor - rename BX_PANIC to panic.
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-18 Kevin O'ConnorReserve space for buffers in f-segment; don't allocate...
2009-01-17 Kevin O'ConnorMove variables from assembler to C code.