|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 344 (0x158) Types: TextFile Notes: UNIX file Names: »install«
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code └─⟦2d53db1df⟧ UNIX Filesystem └─ ⟦this⟧ »frankh/install«
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