mirror of https://github.com/E-Almqvist/eOS
parent
7cdd3157cd
commit
afc74a8ec9
@ -1,7 +1,12 @@ |
|||||||
#include "../lib/types.h" |
#include "../lib/types.h" |
||||||
|
|
||||||
|
#define IDT_MAX_DESCS 256 |
||||||
|
|
||||||
__attribute__((noreturn)) |
__attribute__((noreturn)) |
||||||
void exception_handler(); |
void exception_handler(); |
||||||
|
|
||||||
__attribute__((noreturn)) |
__attribute__((noreturn)) |
||||||
void interupt_handler(); |
void interupt_handler(); |
||||||
|
|
||||||
|
void idt_set_desc(uint8, void*, uint8); |
||||||
|
void idt_init(); |
||||||
|
Loading…
Reference in new issue