|
PatchworkOS
|
GDT descriptor structure. More...
#include <gdt.h>
Data Fields | |
| uint16_t | size |
| Size of the GDT - 1. | |
| uint64_t | offset |
| Address of the GDT. | |
GDT descriptor structure.
Used to load the GDT with the lgdt instruction.
| uint64_t gdt_desc_t::offset |
| uint16_t gdt_desc_t::size |