This directory contains the distribution floppy images in files with names like INSTALL.img. An image file is a byte-for-byte image of a 1.44MB floppy. The .img files found here are: INSTALL.img United States domestic version of the installation floppy INSTALL-INTL.img INSTALL floppy with support for international keyboards RECOVERY.img Disaster recovery floppy image To turn an image file into a floppy, you need to have a formatted floppy in the drive. If the floppy isn't already formatted, you can format it under BSD with a command like: # fdformat -v fd0 floppy or you can format it under DOS with a command like: C> format a: Once it's formatted, you need to write the image to the floppy. You can do that under BSD with the command: # dd if=INSTALL.img of=/dev/rfd0c bs=18k or under DOS with the `rawrite' command which can also be found in this directory: D> rawrite.com install.img Contact BSDI tech support if you have any questions at . https://archive.org/download/bsdos-3.0