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

⟦8ba33ed2e⟧ TextFile

    Length: 722 (0x2d2)
    Types: TextFile
    Notes: UNIX file
    Names: »build«

Derivation

└─⟦eafc30061⟧ Bits:30001199 Commodore 900 hard disk image
    └─⟦8281d0872⟧ UNIX V7 Filesystem
        └─ ⟦af0583379⟧ »vol4.fd« UNIX V7 Filesystem
            └─ ⟦this⟧ »bin/build« 
└─⟦eafc30061⟧ Bits:30001199 Commodore 900 hard disk image
    └─⟦8281d0872⟧ UNIX V7 Filesystem
        └─ ⟦e8d080d12⟧ »vol1.fd« UNIX V7 Filesystem
            └─ ⟦this⟧ »bin/build« 

TextFile

: Build a new Commodore C-900 Coherent system.
echo 'The next step will destroy all data on the hard disk root
partitions.  If you need to save files, hit <ctrl-C> to exit this
procedure.  If you are ready to build the root file system, type
<return>.'
read j
echo Checking the hard disk for bad blocks...
mkproto /dev/hd0 </kit/hdproto >/kit/Hdproto
echo Writing a filesystem to the hard disk...
mkfs /dev/hd0 /kit/Hdproto
/etc/mount /dev/hd0 /mnt
CONSOLE=`tty`
ln -f /mnt$CONSOLE /mnt/dev/console
/etc/umount /dev/hd0
echo 'The hard disk system will now boot and load commands
and utilities onto the root partition.  Hit the reset key,
and be sure there is no floppy in the drive so that I will
boot off the hard disk.'