Xyris  0.5
gdt.cpp File Reference
+ Include dependency graph for gdt.cpp:

Go to the source code of this file.

Namespaces

 GDT
 

Macros

#define ARCH_GDT_MAX_ENTRIES   5
 

Functions

void GDT::init ()
 

Variables

struct Entry GDT::gdt [ARCH_GDT_MAX_ENTRIES]
 
struct Registers::GDTR GDT::gdtr
 

Detailed Description

The Global Descriptor Table (GDT) is specific to the IA32 architecture.

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-11-14

Definition in file gdt.cpp.

Macro Definition Documentation

◆ ARCH_GDT_MAX_ENTRIES

#define ARCH_GDT_MAX_ENTRIES   5

Definition at line 15 of file gdt.cpp.