StuBS
gdt.cc File Reference
#include "machine/gdt.h"
#include "machine/core.h"
#include "debug/assert.h"
#include "debug/output.h"
Include dependency graph for gdt.cc:

Namespaces

namespace  GDT
 Abstracts the GDT that, primarily, contains descriptors to memory segments.
 

Functions

constexpr Pointer GDT::gdt_protected_mode_pointer (protected_mode)
 
constexpr Pointer GDT::gdt_long_mode_pointer (long_mode)
 

Constants

static SegmentDescriptor GDT::protected_mode []
 
static SegmentDescriptor GDT::long_mode []