From 242fe4a5752bf66ae4c00438f5e9ce66b0774c38 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 10 Apr 2021 17:24:13 +0200 Subject: Enable tasks execution and syscalls --- src/utils/pic.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils/pic.h') 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; -- cgit v1.2.3