========================================================================
bximage
Disk Image Creation Tool for Bochs
$Id: bximage.c,v 1.17 2002/11/26 11:21:31 cbothamy Exp $
========================================================================
Do you want to create a floppy disk image or a hard disk image?
Please type hd or fd. [hd] fd
Choose the size of floppy disk image to create, in megabytes.
Please type 0.36, 0.72, 1.2, 1.44, or 2.88. [1.44]
I will create a floppy image with
cyl=80
heads=2
sectors per track=18
total sectors=2880
total bytes=1474560
What should I name the image?
[a.img] boot.img
Writing: [] Done.
I wrote 1474560 bytes to (null).
The following line should appear in your bochsrc:
floppya: 1_44="boot.img", status=inserted
Press any key to continue
|