summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-01 12:29:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-01 12:29:20 +0200
commit4b139d9287358011fddb672f2a4e5b377c2278ed (patch)
tree7f41e49051f7f79491ee3b7e11b568360c964334 /src/Makefile
parent50dcbcbe2a661f55da0037b0a545ff8d2c3ef890 (diff)
downloadabaos-4b139d9287358011fddb672f2a4e5b377c2278ed.tar.gz
abaos-4b139d9287358011fddb672f2a4e5b377c2278ed.tar.bz2
easier debugging with ncurses mode and local gdbinit file
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 3e89a74..f15a8d9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -77,11 +77,11 @@ clean:
-rm -f boot.bin kernel.bin kernel.sym kernel.elf image.bin magic.bin *.o boot.map image.tmp
run-qemu: image.bin
- qemu-system-i386 -d guest_errors -m 32 -drive "file=image.bin,if=ide,format=raw" \
+ qemu-system-i386 -curses -d guest_errors -m 32 -drive "file=image.bin,if=ide,format=raw" \
-serial file:serial.log
run-qemu-debug: image.bin
- qemu-system-i386 -S -s -d guest_errors -m 32 -drive "file=image.bin,if=ide,format=raw" \
+ qemu-system-i386 -curses -S -s -d guest_errors -m 32 -drive "file=image.bin,if=ide,format=raw" \
-serial file:serial.log
run-bochs: