From aba6ed4b91aff5d914be11704e34de75bfd4d003 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 10 Sep 2010 18:46:00 +0200 Subject: Each thread has its own stack. Added simple unit tests for kmalloc,kfree Found a bug in heap_contract (not sure) but didn't fix it. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a014ec..192c867 100644 --- a/Makefile +++ b/Makefile @@ -44,4 +44,8 @@ bochs: all floppy bochs -f bochs.cfg qemu: all floppy - qemu -fda $(Floppy) -m 8 + qemu -fda $(Floppy) -m 16 + +qemu-gdb: all floppy + qemu -fda $(Floppy) -m 16 -s -S & gdb src/kernel/kernel.elf -x gdb-cmd + -- cgit v1.2.3