![]() |
Max OS 0.3
|
A struct that holds the Interrupt Descriptor Table Register (IDTR) More...
#include <interrupts.h>
Public Attributes | |
| uint16_t | limit |
| The size of the IDT. | |
| uint64_t | base |
| The start address of the IDT. | |
A struct that holds the Interrupt Descriptor Table Register (IDTR)
Definition at line 50 of file interrupts.h.
| uint64_t MaxOS::hardwarecommunication::IDTR::base |
The start address of the IDT.
Definition at line 52 of file interrupts.h.
| uint16_t MaxOS::hardwarecommunication::IDTR::limit |
The size of the IDT.
Definition at line 51 of file interrupts.h.