diff options
Diffstat (limited to 'src/utils/pic.h')
| -rw-r--r-- | src/utils/pic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/pic.h b/src/utils/pic.h index 2734437..5ee1ab2 100644 --- a/src/utils/pic.h +++ b/src/utils/pic.h @@ -3,7 +3,8 @@ #include "types.h" -#define IDT_TYPE_1 0x8E00 +#define IDT_INT_GATE 0x8E00 +#define IDT_TRAP_GATE 0xEF00 typedef struct IDT_ENTRY { u16 segment; |
