StuBS
|
#include "machine/gdt.h"
#include "machine/core.h"
#include "debug/assert.h"
#include "debug/output.h"
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 [] |