|
| 启动命令qemu-system-aarch64.exe -m 8192 -cpu cortex-a76 -smp 8,sockets=4,cores=2 -M virt -bios E:\jx\QEMU_EFI.fd -device VGA -device nec-usb-xhci -device usb-mouse -device usb-kbd -drive if=none,file=E:\jx\kylindisk.qcow2,id=hd0 -device virtio-blk-device,drive=hd0 |
|
如果报qemu-system-aarch64.exe: unable to find CPU model 'cortex-a76'这个错误把76改为72试试 |