1 Star 3 Fork 1

wawanala / ohos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qemu-note.md 780 Bytes
一键复制 编辑 原始数据 按行查看 历史
wawanala 提交于 2022-06-13 09:20 . add qemu-note.md.

安装 linux

wget https://download.qemu.org/qemu-7.0.0.tar.xz
mkdir build
cd build
../configure --prefix=/usr/local --sysconfdir=/etc --target-list=arm-softmmu,aarch64-softmmu,riscv64-softmmu,riscv32-softmm
make -j8
sudo make install
#脚本自动配置网桥
QEMU_LIBEXECDIR=$(cat meson-private/cmd_line.txt | grep libexecdir | sed 's/= /\n/g' | sed  -n '2p')
sudo chmod +s $QEMU_LIBEXECDIR/qemu-bridge-helper
QEMU_SYSCONFIGDIR=$(cat meson-private/cmd_line.txt | grep sysconfdir | sed 's/= /\n/g' | sed  -n '2p')
sudo mkdir $QEMU_SYSCONFIGDIR/qemu
echo 'allow all' | sudo tee -a $QEMU_SYSCONFIGDIR/qemu/bridge.conf 

win10

https://qemu.weilnetz.de/w64/2021/qemu-w64-setup-20211215.exe
http://down.qudong51.net:801/soft/tap-windows-9.9.2_3.rar
C
1
https://gitee.com/wawanala/ohos.git
git@gitee.com:wawanala/ohos.git
wawanala
ohos
ohos
master

搜索帮助