summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cefabb4..e080398 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ FoolData.img: binfont.bin
# run in our local bochs (we need cirrus support for our vesa mode)
run: FoolOS.img
- ~/opt/bochs-2.6.6/bochs -q
+ ~/opt/bochs-2.6.6/bochs -q -rc bochsdebug
############ cleanup ############