diff options
author | Alexis211 <alexis211@gmail.com> | 2009-08-21 23:59:19 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-08-21 23:59:19 +0200 |
commit | 74e721676ddd5d996ccf2e1d35da57320f658609 (patch) | |
tree | b39d766c8e27a654c89c2435131e5eaf193125d8 /Source/Kernel/Makefile | |
parent | ae803baa4e0ec584c7afd3f6d55f2e6b32010b46 (diff) | |
download | Melon-74e721676ddd5d996ccf2e1d35da57320f658609.tar.gz Melon-74e721676ddd5d996ccf2e1d35da57320f658609.zip |
Kernel now loads in higher half, and uses a VT for output.
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |