Add simple Bochs target

This commit is contained in:
Baptiste Wicht 2014-03-27 22:36:42 +01:00
parent d52b5677ce
commit b9465824ba

View File

@ -45,6 +45,9 @@ bochs: default
bochs -qf tools/bochsrc.txt -rc commands
rm commands
bochs_simple: default
bochs -qf tools/bochsrc.txt
debug: default
echo "c" > commands
bochs -qf tools/debug_bochsrc.txt -rc commands