pub fn configure_segments_and_sregs_flat32(
mem: &GuestMemory,
sregs: &mut Sregs,
) -> Result<()>Expand description
Configures the GDT, IDT, and segment registers for 32-bit protected mode with paging disabled.
pub fn configure_segments_and_sregs_flat32(
mem: &GuestMemory,
sregs: &mut Sregs,
) -> Result<()>Configures the GDT, IDT, and segment registers for 32-bit protected mode with paging disabled.