DOS Disk/Flash BIOS

These are some notes on making a DOS disk using FreeDOS for those of us with Linux needing to do things like flash our BIOS.


wget -c http://fdos.org/bootdisks/autogen/FDOEM.144.gz
gunzip FDOEM.144.gz
mount -t vfat -o loop FDOEM.144 /mnt/floppy

Put the driver files on the floppy (stay within the space limit)

umount /mnt/floppy
mkisofs -o bootcd.iso -b FDOEM.144 FDOEM.144