File name | Description |
README.txt | the ReadMe file from the source distribution. |
COPYING.txt | copy of the LGPL license |
DOC-win32.htm | this file |
docs-html/* | a local copy of all Bochs documentation ( Online copy ) |
CHANGES.txt | what is changed between versions |
BIOS-bochs-latest | ROM BIOS image for Bochs |
VGABIOS-elpin-2.40 | VGA BIOS image for Bochs |
VGABIOS-elpin-LICENSE.txt | license for VGA BIOS |
bochs.exe | the main Bochs executable |
bximage.exe | tool for making new disk images |
sb16ctrl.exe | tool to control sb16 in Bochs |
sb16ctrl.txt | examples of sb16ctrl commands |
dlxlinux/ | directory containing DLX linux sample disk image |
dlxlinux/README.txt | description of DLX linux |
dlxlinux/bochsrc.txt | Bochs configuration file for DLX |
dlxlinux/hd10meg.img | disk image file (10 meg) |
dlxlinux/start.bat | Run this BAT file to try out DLX Linux inside Bochs! |
dlxlinux/testform.txt | Form for reporting success or failure |
c:\bochs> bximage
========================================================================
bximage
Disk Image Creation Tool for Bochs
========================================================================
Do you want to create a floppy disk image or a hard disk image?
Please type hd or fd. [hd]
Enter the hard disk size in megabytes, between 1 and 32255
[10] 12
I will create a hard disk image with
cyl=24
heads=16
sectors per track=63
total sectors=24192
total size=11.81 megabytes
What should I name the image?
[c.img]
Writing: [............] Done.
I wrote 12386304 bytes to c.img.
The following line should appear in your bochsrc:
diskc: file="c.img", cyl=24, heads=16, spt=63
|