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

⟦a75534fbb⟧ TextFile

    Length: 826 (0x33a)
    Types: TextFile
    Notes: UNIX file
    Names: »start«, »start.sav«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »sys/flop/start« 
        └─⟦this⟧ »sys/flop/start.sav« 

TextFile

echo ''
echo '▶1b◀4▶07◀>> START VIL SLETTE ALT P] WINCHESTERDISKEN <<▶1b◀0'
echo '▶1b◀4▶07◀> HUSK AT have tape-streamer + b}nd monteret <▶1b◀0'
echo -n '▶1b◀4Start: y + `return`. Fortryd: n + `return`. ? '
read something
echo -n '▶1b◀0'
case $something in
y*)
	continue
	;;
*)
	echo	'▶1b◀4START: Afbrudt.▶1b◀0'
	exit 0
	;;
esac
mkfs /dev/rdc1a 17000
echo '▶1b◀4Nu starter indl{sning fra tape-streamer til winchester.▶1b◀0'
if (mt rew) then
echo '▶1b◀4Nu skal tape indl{ses:▶1b◀0'
restor r /dev/rdc1a
exit 0
else
echo '▶1b◀1▶07◀Streamerfejl.▶1b◀0 Er b}ndet sat i streameren?'
fi
echo -n '▶1b◀4Igen: y + `return`. Stop: n + `return`. ? '
read something
echo -n '▶1b◀0'
case $something in
y*)
	continue
	;;
*)
	echo	'▶1b◀4START: Afbrudt.▶1b◀0'
	exit 0
	;;
esac
if (mt rew) then
echo '▶1b◀4Nu skal tape indl{ses:▶1b◀0'
restor r /dev/rdc1a
exit 0
else
echo '▶1b◀1▶07◀Streamerfejl igen.▶1b◀0 Der stoppes.'
fi