<li><ahref="#recent">Where is the most recent version?</a>
<li><ahref="#files">What files were installed?</a>
<li>Where's the <ahref="docs-html/faq.html">FAQ</a>?
<li>Where is the rest of the documentation? (<ahref="docs-html/index.html">local copy</a> - <ahref="http://bochs.sourceforge.net/docs-html">online</a>)
<li><ahref="#quickstart">How can I try out Bochs in 10 minutes or less?</a>
<li><ahref="#tools">What tools are included in this package?</a>
<li><ahref="#learnmore">How do I learn more?</a>
<li>Do you guys have a website? <ahref="http://bochs.sourceforge.net">Take me there!</a>
When you install a Bochs RPM for Linux, you get the Bochs executables and
tools, ROM image files, documentation, and a sample disk image that allows
Bochs to boot Linux. Here is a list of the files that are installed by the
RPM, and a brief description of each one. The files which can be viewed in
text form are shown as links. <br>
<tablealign=centerborder=1>
<th>File name </th><th> Description </th>
<tr><td><ahref="README ">/usr/local/bochs/@VERSION@/README </a></td><td> the ReadMe file from the source distribution. </td></tr>
<tr><td><ahref="COPYING ">/usr/local/bochs/@VERSION@/COPYING </a></td><td> copy of the LGPL license </td></tr>
<tr><td><ahref="DOC-linux.html ">/usr/local/bochs/@VERSION@/DOC-linux.html </a></td><td> this file </td></tr>
<tr><td><ahref="docs-html/index.html ">/usr/local/bochs/@VERSION@/docs-html/* </a></td><td> a local copy of all Bochs documentation ( <ahref="http://bochs.sourceforge.net/docs-html">Online copy</a> )</td></tr>
<tr><td><ahref="CHANGES ">/usr/local/bochs/@VERSION@/CHANGES </a></td><td> what is changed between versions </td></tr>
<tr><td>/usr/local/bochs/@VERSION@/BIOS-bochs-latest </td><td> ROM BIOS image for Bochs </td></tr>
<tr><td>/usr/local/bochs/@VERSION@/VGABIOS-elpin-2.40 </td><td> VGA BIOS image for Bochs </td></tr>
<tr><td><ahref="VGABIOS-elpin-LICENSE ">/usr/local/bochs/@VERSION@/VGABIOS-elpin-LICENSE </a></td><td> license for VGA BIOS </td></tr>
<tr><td>/usr/local/bin/bochs </td><td> the main Bochs executable (This is actually a symbolic link to /usr/local/bochs/@VERSION@/bochs) </td></tr>
<tr><td>/usr/local/bin/bximage </td><td> tool for making new disk images (This is actually a symbolic link to /usr/local/bochs/@VERSION@/bximage)</td></tr>
<tr><td>/usr/local/bin/bochs-docs </td><td> script to start up browser with this page </td></tr>
<tr><td>/usr/local/bin/bochs-dlx </td><td> run this script to try out DLX Linux inside Bochs!</td></tr>
<tr><td>/usr/local/bochs/dlxlinux/ </td><td> directory containing DLX linux sample disk image </td></tr>
<tr><td><ahref="../dlxlinux/README ">/usr/local/bochs/dlxlinux/README </a></td><td> description of DLX linux</td></tr>
<tr><td><ahref="../dlxlinux/bochsrc.txt ">/usr/local/bochs/dlxlinux/bochsrc.txt </a></td><td> Bochs configuration file for DLX</td></tr>
<tr><td>/usr/local/bochs/dlxlinux/hd10meg.img </td><td> disk image file (10 meg) </td></tr>
<tr><td><ahref="../dlxlinux/testform.txt ">/usr/local/bochs/dlxlinux/testform.txt </a></td><td> Form for reporting success or failure </td></tr>
Here is an example run of bximage, in which I made a 12-meg hard disk image called c.img. The default answer to a question is always printed in brackets.
If you want to accept the default choice, you can just press return. Also,
you can always quit bximage by pressing Control-C.
Here are some sources of more information about Bochs:
<ul>
<li> The rest of the documentation (<ahref="docs-html/index.html"> local copy</a> - <ahref="http://bochs.sourceforge.net/docs-html">online</a>)
<li> The bochs-developers mailing list ( <ahref="http://bochs.sourceforge.net/mailinglists.html"> online </a>)
<li> The Bochs website at <ahref="http://bochs.sourceforge.net">http://bochs.sourceforge.net</a> has a collection of disk images of different operating systems. Some disk images are the size of a floppy disk (1 meg compressed) and others are gigantic (160 meg compressed). ( <ahref="http://bochs.sourceforge.net/diskimages.html">Go there</a> )