pub fn configure_segments_and_sregs(
mem: &GuestMemory,
sregs: &mut Sregs,
) -> Result<()>Expand description
Configures the GDT, IDT, and segment registers for long mode.
pub fn configure_segments_and_sregs(
mem: &GuestMemory,
sregs: &mut Sregs,
) -> Result<()>Configures the GDT, IDT, and segment registers for long mode.