How the CPU stores the GDT.
More...
#include <gdt.h>
|
| uint16_t | size |
| | The size of the GDT.
|
| |
| uint64_t | address |
| | The address of the GDT.
|
| |
How the CPU stores the GDT.
Definition at line 42 of file gdt.h.
◆ address
| uint64_t MaxOS::system::GDTRegister::address |
The address of the GDT.
Definition at line 45 of file gdt.h.
◆ size
| uint16_t MaxOS::system::GDTRegister::size |
The size of the GDT.
Definition at line 44 of file gdt.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/MaxOS/MaxOS/kernel/include/system/gdt.h