|
Kintsugi OS 0.4.0
x86 Monolithic OS
|
#include "gdt.h"Macros | |
| #define | GDT_ENTRIES 3 |
Functions | |
| static void | gdt_set_gate (int n, u32 base, u32 limit, u8 access, u8 gran) |
| void | gdt_install () |
Variables | |
| static gdt_entry_t | gdt [GDT_ENTRIES] |
| static gdt_register_t | gdt_reg |
| #define GDT_ENTRIES 3 |
| void gdt_install | ( | ) |
|
static |
|
static |