#[repr(C, packed(1))]struct GDTDescriptor {
pub table_size: u16,
pub table_addr: u64,
}Expand description
gdtd describes the gdt, don’t be confused, gdtd is not a gdt entdy (segment descriptor)
Fields§
§table_size: u16§table_addr: u64#[repr(C, packed(1))]struct GDTDescriptor {
pub table_size: u16,
pub table_addr: u64,
}gdtd describes the gdt, don’t be confused, gdtd is not a gdt entdy (segment descriptor)
table_size: u16§table_addr: u64