summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-30 19:41:15 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-30 19:41:15 +0200
commit4c6017d0d21cb085bf3757c2949e435481840fe6 (patch)
tree8daf7eefd434828117d15825679010c50df15aa4 /Makefile
parent558bf072fff36ae9f09e332cf8aa536db8ef17c0 (diff)
fixed bochs
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 ############