Function x86_64::regs::configure_segments_and_sregs_flat32

source ·
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.