![]() |
Max OS 0.3
|
An entry in the Interrupt Descriptor Table (IDT) More...
#include <interrupts.h>
Public Attributes | |
| uint16_t | address_low_bits |
| The low bits of the handler function address. | |
| uint16_t | segment_selector |
| The code segment selector in the GDT to use when this interrupt fires. | |
| uint8_t | ist |
| The offset into the Interrupt Stack Table (0 if not used) (see TSS) | |
| uint8_t | flags |
| Flags: The type of gate this entry represents (0xE for interrupt gate, 0xF for trap gate), The privilege level required to invoke this interrupt and whether the interrupt is present (. | |
| uint16_t | address_mid_bits |
| The middle bits of the handler function address. | |
| uint32_t | address_high_bits |
| The high bits of the handler function address. | |
| uint32_t | reserved |
| Reserved, must be zero. | |
An entry in the Interrupt Descriptor Table (IDT)
Definition at line 62 of file interrupts.h.
| uint32_t MaxOS::hardwarecommunication::InterruptDescriptor::address_high_bits |
The high bits of the handler function address.
Definition at line 69 of file interrupts.h.
| uint16_t MaxOS::hardwarecommunication::InterruptDescriptor::address_low_bits |
The low bits of the handler function address.
Definition at line 64 of file interrupts.h.
| uint16_t MaxOS::hardwarecommunication::InterruptDescriptor::address_mid_bits |
The middle bits of the handler function address.
Definition at line 68 of file interrupts.h.
| uint8_t MaxOS::hardwarecommunication::InterruptDescriptor::flags |
Flags: The type of gate this entry represents (0xE for interrupt gate, 0xF for trap gate), The privilege level required to invoke this interrupt and whether the interrupt is present (.
Definition at line 67 of file interrupts.h.
| uint8_t MaxOS::hardwarecommunication::InterruptDescriptor::ist |
The offset into the Interrupt Stack Table (0 if not used) (see TSS)
Definition at line 66 of file interrupts.h.
| uint32_t MaxOS::hardwarecommunication::InterruptDescriptor::reserved |
Reserved, must be zero.
Definition at line 70 of file interrupts.h.
| uint16_t MaxOS::hardwarecommunication::InterruptDescriptor::segment_selector |
The code segment selector in the GDT to use when this interrupt fires.
Definition at line 65 of file interrupts.h.