pub fn init() -> KernelResult<()>Expand description
Initialize the ACPI subsystem by parsing tables from the RSDP address provided by the UEFI bootloader.
Must be called after memory management is initialized (physical memory
mapping available via phys_to_virt).