mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 16:39:39 +00:00
nova: uefi boot support using multiboot2
- kernel provides ACPI RSDT/XSDT pointer - core exports it via a ROM called "platform_info" Issue #2242
This commit is contained in:
committed by
Norman Feske
parent
019528ee6a
commit
f30f0a81e0
@ -91,6 +91,8 @@ namespace Nova {
|
||||
struct Mem_desc
|
||||
{
|
||||
enum Type {
|
||||
ACPI_XSDT = -4,
|
||||
ACPI_RSDT = -3,
|
||||
MULTIBOOT_MODULE = -2,
|
||||
MICROHYPERVISOR = -1,
|
||||
AVAILABLE_MEMORY = 1,
|
||||
|
Reference in New Issue
Block a user