rust-osdev/uefi-rs

Consider increasing the number of `EXTRA_ENTRIES` allocated for the exit_boot_services memory map

Opened this issue · 0 comments

See this linux efi patch: https://marc.info/?l=linux-efi&m=173376826126650&w=2

Our definition is here:

const EXTRA_ENTRIES: usize = 8;