Browse Source

Makefile: add debug rule making qemu wait for gcc connection

master
3moon 8 years ago
parent
commit
d889ff14b2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@ -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)


Loading…
Cancel
Save