summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-16 20:42:37 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-16 20:42:37 +0200
commit3bac6dd02d640923646b8ad988f509f47adab57f (patch)
tree42d91a578fba55f6e0e6e473644aa7941ae1863c /Makefile
parentec6d07e29d1d55afe9d2c6f7f25e9fed20819af6 (diff)
working on smp support, strange things happening!?
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