|
PatchworkOS
|
IDT descriptor structure. More...
#include <idt.h>
Data Fields | |
| uint16_t | size |
| Size of the IDT in bytes - 1. | |
| uint64_t | offset |
| Address of the IDT. | |
IDT descriptor structure.
Used to load the IDT with the lidt instruction.
| uint64_t idt_desc_t::offset |
| uint16_t idt_desc_t::size |