Hi, I am trying to make a bootable floppy disk image big enough to contain my bios upgrade, flash utility and the fdos kernel in it. My bios upgrade itself is 4M. The one I originally created was of 144. Therefore too small to accomodate the soft i needed to put put in it. This is the process I have been using to create that boottable floopy image:
$ mkdir /tmp/floppy I am then mounting that image as such containing "fdos" with the "loop" file system and vfat: $ sudo mount -t vfat -o loop FDOEM.144 /tmp/floppy Then I need to copy my bios update and the flash utility but this bios update is 4M. The bootable image is only 1.4M. Could anyone tell me how to make that bootable image bigger ? Kind Regards, zongo
