#include <oskit/x86/base_idt.h>void base_idt_load(void);
This function loads the base_idt into the processor, so that subsequent traps and hardware interrupts will vector through it. It uses the kvtolin macro to compute the proper linear address of the IDT to be loaded into the processor.
- kvtolin
- 10.6.2
- base_idt
- 10.7.4