From 05b104b09292dac40c85aab7ab7b2ea2265d407b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 5 Dec 2014 02:45:36 +0100 Subject: playing with external debugging in qemu from gdb --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3