DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

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

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦f3309b137⟧ TextFile

    Length: 344 (0x158)
    Types: TextFile
    Notes: UNIX file
    Names: »install«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦2d53db1df⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »frankh/install« 

TextFile

set -x
echo "Installing OKI clock chip support."
mv /bin/date /bin/date.old
cp /mnt/bin/date /bin/date
cp /mnt/bin/Date /bin/Date
ld -o /drv/hrport /mnt/src/port.o -k/coherent
chown bin /bin/date /bin/Date
/etc/mknod /dev/port c 9 0
echo "/bin/date -c" > /tmp/inst00
cat /etc/.profile >> /tmp/inst00
cp /tmp/inst00 /etc/.profile
rm /tmp/inst00