From 74e721676ddd5d996ccf2e1d35da57320f658609 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 21 Aug 2009 23:59:19 +0200 Subject: Kernel now loads in higher half, and uses a VT for output. --- Source/Kernel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Kernel/Makefile') diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 3cc45cc..e42e881 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -15,7 +15,9 @@ Objects = Core/kmain.wtf.o \ Core/cppsupport.wtf.o \ Core/Sys.ns.o \ Core/CMem.ns.o \ + MemoryManager/Mem.ns.o \ DisplayManager/Disp.ns.o \ + VTManager/VirtualTerminal.class.o \ Devices/Display/VGATextOutput.class.o all: $(OutFile) -- cgit v1.2.3