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

x86 의 GDTR 레지스터의 자료 구조 More...

#include <segment.h>

Data Fields

unsigned long base
 
unsigned short limit
 

Detailed Description

x86 의 GDTR 레지스터의 자료 구조

Definition at line 99 of file segment.h.

Field Documentation

unsigned long base

시작 주소

Definition at line 101 of file segment.h.

Referenced by segment_init().

unsigned short limit

크기

Definition at line 100 of file segment.h.

Referenced by segment_init().


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