Clubcos  0.0.0
Clubcos - Clubc Operating System
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 페이지들
tagGdt 구조체 참조

GDT를 나타내는 구조체입니다. 더 자세히 ...

#include <gdt.h>

데이타 필드

uint16_t Size_0_15
 
uint16_t Address_0_15
 
uint8_t Address_16_23
 
union {
   struct {
      unsigned   SegmentType:4
 
      unsigned   S:1
 
      unsigned   DPL:2
 
      unsigned   P:1
 
   } 
 
   GdtType1   type1
 
}; 
 
union {
   struct {
      unsigned   Size_16_19:4
 
      unsigned   AVL:1
 
      unsigned   reserved:1
 
      unsigned   D:1
 
      unsigned   G:1
 
   } 
 
   GdtType2   type2
 
}; 
 
uint8_t Address_24_32
 

상세한 설명

GDT를 나타내는 구조체입니다.

필드 문서화

union { ... }
union { ... }
uint16_t Address_0_15
uint8_t Address_16_23
uint8_t Address_24_32
unsigned AVL
unsigned D
unsigned DPL
unsigned G
unsigned P
unsigned reserved
unsigned S
unsigned SegmentType
uint16_t Size_0_15
unsigned Size_16_19
GdtType1 type1
GdtType2 type2

이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: