mirror of
https://github.com/ipxe/ipxe
synced 2026-05-22 00:03:42 +03:00
92ced72080
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>