summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/firmware/pcbios/memmap.c
Commit message (Expand)AuthorAgeFilesLines
* [pcbios] Print INT 15,E820 extended attributes, if presentMichael Brown2008-09-291-3/+43
* [pcbios] Sanity-check the INT15,e820 and INT15,e801 memory mapsMichael Brown2008-09-241-0/+33
* [memmap] Allow for 4GB+ systems in debug messageMichael Brown2008-09-231-3/+3
* [pcbios] Add extra debugging messages relating to the system memory mapMichael Brown2008-09-071-4/+7
* [i386] Change semantics of __from_data16 and __from_text16Michael Brown2008-07-011-1/+1
* Added more verbose memory-map debugging.Michael Brown2007-09-211-11/+34
* Move uninitialised .data16 variables to .bss16; saves around 2000Michael Brown2007-07-161-1/+1
* Make the getmemsize() prototype available in memsizes.h, for code thatMichael Brown2007-01-141-14/+5Star
* Move memmap.h out of arch/i386; it no longer contains anythingMichael Brown2007-01-111-1/+1
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Add a "count" field to struct memory_map.Michael Brown2006-05-251-6/+8
* Define a struct memory_map with a fixed number of entries, rather thanMichael Brown2006-05-241-12/+12
* Update to REAL_CODE()Michael Brown2006-05-241-38/+29Star
* Set carry flag before calling INT 15,e801 and INT 15,e820.Michael Brown2006-05-241-4/+4
* Replaced memsizes.c with smaller memmap.c, taking advantage of __data16,Michael Brown2006-05-241-0/+214