[−][src]Module sunrise_kernel::i386::acpi
ACPI detection
This module is in charge of detecting the presence of ACPI and provide other part of the kernel with the data about the system.
Structs
MemoryHandler | ACPI Memory handler |
Statics
ACPI_INFO | Stores the ACPI data |
Functions
get_acpi_information | Get a reference to the ACPI information. |
init⚠ | Parse ACPI tables and store them. |
parse_rsdp_tag⚠ | Parse RSDP from multiboot2 a tag. |
try_get_acpi_information | Tries to get a pointer to the acpi information structure. |