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 - metrics - download

⟦0f0d92af5⟧ TextFile

    Length: 232 (0xe8)
    Types: TextFile
    Notes: UNIX file
    Names: »cpsys«

Derivation

└─⟦eafc30061⟧ Bits:30001199 Commodore 900 hard disk image
    └─⟦5ec4c54f2⟧ UNIX Filesystem
        └─⟦this⟧ »etc/cpsys« 
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦926b8033d⟧ UNIX Filesystem
        └─⟦this⟧ »etc/cpsys« 
└─⟦eafc30061⟧ Bits:30001199 Commodore 900 hard disk image
    └─⟦8281d0872⟧ UNIX Filesystem
        └─⟦af0583379⟧ »vol4.fd« UNIX Filesystem
            └─⟦this⟧ »kit/cpsys« 
└─⟦eafc30061⟧ Bits:30001199 Commodore 900 hard disk image
    └─⟦8281d0872⟧ UNIX Filesystem
        └─⟦e8d080d12⟧ »vol1.fd« UNIX Filesystem
            └─⟦this⟧ »kit/cpsys« 

TextFile

: Copy the utilities from the floppies to the 
: hard disk

for i in 2 3
do
	echo -n Insert volume $i and press return key
	read j
	/etc/mount /dev/fd1 /f0 -r
	cpdir -d /f0 /
	/etc/umount /dev/fd1
done
mv /etc/pro.def /etc/.profile