1、Ubuntu版本
https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/20.04/
image.png
2、Bochs源代码版本
https://sourceforge.net/projects/bochs/files/bochs/
bochs-2.6.10.tar.gz
解压到ubuntu
1)./configure --prefix=/home/yangay/bochs --enable-debugger --enable-disasm --enable-iodebug --enable-x86-debugger --with-x --with-x11
2)make
- make install
3、virtualbox和ubuntu相互能访问
image.png
如果你想使用mobaXTerm访问Ubuntu,则需要在Ubuntu上安装OPENSSH-Server
yangay@yangay-VirtualBox:~/桌面$ sudo apt-get install openssh-server
4、搭建Bochs
image.png
image.png