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

parse_srat

Function parse_srat 

Source
pub fn parse_srat(srat_data: &[u8]) -> Vec<SratEntry>
Expand description

Parse the raw SRAT table bytes into structured entries.

The SRAT has a 48-byte header (36-byte SDT header + 4 reserved + 8 reserved) followed by variable-length sub-table entries.