Annotation of coherent/d/kernel/USRSYS/newkers, revision 1.1.1.1

1.1       root        1: # newkers - copy kernels to floppy
                      2: VOL=${1-foo}
                      3: case $VOL in
                      4: f0 | 5)
                      5:        VOL=f0
                      6:        PATCH="rootdev_=0x40E"
                      7:        ;;
                      8: f1 | 3)
                      9:        PATCH="rootdev_=0x40F"
                     10:        VOL=f1
                     11:        ;;
                     12: *)
                     13:        echo "Usage: $0 { f0 | 5 | f1 | 3 }"
                     14:        exit 0
                     15: esac
                     16: echo -n "Place boot diskette in $1 drive and press <Enter> "
                     17: read JUNK
                     18: mount $VOL || exit 1
                     19: cp /coh.at /$VOL/begin
                     20: ln -f /$VOL/begin /$VOL/coherent
                     21: chmog 400 sys sys /$VOL/coherent       
                     22: /conf/patch /$VOL/coherent $PATCH pipedev_=0x883 ronflag_=1 || exit 1
                     23: cp /coh.ss /$VOL/coherent.ss
                     24: chmog 400 sys sys /$VOL/coherent.ss
                     25: cp /coh.aha /$VOL/coherent.aha
                     26: chmog 400 sys sys /$VOL/coherent.aha
                     27: ls -l /$VOL/begin /$VOL/coh*
                     28: umount $VOL

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.