Module tables

Source
Expand description

Functions to load GDT, IDT, and TSS structures.

Re-exports§

pub use crate::structures::DescriptorTablePointer;

Functions§

lgdt
Load a GDT.
lidt
Load an IDT.
load_tss
Load the task state register using the ltr instruction.
sgdt
Get the address of the current GDT.
sidt
Get the address of the current IDT.