This commit is contained in:
Baptiste Wicht 2014-02-08 22:23:35 +01:00
parent 092c73f9c0
commit 37f9745b73
4 changed files with 3 additions and 3 deletions

View File

@ -67,16 +67,16 @@ qemu: default
bochs: default
echo "c" > commands
bochs -qf bochsrc.txt -rc commands
bochs -qf tools/bochsrc.txt -rc commands
rm commands
debug: default
echo "c" > commands
bochs -qf debug_bochsrc.txt -rc commands
bochs -qf tools/debug_bochsrc.txt -rc commands
rm commands
gdb: default
bochs -qf gdb_bochsrc.txt
bochs -qf tools/gdb_bochsrc.txt
force_look:
true