summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/firmware/pcbios/e820mangler.S
Commit message (Expand)AuthorAgeFilesLines
* [pcbios] Allow for larger-than-20-byte buffers in e820mangler.SMichael Brown2008-09-291-14/+45
* [pcbios] Save/restore %es in INT 15,e820Michael Brown2008-09-291-0/+2
* [pcbios] Fetch INT 15,e820 entry directly into our e820 cacheMichael Brown2008-09-251-19/+9Star
* [pcbios] Support arbitrary splits of the e820 memory mapMichael Brown2008-08-181-311/+73Star
* [pcbios] Prepare for multiple splits of hidden e820 memory regionsMichael Brown2008-08-181-2/+327
* Ensure that empty e820 regions are skipped even at the end of theMichael Brown2007-10-101-11/+18
* Check to see if we've reached the end of the map before attempting toMichael Brown2006-08-311-0/+5
* Add "addr32" required explicitly by older gas.Michael Brown2006-06-121-1/+1
* Windows Server 2003 sulks if we feed it an empty region in base memoryMichael Brown2006-06-091-4/+42
* Why should pushal/popal put the registers on the stack in a logicalMichael Brown2006-05-251-1/+1
* Cope with regions bigger than 4GB.Michael Brown2006-05-241-243/+370
* Initial revisionMichael Brown2005-03-081-0/+296