feat: add acpi rsdp parsing and extend startup memory mapping
This commit is contained in:
parent
e028f9ba63
commit
6c5c1f5c60
5 changed files with 166 additions and 30 deletions
|
|
@ -21,17 +21,17 @@ enum class tag_type : uint32_t {
|
|||
framebuffer = 8,
|
||||
elf_sections = 9,
|
||||
apm = 10,
|
||||
efi32 = 14,
|
||||
efi64 = 15,
|
||||
smbios = 16,
|
||||
acpi_old = 17,
|
||||
acpi_new = 18,
|
||||
network = 19,
|
||||
efi_mmap = 20,
|
||||
efi_bs = 21,
|
||||
efi32_ih = 22,
|
||||
efi64_ih = 23,
|
||||
load_base_addr = 24,
|
||||
efi32 = 11,
|
||||
efi64 = 12,
|
||||
smbios = 13,
|
||||
acpi_old = 14,
|
||||
acpi_new = 15,
|
||||
network = 16,
|
||||
efi_mmap = 17,
|
||||
efi_bs = 18,
|
||||
efi32_ih = 19,
|
||||
efi64_ih = 20,
|
||||
load_base_addr = 21,
|
||||
};
|
||||
|
||||
inline constexpr const char* get_tag_name(tag_type type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue