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

parse_madt_topology

Function parse_madt_topology 

Source
pub fn parse_madt_topology() -> Vec<CpuInfo>
Expand description

Parse MADT to extract CPU topology.

On x86_64, delegates to the ACPI module. On other architectures, returns an empty vector.