diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-03-16 20:46:15 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-03-16 20:46:15 +0200 |
commit | 785d20a6b809e140448108e29b791d59c4650c91 (patch) | |
tree | 2617763dac6520d83a969157e89c339ee70c6ee3 /src/makefile | |
parent | Switch lto to full (diff) | |
download | kernel.cpp-785d20a6b809e140448108e29b791d59c4650c91.tar.xz |
Mostly fix scheduler throwing page faults
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@" |