支持使用Qemu运行armhf、aarch64系统

This commit is contained in:
2023-11-11 20:53:27 +08:00
parent f5b2a3fd93
commit 47bdde1eb3
10 changed files with 239 additions and 197 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
sudo apt update
sudo apt install qemu-system qemu-user qemu-efi qemu-efi-aarch64 -y
sudo apt install qemu-system qemu-user qemu-efi qemu-efi-aarch64 qemu-efi-arm -y
sudo apt install qemu-user-static binfmt-support qemu-system-gui -y
echo 安装完成!按回车键退出
read