Xyris  0.5
gdt.hpp File Reference
#include <stdint.h>
#include <Arch/i686/Arch.i686.hpp>
+ Include dependency graph for gdt.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  GDT::Limit
 
struct  GDT::Limit::LimitSections
 
union  GDT::Base
 
struct  GDT::Base::BaseSections
 
struct  GDT::Entry
 

Namespaces

 GDT
 

Functions

void GDT::init ()
 

Detailed Description

The Global Descriptor Table (GDT) is specific to the IA32 architecture. It contains entries telling the CPU about memory segments.

Author
Keeton Feavel (keeto.nosp@m.nfea.nosp@m.vel@c.nosp@m.edar.nosp@m.ville.nosp@m..edu)
Version
0.3
Date
2019-09-26

Definition in file gdt.hpp.