On Sun, 30 Jun 2002, Lars Bj�rndal wrote: > I've Dosemu installed. I've created a floppy image file with the > following commands: > dd if=/dev/zero of=boot288.img bs=512 count 5760 > mkfs.msdos boot288.img > > My question is: How can I transfer the dos 6.22 system to this image, > so that I can use the image to boot from a CD-ROM?
Something like this? $_floppy_a ="threeinch sectors 36 tracks 80 heads 2:/home/enbeo/dosemu/boot288.img" In my tests A: works like a 2.88MB floppy and you can boot from it too (using the -A flag). Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
