mirror of
https://github.com/ipxe/ipxe
synced 2026-05-29 05:00:58 +03:00
3e8909cf5f
Devices with only 32-bit DMA addressing are relatively common even on systems with 64-bit CPUs. Limit relocation of iPXE to 32-bit address space so that I/O buffers and other DMA allocations will be accessible by 32-bit devices. Signed-off-by: Michael Brown <mcb30@ipxe.org>