Add simple Bochs target

This commit is contained in:
Baptiste Wicht 2014-03-27 22:36:42 +01:00
parent 30175d3413
commit 3df6abb169

View File

@ -47,6 +47,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