x86 인터럽트 디스크립터에서 interrupt gate 의 자료 구조
More...
#include <idt.h>
x86 인터럽트 디스크립터에서 interrupt gate 의 자료 구조
Definition at line 47 of file idt.h.
size of gate: 1 = 32, 0 = 16
Definition at line 53 of file idt.h.
DPL
Definition at line 55 of file idt.h.
Offset LSB part
Definition at line 48 of file idt.h.
Offset MSB part
Definition at line 57 of file idt.h.
Present
Definition at line 56 of file idt.h.
000
Definition at line 51 of file idt.h.
0
Definition at line 54 of file idt.h.
Segment selector
Definition at line 49 of file idt.h.
Interrupt = 110, Trap = 111, Task = 101
Definition at line 52 of file idt.h.
Definition at line 50 of file idt.h.
The documentation for this struct was generated from the following file: