summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-05 10:12:12 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-05 10:12:12 +0200
commit7e6fe0e794187ebf7ed81cf0897d78219c9ecc4b (patch)
tree536ecc5e73924845e3a10c697a1af637983f91b6 /Makefile
parent72b40c1b54651fba2783ae42a0ef8b50a5ae0670 (diff)
moved bochs configs to own directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e98bf8..c366cc7 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ FoolData.img: binfont.bin $(MP_BIN)
# run in our local bochs (we need cirrus support for our vesa mode)
run: all
- ~/opt/bochs-2.6.6/bochs -q -rc bochsdebug
+ ~/opt/bochs-2.6.6/bochs -q -f bochs/bochsrc -rc bochs/bochsdebug
############ cleanup ############