MicrOS
|
Go to the source code of this file.
Macros | |
#define | GDT_SIZE 6 |
Functions | |
void | gdt_init () |
void | gdt_fill_entry (int index, bool executable, uint8_t privilege_level) |
void | gdt_fill_entry_as_tss (int index, tss_entry *tss) |
#define GDT_SIZE 6 |
void gdt_fill_entry | ( | int | index, |
bool | executable, | ||
uint8_t | privilege_level | ||
) |
void gdt_fill_entry_as_tss | ( | int | index, |
tss_entry * | tss | ||
) |
void gdt_init | ( | ) |