MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
idt_descriptor_t Struct Reference

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.
 

Detailed Description

This structure describes one interrupt gate.


The documentation for this struct was generated from the following file: