1bximage(1) The Bochs Project bximage(1)
2
3
4
6 bximage - Interactive Disk Image Creator for Bochs
7
9 bximage [options] [filename]
10
12 Bximage is an easy to use console based tool for creating disk
13 images, particularly for use with Bochs. It is completely inter‐
14 active if no command line arguments are used. It can be switched to
15 a non-interactive mode if all required parameters are given in the com‐
16 mand line.
17
19 When you run bximage without one of the following options, it will
20 appear in interactive mode and ask for all required parameters
21 to create an image.
22
23 -fd Create a floppy image.
24
25 -hd Create a hard disk image.
26
27 -mode=...
28 Image mode (for hard disks only - see the bochsrc sample for
29 supported options).
30
31 -size=...
32 Image size in megabytes (e.g. 1.44 for floppy image, 10 for hard
33 disk image).
34
35 -q Quiet mode (don't prompt for user input). Without this option
36 bximage uses the command line parameters as defaults for the
37 interactive mode. If this option is given and one of the
38 required parameters is missing, bximage will fall back to inter‐
39 active mode.
40
41 --help Print a summary of the command line options for bximage and
42 exit.
43
44 The filename parameter specifies the name of the image to be created.
45
47 This program is distributed under the terms of the GNU Lesser Gen‐
48 eral Public License as published by the Free Software Foundation.
49 See the COPYING file located in /usr/share/doc/bochs-2.3/ for
50 details on the license and the lack of warranty.
51
53 The latest version of this program can be found at:
54 http://bochs.sourceforge.net/getcurrent.html
55
57 bochs(1), bochsrc(5), bochs-dlx(1), bxcommit(1)
58
59 The Bochs IA-32 Emulator site on the World Wide Web:
60 http://bochs.sourceforge.net
61
62 Online Bochs Documentation
63 http://bochs.sourceforge.net/doc/docbook
64
66 Bximage was written by Bryce Denney, based on several similar tools
67 from the bochs-developers list.
68
70 Please report all bugs to the bug tracker on our web site. Just go
71 to http://bochs.sourceforge.net, and click "Bug Reports" on the sidebar
72 under "Feedback."
73
74 Provide a detailed description of the bug, the version of the program
75 you are running, the operating system you are running the program on
76 and the operating system you are running in the emulator.
77
78
79
80
81bximage 29 Dec 2005 bximage(1)