summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/firmware/pcbios/hidemem.c
Commit message (Expand)AuthorAgeFilesLines
* [pcbios] Add facility for testing arbitrary E820 memory mapsMichael Brown2008-09-251-0/+15
* [pcbios] Inhibit INT 15 memory map hiding on brain-dead BIOSesMichael Brown2008-09-241-0/+27
* [pcbios] Add extra debugging messages relating to the system memory mapMichael Brown2008-09-071-0/+10
* [pcbios] Support arbitrary splits of the e820 memory mapMichael Brown2008-08-181-36/+46
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-1/+1
* Fix typoMichael Brown2007-07-041-1/+1
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-2/+9
* Call hide_etherboot() from startup(), rather than requiring the prefix toMichael Brown2007-01-141-0/+16
* Provide {get,set}_fbms() in basemem.h.Michael Brown2007-01-141-8/+7Star
* Some operating systems get a nasty shock if a region of the E820 map seemsMichael Brown2007-01-141-18/+77
* Allow external code to update hidden memory regions.Michael Brown2007-01-121-25/+2Star
* 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
* Also hide base memory region from E820 map.Michael Brown2006-05-251-2/+7
* Fix printf format warning errorMichael Brown2006-05-251-2/+3
* Code to install the new E820 mangler (which doesn't require copyingMichael Brown2006-05-241-80/+78Star
* Initial revisionMichael Brown2005-03-081-0/+94