Add support for field width argument to %x (eg, %08x).
[seabios.git] / src / memmap.c
2009-05-06 Kevin O'ConnorAdd support for field width argument to %x (eg, %08x).
2009-04-27 Kevin O'ConnorMinor - simplify add_e820() function.
2009-02-28 Kevin O'ConnorMinor - simplify add_e820() function.
2009-02-18 Kevin O'ConnorClear out the BiosTableSpace array on each boot.
2009-02-08 Kevin O'ConnorMinor - rename BX_PANIC to panic.
2009-01-18 Kevin O'ConnorReserve space for buffers in f-segment; don't allocate...
2009-01-17 Kevin O'ConnorTry to automatically fit sections into open spaces...
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-11 Kevin O'ConnorVarious minor comment updates.
2008-11-29 Kevin O'ConnorDon't reset .bss on reboots.
2008-11-08 Kevin O'ConnorUpdate e820 map in place instead of copying it.
2008-08-30 Kevin O'ConnorPrint out percentage of space used for bios tables...
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-07-04 Kevin O'ConnorBreakup rombios32.c into pciinit.c and smbios.c
2008-06-21 Kevin O'ConnorMake 0xa0000 - 0x10000 a "gap" in the e820 map.
2008-06-12 Kevin O'ConnorSupport auto-merging e820 maps of same type.
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation - include files...