mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
Mapping a single page at a time causes a several-second delay at device initialisation time. Reduce this by mapping multiple pages at a time, using the largest block sizes possible given the alignment constraints. Signed-off-by: Michael Brown <mcb30@ipxe.org>