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

find_madt_cpus

Function find_madt_cpus 

Source
pub fn find_madt_cpus() -> Option<Vec<(u32, u32, bool)>>
Expand description

Find MADT CPU topology data.

Returns a vector of (apic_id, acpi_processor_id, is_usable) tuples.