Bochs/bochs/doc/man/bochs.1

85 lines
2.6 KiB
Groff
Raw Normal View History

2001-06-03 17:18:20 +04:00
.\Document Author: Timothy R. Butler - tbutler@uninetsolutions.com
.TH bochs 1 "29 Jun 2002" "bochs @version@" "The Bochs Project"
2001-06-03 17:18:20 +04:00
.\"SKIP_SECTION"
.SH NAME
bochs \- Portable x86 Emulator.
.\"SKIP_SECTION"
.SH SYNOPSIS
.B bochs
.RB [\| \-q \|]
.RB [\| \-qf
.IR configfile \|]
.RI \|[ bochsrc
.IR syntax \|]
2001-06-03 17:18:20 +04:00
.\"SKIP_SECTION"
.SH DESCRIPTION
.LP
Bochs is a portable Intel Architecture 32 (x86) emulator
that runs on most popular operating systems. Inside the
emulator, it can run many operating systems including
Linux and Microsoft(R) Windows(R).
.\".\"DONT_SPLIT"
.SH OPTIONS
.TP
.BI \-q
When you run bochs with this option, it will skip the start
menu and search for a configuration file called .bochsrc in
the current directory and your home directory.
.TP
.BI \-qf\ configfile
When you run bochs with this option, it will skip the start
menu and use the specified configuration file.
.LP
You can override the settings from the configuration file
with command line arguments, using the same syntax as the
bochsrc file. If you have any spaces in your command line
arguments, they should be enclosed in single quotes.
For information on Bochs command line and configuration
file arguments, see the man page
.B bochsrc(5).
Example:
bochs -q 'boot:a' 'floppya: 1_44=a.img, status=inserted'
2001-06-03 17:18:20 +04:00
.\"SKIP_SECTION"
.SH LICENSE
This program is distributed under the terms of the GNU
Lesser General Public License as published by the Free
Software Foundation. See the COPYING file located in
/usr/local/share/doc/bochs/ for details on the license and
2001-06-03 17:18:20 +04:00
the lack of warrantee.
.\"SKIP_SECTION"
.SH AVAILABILITY
The latest version of this program can be found at:
http://bochs.sourceforge.net/getcurrent.html
2001-06-03 17:18:20 +04:00
.\"SKIP_SECTION"
.SH SEE ALSO
bochsrc(5), bochs-dlx(1), bximage(1)
2001-06-03 17:18:20 +04:00
.PP
.nf
The Bochs IA-32 Emulator site on the World Wide Web:
http://bochs.sourceforge.net
The Getting Started Guide for Bochs on Linux:
/usr/local/share/doc/bochs/DOC-linux.html
2001-06-03 17:18:20 +04:00
.fi
.\"SKIP_SECTION"
.SH AUTHORS
The Bochs emulator was created by Kevin Lawton
(kevin@mandrakesoft.com), and is currently maintained
by the members of the Bochs x86 Emulator Project. You
2001-06-03 17:18:20 +04:00
can see a current roster of members at:
http://bochs.sourceforge.net/getinvolved.html
2001-06-03 17:18:20 +04:00
.\"SKIP_SECTION"
.SH BUGS
Please report all bugs to the bug tracker on our web
site. Just go to http://bochs.sourceforge.net, and click
"Bug Reports" on the sidebar under "Feedback".
2001-06-03 17:18:20 +04:00
.PP
Provide a detailed description of the bug, the version of
the program you are running, the operating system you are
running the program on and the operating system you
are running in the emulator.