DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦d7fe0e9de⟧ TextFile

    Length: 227 (0xe3)
    Types: TextFile
    Notes: UNIX file
    Names: »flopf«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/local/lib/flopf« 

TextFile

echo -n "formatting of floppy 0. Insert the disk and press y+<return> "
read something
case $something in
y*)
	continue
	;;
*)
	echo	"flopformat stopped"
	exit 0
	;;
esac

echo -n "formatting..."
fdc -f
echo "flopformat done"