|
MentOS
0.8.0
The Mentoring Operating System
|
Data structure representing a GDT descriptor. More...
Public Attributes | |
| uint16_t | limit_low |
| The lower 16 bits of the limit. | |
| uint16_t | base_low |
| The lower 16 bits of the base. | |
| uint8_t | base_middle |
| The next 8 bits of the base. | |
| uint8_t | access |
| Access flags, determine what ring this segment can be used in. | |
| uint8_t | granularity |
| SegLimit_hi(4 bit) AVL(1 bit) L(1 bit) D/B(1 bit) G(1bit). | |
| uint8_t | base_high |
| The last 8 bits of the base. | |
Data structure representing a GDT descriptor.