From 785d20a6b809e140448108e29b791d59c4650c91 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 16 Mar 2021 20:46:15 +0200 Subject: Mostly fix scheduler throwing page faults --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index af6c874..d3b3c47 100644 --- a/src/makefile +++ b/src/makefile @@ -8,7 +8,7 @@ CXX_OBJ += src/kernel.o \ src/idt.o \ src/idt/exception.o src/idt/interruptgate.o src/idt/interrupthandler.o \ src/vmm.o \ - src/scheduler.o + src/scheduler.o src/scheduler/task.o src/cpu/irq.h: $(OBJ_DIR)/src/idt/stubs.o @echo " GEN $@" -- cgit v1.2.1