|
Kintsugi OS 0.2.0
x86 Monolithic OS
|
#include "../kklibc/ctypes.h"Go to the source code of this file.
Classes | |
| struct | __attribute__ |
Macros | |
| #define | KERNEL_CS 0x08 |
| #define | IDT_ENTRIES 256 |
Functions | |
| void | set_idt_gate (int n, u32 handler) |
| Заготовка обработчика IDT. | |
| void | set_idt () |
| Заготовка IDT. | |
Variables | |
| idt_gate_t | idt [IDT_ENTRIES] |
| idt_register_t | idt_reg |
| #define IDT_ENTRIES 256 |
| #define KERNEL_CS 0x08 |
| void set_idt | ( | ) |
Заготовка IDT.
| void set_idt_gate | ( | int | n, |
| u32 | handler | ||
| ) |
Заготовка обработчика IDT.
| n | |
| handler |
|
extern |
|
extern |