Chapter 5. Using Bochs

- using plugins?
- Resources for users
testing status page: tells what has been tried and who got it working
search on bochs web site
SourceForge
  - look for bug reports
  - how to report problems (present as FIXME request in chapter 6 as well)
  - How to make feature requests?

5.1. Command line arguments

The following table shows the arguments that can be used on the command line. For other arguments, see section bochsrc.

Table 5-1. command line arguments

ArgumentDescription
-qquick start (skip configuration interface)
-f filenamespecify configuration file
-ndon't try to load a configuration file
-r pathspecify path for restoring state (if save/restore support is compiled in)
--helpdisplay help message and exit

These arguments are handled directly after starting Bochs. The next step is to load a default or specified configuration file (unless disabled with -n). Then the rest of the command line (bochsrc options) is parsed. This is done after reading the configuration file so that the command line arguments can override the settings from the file.