diff --git a/Makefile b/Makefile index 804389c0..432d16dd 100644 --- a/Makefile +++ b/Makefile @@ -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