Turnstone Operating System
Loading...
Searching...
No Matches
descriptor_gdt Struct Reference

general segment descriptor for gdt More...

#include <descriptor.h>

Public Attributes

union { 
 
   descriptor_gdt_null_t   null 
 null segment
 
   descriptor_gdt_code_t   code 
 code segment
 
   descriptor_gdt_data_t   data 
 data segment
 
};  
 

Detailed Description

general segment descriptor for gdt

only works for null, code, data. tss should be handled specially


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