Module structures

Source
Expand description

Representations of various x86 specific structures and descriptor tables.

Modules§

gdt
Types for the Global Descriptor Table and segment selectors.
idt
Provides types for the Interrupt Descriptor Table and its entries.
paging
Abstractions for page tables and other paging related structures.
port
Traits for accessing I/O ports.
tss
Provides a type for the task state segment structure.

Structs§

DescriptorTablePointer
A struct describing a pointer to a descriptor table (GDT / IDT). This is in a format suitable for giving to ‘lgdt’ or ‘lidt’.