1.bochs这是码下怎么回事
2.Ubuntuä¸Bochsçè°è¯åè½å¦ä½å¼å¯ï¼
3.bochs源代码
4.lbochsè¿è¡Win11
5.Ubuntu 20.04 系统环境下配置 Bochs虚拟机 (2.6.11) 第一期
6.Ubuntu bochs源码安装时出现: make: *** 没有指明目标并且找不到 makefile。 停止。码下
bochs这是码下怎么回事
我不是这样弄的,这是码下我的方法:Bochs源代码:
适用于Bochs的Windows XP系统镜像
下载地址:
开始之前
你若尝试过早期版本的Bochs,你可能还记得,码下亚洲最新源码在线观看那个时候的码下flutterwrap源码Bochs并没有用户界面,如果你想顺利地在Bochs上运行Windows,码下则必须修改两个配置文件:bochsout.txt和bochsrc.txt,码下并将其和Windows系统镜像一起放置于手机内部存储(或存储卡)根目录的码下SDL文件夹下。而现在,码下新版的码下Bochs已经有了图形界面,你将可以在Bochs里更加直观地配置硬件和修改参数。码下
开始安装
首先,码下androidpdf源码将apk格式的码下Bochs安装包和img格式的Windows系统镜像传送到你的手机,放置于任何目录下均可,码下前提是你可以找到它们。
安装Bochs并打开它,unlockfile源码你将看到硬件和参数的配置界面,
将ata0-master前面的复选框选中,然后点击select;
选择img格式的系统镜像文件,答主这里的jqueryeq源码是Windows.img;
其他项无需更改;
点击顶部的HARDWARE选项卡,按照以下设置方法完成设置:
CPU Model无需更改;
Chipset选择ifx;
内存的大小视你的手机的实际硬件配置而定,答主的手机内存为2GB,故在此项,答主将内存设置为MB;
VGA Card设置为cirrus_;
Sound Card设置为sb;
Ethernet Card设置为rtl;
PCI设置中,Slot1设置为cirrus,Slot2设置为ne2k,Slot3设置为es,Slot4设置为voodoo,Slot5设置为none。
设置完成后结果如下:
点击顶部的MISC选项卡,
将Full screen前面的复选框选中以使Windows可以全屏运行;
点击右上角绿色的Start按钮以启动Windows。
Ubuntuä¸Bochsçè°è¯åè½å¦ä½å¼å¯ï¼
$ sudo apt-get install vgabios bochs bochs-x bximage
æ²å ¥è¿æ ·ä¸è¡å½ä»¤ï¼ä¸ä¸ä¼å¿å°±è£ 好äºã缺ç¹:没æè°è¯åè½çï¼è¿æ¾ç¶ä¸è½æ»¡è¶³æ们çéè¦ï¼æ以æ好çæ¹æ³è¿æ¯ä»æºä»£ç å®è£ .
é¦å ä¸è½½ææ°çæ¬å°Bochs: piler default output file name… configure: error: C compiler cannot create executables
解决办法:
[thornbird@thornbird bochs-2.4]$ sudo apt-get install libc6-dev
问题2:
...
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
解决方法:
[thornbird@thornbird bochs-2.4]$ sudo apt-get install build-essential
问题3:
[thornbird@thornbird bochs-2.4]$ make
make: *** 没有指明目标并且找不到 makefile.停止。
解决方法:
[thornbird@thornbird bochs-2.4]$ sudo apt-get install build-essential
问题4:
...
checking for wxWidgets library version...
checking for default gui on this platform... x
ERROR: X windows gui was selected, but X windows libraries were not found.
解决方法: 配置的时候加上"--with-nogui "
或者改成:[thornbird@thornbird bochs-2.4]$sudo apt-get install xorg-dev (建议)
问题5:
Package gtk+-2.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `gtk+-2.0.pc'to the PKG_CONFIG_PATH environment variableNo package 'gtk+-2.0' foundERROR: pkg-config was not found, or unable to access the gtk+-2.0 package.Install pkg-config and the gtk+ development package,or disable the gui debugger, or the wxWidgets display library (whichever is being used).
解决方法:
[thornbird@thornbird bochs-2.4]$sudo apt-get install libgtk2.0-dev
问题6:
install: 无法获取"./bochsdbg" 的文件状态(stat): 没有该文件或目录
解决办法:需要在make后,将bochs拷贝一份,命名为bochsdbg
[thornbird@thornbird bochs-2.4]$ cp bochs bochsdbg