From d889ff14b26fd862e5b25f15b0f84ab157ca4a35 Mon Sep 17 00:00:00 2001 From: Erin Date: Sun, 4 Jun 2017 15:48:46 -0500 Subject: [PATCH] Makefile: add debug rule making qemu wait for gcc connection --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0699ceb..a8478a3 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ run: $(iso) run-trif: $(iso) qemu-system-x86_64 -cdrom $(iso) -no-reboot -d int -s +debug: $(iso) + qemu-system-x86_64 -cdrom $(iso) -s -S + iso: $(iso) $(iso): $(kernel)