add: idt
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
__attribute__((noreturn)) void exception_handler(void);
|
||||
|
||||
void exception_handler(void)
|
||||
{
|
||||
int8_t index = -1;
|
||||
|
||||
Reference in New Issue
Block a user