summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-05 02:45:36 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-05 02:45:36 +0100
commit05b104b09292dac40c85aab7ab7b2ea2265d407b (patch)
treed98e3bad5b0792d1bfbafa95b94c06fdb64e6d6a /Makefile
parent73c5852c068f3dcd58cdb8617251c5aca59b2460 (diff)
playing with external debugging in qemu from gdb
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