Closed
Description
It seems like there are sometimes both ACPI v1 and v2 RSDPs in memory: rust-osdev/bootloader#172 . Since we want to prioritize the v2 RSDP it would be great if the RSDP::search_for_on_bios
function was able to return all available RSDPs, not just the first. This could be for example implemented by returning an Iterator
from the function or by adding a start_offset
parameter (perhaps in a separate function). Would you be open to a PR that implements something like this?
Metadata
Metadata
Assignees
Labels
No labels