diff options
Diffstat (limited to 'kc/core/exceptions.h')
| -rw-r--r-- | kc/core/exceptions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kc/core/exceptions.h b/kc/core/exceptions.h index 5d22284..11696d5 100644 --- a/kc/core/exceptions.h +++ b/kc/core/exceptions.h @@ -1,7 +1,10 @@ #pragma once extern void page_fault_isr(void); +extern void general_protection_isr(void); +#define GENERAL_PROTECTION_VECTOR 0xd #define PAGE_FAULT_VECTOR 0xe void exceptions_init(void); + |
