diff cos/Makefile @ 25:d3c4bf3720a3

Beginning of multitasking
author windel
date Tue, 27 Dec 2011 13:31:38 +0100
parents d8627924d40d
children dcce92b1efbc
line wrap: on
line diff
--- a/cos/Makefile	Fri Dec 02 14:00:02 2011 +0100
+++ b/cos/Makefile	Tue Dec 27 13:31:38 2011 +0100
@@ -26,6 +26,7 @@
 	kernel/keyboard.o \
 	kernel/klib.o \
 	kernel/malloc.o \
+	kernel/task.o \
 	kernel/timer.o
 
 lcfosc.bin: $(CRT0) $(OBJECTS) linker.ld