Change license from GPLv3 to LGPLv3.
[seabios.git] / src / memmap.c
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...