#include <oskit/x86/base_tss.h>void base_tss_load(void);
This function activates the base_tss in the processor using the LTR instruction, after clear the busy bit in the BASE_TSS segment descriptor to ensure that a spurious trap isn't generated.
- base_gdt
- 10.7.1