summaryrefslogtreecommitdiff
path: root/Source/Kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r--Source/Kernel/Makefile17
1 files changed, 15 insertions, 2 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile
index e42e881..7c0389e 100644
--- a/Source/Kernel/Makefile
+++ b/Source/Kernel/Makefile
@@ -16,9 +16,22 @@ Objects = Core/kmain.wtf.o \
Core/Sys.ns.o \
Core/CMem.ns.o \
MemoryManager/Mem.ns.o \
- DisplayManager/Disp.ns.o \
+ MemoryManager/PhysMem.ns.o \
+ MemoryManager/GDT.wtf.o \
+ MemoryManager/GDT.ns.o \
+ MemoryManager/PageDirectory.class.o \
+ MemoryManager/PageAlloc.ns.o \
+ DeviceManager/Disp.ns.o \
+ DeviceManager/Dev.ns.o \
+ DeviceManager/Time.ns.o \
VTManager/VirtualTerminal.class.o \
- Devices/Display/VGATextOutput.class.o
+ VTManager/VT.ns.o \
+ Library/Bitset.class.o \
+ Library/String.class.o \
+ SyscallManager/IDT.ns.o \
+ SyscallManager/IDT.wtf.o \
+ Devices/Display/VGATextOutput.class.o \
+ Devices/Timer.class.o
all: $(OutFile)
echo "* Done with $(OutFile)."