专门做玉的网站,网站改版提升总结,做网站的算什么行业,打开网站显示建设中获取QEMU代码
git clone https://gitlab.com/qemu-project/qemu.git
切换对应的工程分支
使用git指令切换到对应的分支上#xff0c;我这里使用的是stable-4.0的分支
git checkout -b stable-4.0 remotes/origin/stable-4.0
配置编译
在工程的根目录下执行
./conf…获取QEMU代码
git clone https://gitlab.com/qemu-project/qemu.git
切换对应的工程分支
使用git指令切换到对应的分支上我这里使用的是stable-4.0的分支
git checkout -b stable-4.0 remotes/origin/stable-4.0
配置编译
在工程的根目录下执行
./configure --target-listaarch64-linux-user,aarch64-softmmu --enable-virtfs --enable-debug
然后执行make视情况是否要执行make install
内核代码获取与编译
busybox代码获取与编译
制作rootfs
启动你的arm虚拟机