Recently, I have seen some people play bochs.
But there is a small problem, that is, bochs does not have a direct menu like VM.
Many people do not know which hard disk image file to create
You can easily install bximage.exe in the bochsinstallation directory.
Run as command line:
========================================================== ======================================
Bximage
Disk Image creation tool for bochs
$ ID: bximage. c 10933 2012-01-04 19: 34: 08z vruppert $
========================================================== ======================================
Do you want to create a floppy disk image or a hard disk image? <-You need to select a floppy disk image FD or a hard disk image HD.
Please type HD or FD. [hd] HD
What kind of image shocould I create? <-Input image type
Please type flat, sparse or growing. [Flat]
Enter the hard disk size in megabytes, between 1 and 129023 <-input size
[10] 12000
I will create a 'Flat' hard disk image with <-tell you the information
Cyl = 1, 24380
Heads = 16
Sectors per track = 63
Total sectors = 24575040
Total size = 11999.53 megabytes
What shoshould I name the image? <-Enter the image name.
[C. img]
Writing: [] Done. <-written
I wrote 12582420480 bytes to C. IMG.
The following line shoshould appear in your bochsrc:
Ata0-master: TYPE = disk, Path = "C. IMG", mode = flat, cylinders = 24380, heads = 16, SP
T = 63
(The line is stored in your windows clipboard, use CTRL-V to paste)
Press any key to continue
File generation location: win7 is in
C: \ Users \ luozhuang \ appdata \ Local \ virtualstore \ Program Files (x86) \ Bochs-2.5.1 \ c. img