You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value stored in BootInfo::rsdp_addr is the first one found in the RSDP of ACPI v1 and ACPI v2 (source code).
In my environment (QEMU), the RSDP for ACPI v1 is always stored.
Is it possible to implement a way to specify the ACPI version in the RSDP passed to the kernel?
Alternatively, there may be a way to pass the system_table to the kernel so that the kernel can use the UEFI runtime features.