Hey everyone,
I'm using windows currently, and I am wondetring how to mount floppy images.
I now there are tools out there to mount floppy images, but they all require exactly 1.44, 2.88, etc disk images. My kernel is just now getting to be about 20kB so I was wondering how I could make it into 1.44mB or get a different tool
Thanks
--t0xic
Mounting Disk Images
- mathematician
- Member
- Posts: 437
- Joined: Fri Dec 15, 2006 5:26 pm
- Location: Church Stretton Uk
Try virtual floppy drive. It will create an image, mount it as drive b: allowing you to copy on your kernel, and you can directly use drive b: as your boot drive in Bochs, VPC etc...
Try FileDisk. It not only supports floppy disks but hard disks too http://www.acc.umu.se/~bosse/. I have used it successfully to mount various images in Windows created by a hosted edition of a certain embedded OS.
EDIT: creating empty images is easy with cygwin tools - you can use dd to read actual floppies and hard disks and then convert them to disk images. What is more, you can use mtools to create FAT floppies.
EDIT: creating empty images is easy with cygwin tools - you can use dd to read actual floppies and hard disks and then convert them to disk images. What is more, you can use mtools to create FAT floppies.