From 3bac6dd02d640923646b8ad988f509f47adab57f Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 16 May 2015 20:42:37 +0200 Subject: working on smp support, strange things happening!? --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3