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

x86 ISR 에서 사용되는 에러 코드를 표현하는 32 bits 자료 구조 More...

#include <idt.h>

Data Fields

unsigned long ext:1
 
unsigned long idt:1
 
unsigned long selector:29
 
unsigned long ti:1
 

Detailed Description

x86 ISR 에서 사용되는 에러 코드를 표현하는 32 bits 자료 구조

Definition at line 71 of file idt.h.

Field Documentation

unsigned long ext

Definition at line 72 of file idt.h.

unsigned long idt

Definition at line 73 of file idt.h.

unsigned long selector

Definition at line 75 of file idt.h.

unsigned long ti

Definition at line 74 of file idt.h.


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