不带调试功能的简单安装方法:
sudo apt-get install bochs
在这里下载源代码http://bochs.sourceforge.net 可以下载源文件安装 我下载版本为 bochs-2.4.2.tar.gz
加压然后进入bochs目录
./configuer
如果要调试功能的话,可查看configure文件做相应调整
--enable-debugger compile in support for Bochs internal debugger
--enable-disasm compile in support for disassembler
--enable-debugger-gui compile in support for Bochs internal debugger GUI
--with-sdl use SDL libraries
网上说要加最后一个暂时没有明白其意。
make
./bochs
运行 BOCHS运行需要.bochsrc文件,在LINUX下以.开头的文件都是隐藏文件
到现在为止算是安装差不多了