summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 : "; \