|
@@ -92,8 +92,8 @@ if [ $flag_can_run -eq 1 ]; then
|
|
|
if [ ${IA32_USE_QEMU} == 0 ]; then
|
|
|
bochs -q -f ${bochsrc} -rc ./tools/bochsinit
|
|
|
else
|
|
|
- qemu-system-x86_64 -cdrom ${iso} -m 512M \
|
|
|
- -monitor telnet::2333,server,nowait -serial stdio -s -cpu IvyBridge --enable-kvm \
|
|
|
+ qemu-system-x86_64 -cdrom ${iso} -m 512M -smp 2,cores=2,threads=1,sockets=1 \
|
|
|
+ -monitor telnet::2333,server,nowait -serial stdio -s -S -cpu IvyBridge --enable-kvm \
|
|
|
-drive id=disk,file=bin/disk.img,if=none \
|
|
|
-device ahci,id=ahci \
|
|
|
-device ide-hd,drive=disk,bus=ahci.0 \
|