mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-23 11:39:42 +01:00
Update basic.sh
This commit is contained in:
parent
527588d5a2
commit
67f69c5fcd
1 changed files with 2 additions and 2 deletions
4
basic.sh
4
basic.sh
|
@ -8,7 +8,7 @@ OVMF=$VMDIR/firmware
|
||||||
|
|
||||||
qemu-system-x86_64 \
|
qemu-system-x86_64 \
|
||||||
-enable-kvm \
|
-enable-kvm \
|
||||||
-m 2G \
|
-m 12G \
|
||||||
-machine q35,accel=kvm \
|
-machine q35,accel=kvm \
|
||||||
-smp 4,cores=2 \
|
-smp 4,cores=2 \
|
||||||
-cpu Penryn,vendor=GenuineIntel,kvm=on,+sse3,+sse4.2,+aes,+xsave,+avx,+xsaveopt,+xsavec,+xgetbv1,+avx2,+bmi2,+smep,+bmi1,+fma,+movbe,+invtsc \
|
-cpu Penryn,vendor=GenuineIntel,kvm=on,+sse3,+sse4.2,+aes,+xsave,+avx,+xsaveopt,+xsavec,+xgetbv1,+avx2,+bmi2,+smep,+bmi1,+fma,+movbe,+invtsc \
|
||||||
|
@ -18,7 +18,7 @@ qemu-system-x86_64 \
|
||||||
-drive if=pflash,format=raw,file="$OVMF/OVMF_VARS-1024x768.fd" \
|
-drive if=pflash,format=raw,file="$OVMF/OVMF_VARS-1024x768.fd" \
|
||||||
-vga qxl \
|
-vga qxl \
|
||||||
-device ich9-intel-hda -device hda-output \
|
-device ich9-intel-hda -device hda-output \
|
||||||
-usb -device usb-kbd -device usb-mouse \
|
-usb -device usb-kbd -device usb-tablet \
|
||||||
-netdev user,id=net0 \
|
-netdev user,id=net0 \
|
||||||
-device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \
|
-device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \
|
||||||
-device ich9-ahci,id=sata \
|
-device ich9-ahci,id=sata \
|
||||||
|
|
Loading…
Reference in a new issue