Go to the source code of this file.
Functions | |
void | tss_init (gdt_entry_t *gdt) |
Initializes the TSS. More... | |
void | tss_set_stack (uint32_t stack_pointer) |
Sets the TSS's kernel stack which is used to handle interrupts. More... | |
void | tss_load () |
Loads the TSS into the TR register. More... | |