| UbixOS
    2.0
    | 
#include <gdt.h>

| Data Fields | |
| unsigned char | access | 
| unsigned char | baseHigh | 
| unsigned short | baseLow | 
| unsigned char | baseMed | 
| unsigned int | granularity:4 | 
| unsigned int | limitHigh:4 | 
| unsigned short | limitLow | 
| unsigned char gdtDescriptor::access | 
Definition at line 70 of file gdt.h.
Referenced by sys_sysarch().
| unsigned char gdtDescriptor::baseHigh | 
Definition at line 73 of file gdt.h.
Referenced by sys_sysarch().
| unsigned short gdtDescriptor::baseLow | 
Definition at line 68 of file gdt.h.
Referenced by sys_sysarch().
| unsigned char gdtDescriptor::baseMed | 
Definition at line 69 of file gdt.h.
Referenced by sys_sysarch().
| unsigned int gdtDescriptor::granularity | 
Definition at line 72 of file gdt.h.
Referenced by sys_sysarch().
| unsigned int gdtDescriptor::limitHigh | 
Definition at line 71 of file gdt.h.
Referenced by sys_sysarch().
| unsigned short gdtDescriptor::limitLow | 
Definition at line 67 of file gdt.h.
Referenced by sys_sysarch().