summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/hidemem.h
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-17/+0Star
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* [pcbios] Support arbitrary splits of the e820 memory mapMichael Brown2008-08-181-10/+2Star
| | | | | | | | | | | | | | | | | | | | | | Allow for an arbitrary number of splits of the system memory map via INT 15,e820. Features of the new map-mangling algorithm include: Supports random access to e820 map entries. Requires only sequential access support from the underlying e820 map, even if our caller uses random access. Empty regions will always be stripped. Always terminates with %ebx=0, even if the underlying map terminates with CF=1. Allows for an arbitrary number of hidden regions, with underlying regions split into as many subregions as necessary. Total size increase to achieve this is 193 bytes.
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-2/+0Star
|
* Call hide_etherboot() from startup(), rather than requiring the prefix toMichael Brown2007-01-141-0/+2
| | | | do it.
* Some operating systems get a nasty shock if a region of the E820 map seemsMichael Brown2007-01-141-25/+3Star
| | | | | to start on a non-page boundary. Make life safer by rounding out our edited regions.
* Allow external code to update hidden memory regions.Michael Brown2007-01-121-0/+45