const RSDP_BIOS_AREA_START: usize = 0xe0000;
Expand description
The start of the main BIOS area below 1mb in which to search for the RSDP (Root System Description Pointer)
const RSDP_BIOS_AREA_START: usize = 0xe0000;
The start of the main BIOS area below 1mb in which to search for the RSDP (Root System Description Pointer)