文档里说了
http://bochs.sourceforge.net/cgi-bin/to ... index.html
The easiest way to setup Bochs for the first time is to use the example configuration file called bochsrc-sample.txt. Locate that file (location depends on the (host) OS and on the installation facility used) and copy it to a location where Bochs looks for that file, see Section 5.2.
就是复制 bochsrc-sample.txt(位置是/usr/share/doc/bochs)作为配置文件,而配置文件的搜索顺序在Section 5.2也提到了
http://bochs.sourceforge.net/cgi-bin/to ... index.html
5.2. Search order for the configuration file
If no configuration file is specified on the command line and config file loading is not disabled, Bochs searches for a default configuration file. This is the search order:
1.
.bochsrc in the current directory
2.
bochsrc in the current directory
3.
bochsrc.txt in the current directory
4.
(win32 only) bochsrc.bxrc in the current directory
5.
(Unix only) .bochsrc in the user's home directory
6.
(Unix only) bochsrc in the /etc directory
于是最简单的办法就是
cd 到某个目录
cp /usr/share/doc/bochs/bochsrc-sample.txt bochsrc
就在这个目录下建立了配置文件。
接下来,接着看文档
http://bochs.sourceforge.net/cgi-bin/to ... index.html
The next step is to change the configuration so that it fits your needs: ...