MentOS
0.8.0
The Mentoring Operating System
|
This structure describes one interrupt gate. More...
Public Attributes | |
uint16_t | offset_low |
The lower 16 bits of the ISR's address. | |
uint16_t | seg_selector |
The GDT segment selector that the CPU will load into CS before calling the ISR. | |
uint8_t | reserved |
This will ALWAYS be set to 0. | |
uint8_t | options |
Descriptor options: |P|DPL|01110| (P: present, DPL: required Ring). | |
uint16_t | offset_high |
The higher 16 bits of the ISR's address. | |
This structure describes one interrupt gate.