aboutsummaryrefslogtreecommitdiffstats
path: root/src/memmap.c
Commit message (Expand)AuthorAgeFilesLines
* Don't reset .bss on reboots.Kevin O'Connor2008-11-291-0/+1
* Update e820 map in place instead of copying it.Kevin O'Connor2008-11-081-15/+10
* Print out percentage of space used for bios tables during boot.Kevin O'Connor2008-08-291-4/+7
* Use ld to build final rom; remove custom build utilities.Kevin O'Connor2008-07-051-2/+5
* Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.Kevin O'Connor2008-07-041-2/+2
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+1
* Breakup rombios32.c into pciinit.c and smbios.cKevin O'Connor2008-07-041-0/+4
* Make 0xa0000 - 0x10000 a "gap" in the e820 map.Kevin O'Connor2008-06-211-2/+4
* Support auto-merging e820 maps of same type.Kevin O'Connor2008-06-111-10/+25
* Enhance e820 memory map generation - include files missing from last commit.Kevin O'Connor2008-06-081-0/+138