diff --git a/Makefile b/Makefile index 2ef74908..db759a8e 100644 --- a/Makefile +++ b/Makefile @@ -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