From c92beeedda51487696ce476ee30604f22e7b2270 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sat, 29 Aug 2009 13:39:06 +0200 Subject: The Melon kernel now has support for simple multitasking --- Source/Kernel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/Kernel/Makefile') diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 7c0389e..58b8a0b 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -24,6 +24,10 @@ Objects = Core/kmain.wtf.o \ DeviceManager/Disp.ns.o \ DeviceManager/Dev.ns.o \ DeviceManager/Time.ns.o \ + TaskManager/Process.class.o \ + TaskManager/Thread.class.o \ + TaskManager/Task.ns.o \ + TaskManager/Task.wtf.o \ VTManager/VirtualTerminal.class.o \ VTManager/VT.ns.o \ Library/Bitset.class.o \ -- cgit v1.2.3