MyOS Kernel
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | idt_set_gate (int n, uint32_t handler) |
void | load_idt () |
void idt_set_gate | ( | int | n, |
uint32_t | handler | ||
) |
Sets an IDT gate.
n | the IDT gate to set |
handler | the handler for the gate. |
void load_idt | ( | ) |
Loads the IDT