From 3be1804db57e5d1ff08f46c7b7418729da631c26 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 11 Oct 2009 18:38:05 +0200 Subject: Tasking now works with linked lists --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a15bfad..1ee22b3 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,9 @@ bochs: qemu: qemu -fda $(Floppy) -m 16 +qemu_debug: + qemu -fda $(Floppy) -m 16 -s -S & gdb Source/Kernel/Melon.ke -x Qemu-GDB-Debug-CMD + stats: echo; echo " ** Statistics for project O3S ** "; \ echo -n "Lines of code : "; \ -- cgit v1.2.3