Clubcos
0.0.0
Clubcos - Clubc Operating System
|
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 |