[−][src]Module sunrise_bootstrap::gdt::i386::instructions::tables
Instructions for loading descriptor tables (GDT, IDT, etc.).
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'. |
Functions
lgdt⚠ | Load GDT table. |
lidt⚠ | Load IDT table. |
lldt⚠ | Load LDT table. |
ltr⚠ | Sets the task register to the given TSS segment. |