|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1649 (0x671)
Types: TextFile
Notes: UNIX file
Names: »start.s«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »start.s«
echo -n '
▶1b◀2HER V[LGES HVILKE TERMINAL-KORT, DER SKAL BRUGES AF GENIX▶1b◀0
0 intet 1607- eller 1610- kort, uden grafik.
1 intet 1607- eller 1610- kort, med grafik.
2 1 x 1607 kort, uden grafik.
3 1 x 1607 kort, med grafik.
4 2 x 1607 kort, uden grafik.
5 2 x 1607 kort, med grafik.
6 1 x 1607 kort + 1 x 1610 kort, uden grafik.
7 1 x 1607 kort + 1 x 1610 kort, med grafik.
▶1b◀4v{lg ▶1b◀0'
read something
case $something in
0)
cp /etc/ttys.0 /etc/ttys
cp /etc/ttytype.8+8 /etc/ttytype
echo 'Intet 1607, intet 1610, uden grafik.'
continue
;;
1)
cp /etc/ttys.0+b /etc/ttys
cp /etc/ttytype.8+8 /etc/ttytype
echo 'Intet 1607, intet 1610, med grafik.'
continue
;;
2)
cp /etc/ttys.8 /etc/ttys
cp /etc/ttytype.8+8 /etc/ttytype
echo '1 x 1607, intet 1610, uden grafik.'
continue
;;
3)
cp /etc/ttys.8+b /etc/ttys
cp /etc/ttytype.8+8 /etc/ttytype
echo '1 x 1607, intet 1610, med grafik.'
continue
;;
4)
cp /etc/ttys.8+8 /etc/ttys
cp /etc/ttytype.8+8 /etc/ttytype
echo '2 x 1607, uden grafik.'
continue
;;
5)
cp /etc/ttys.8+8+b /etc/ttys
cp /etc/ttytype.8+8 /etc/ttytype
echo '2 x 1607, med grafik.'
continue
;;
6)
cp /etc/ttys.8+8h /etc/ttys
cp /etc/ttytype.8+8h /etc/ttytype
echo '1 x 1607, 1 x 1610, uden grafik.'
continue
;;
7)
cp /etc/ttys.8+8h+b /etc/ttys
cp /etc/ttytype.8+8h /etc/ttytype
echo '1 x 1607, 1 x 1610, med grafik.'
continue
;;
*)
echo 'Der er ikke {ndret noget. Du skal v{lge 0 1 2 3 4 5 6 eller 7.▶07◀'
exit 0
;;
esac
chmod 644 /etc/ttys
chmod 644 /etc/ttytype
chmod 000 start.s
echo '▶1b◀4Systemet skal REBOOTES, for at aktivere {ndringerne.▶1b◀0'