pub struct Gdt {
table: Once<GlobalDescriptorTable>,
}Expand description
Owns the kernel GlobalDescriptorTable; must not move after Gdt::init
(the CPU holds its address).
Fields§
§table: Once<GlobalDescriptorTable>pub struct Gdt {
table: Once<GlobalDescriptorTable>,
}Owns the kernel GlobalDescriptorTable; must not move after Gdt::init
(the CPU holds its address).
table: Once<GlobalDescriptorTable>