aboutsummaryrefslogtreecommitdiff
path: root/src/memmap.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-05Add support for field width argument to %x (eg, %08x).Kevin O'Connor1-2/+2
2009-04-26Minor - simplify add_e820() function.Kevin O'Connor1-14/+11
2009-02-27Minor - simplify add_e820() function.Kevin O'Connor1-33/+28
2009-02-17Clear out the BiosTableSpace array on each boot.Kevin O'Connor1-0/+1
2009-02-08Minor - rename BX_PANIC to panic.Kevin O'Connor1-1/+1
2009-01-17Reserve space for buffers in f-segment; don't allocate from freespace.Kevin O'Connor1-17/+4
2009-01-17Try to automatically fit sections into open spaces in the fixed area.Kevin O'Connor1-5/+5
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-10Various minor comment updates.Kevin O'Connor1-1/+1
2008-11-29Don't reset .bss on reboots.Kevin O'Connor1-0/+1
2008-11-08Update e820 map in place instead of copying it.Kevin O'Connor1-15/+10
2008-08-29Print out percentage of space used for bios tables during boot.Kevin O'Connor1-4/+7
2008-07-05Use ld to build final rom; remove custom build utilities.Kevin O'Connor1-2/+5
2008-07-04Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.Kevin O'Connor1-2/+2
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-0/+1
2008-07-04Breakup rombios32.c into pciinit.c and smbios.cKevin O'Connor1-0/+4
2008-06-21Make 0xa0000 - 0x10000 a "gap" in the e820 map.Kevin O'Connor1-2/+4
2008-06-11Support auto-merging e820 maps of same type.Kevin O'Connor1-10/+25
2008-06-08Enhance e820 memory map generation - include files missing from last commit.Kevin O'Connor1-0/+138