⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

init

Function init 

Source
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).