| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [pcbios] Restrict external memory allocations to the low 4GB | Michael Brown | 2016-03-08 | 1 | -85/+0![]() |
| | | | | | | | | | | | | | When running the 64-bit BIOS version of iPXE, restrict external memory allocations to the low 4GB to ensure that allocations (such as for initrds) fall within our identity-mapped memory region, and will be accessible to the potentially 32-bit operating system. Move largest_memblock() back to memtop_umalloc.c, since this change imposes a restriction that applies only to BIOS builds. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 1 | -1/+5 |
| | | | | | | | | Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [umalloc] Split largest_memblock() function out from init_eheap() | Michael Brown | 2012-11-06 | 1 | -0/+81 |
| Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||

