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