Skip to main content

Module gdt

Module gdt 

Source
Expand description

Global Descriptor Table (GDT): owns the kernel segment descriptors and the TSS selector, and loads them into the CPU.

Authors: MarioS271

Structsยง

Gdt
Owns the kernel GlobalDescriptorTable; must not move after Gdt::init (the CPU holds its address).