summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a45417a..2a8beb4 100644
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,7 @@ $(FOOLOS_VDI): disk.img
# run in our local bochs (we need cirrus support for our vesa mode)
run-bochs: all
- ~/opt/bochs-2.6.6/bochs -q -f bochs/bochsrc -rc bochs/bochsdebug
+ ~/opt/bochs-2.6.8/bin/bochs -q -f bochs/bochsrc -rc bochs/bochsdebug
# run in qemu
run-qemu:
@@ -165,7 +165,7 @@ run-qemu:
run-qemu-debug:
# qemu -enable-kvm -s -S ~/temp/FoolOs/disk.img
# qemu -enable-kvm -s -singlestep disk.img
- qemu -enable-kvm -s -S -kernel foolos.img -smp 4 # -initrd ext2.img
+ qemu -enable-kvm -s -S -kernel foolos.img -smp 4 # -initrd ext2.img
stop:
killall qemu