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 3587e4e..c090265 100644
--- a/Makefile
+++ b/Makefile
@@ -155,6 +155,9 @@ run-bochs: all
run-qemu: all
qemu-system-i386 $(FOOLOS)
+run-qemu-debug: all
+ qemu-system-i386 -s -S $(FOOLOS)
+
run: run-bochs
newrun: clean run