nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
task_gate Struct Reference

x86 인터럽트 디스크립터에서 task gate 의 자료 구조 More...

#include <idt.h>

Data Fields

unsigned long dpl:2
 
unsigned long p:1
 
unsigned long reserved:5
 
unsigned long selector:16
 
unsigned long unused0:16
 
unsigned long unused1:8
 
unsigned long unused2:16
 

Detailed Description

x86 인터럽트 디스크립터에서 task gate 의 자료 구조

Definition at line 34 of file idt.h.

Field Documentation

unsigned long dpl

Descriptor Privilege Level

Definition at line 39 of file idt.h.

unsigned long p

Present

Definition at line 40 of file idt.h.

unsigned long reserved

Reserved - 00101

Definition at line 38 of file idt.h.

unsigned long selector

TSS Segment Selector

Definition at line 36 of file idt.h.

unsigned long unused0

Unused

Definition at line 35 of file idt.h.

unsigned long unused1

Unused

Definition at line 37 of file idt.h.

unsigned long unused2

Unused

Definition at line 41 of file idt.h.


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