Annotation of coherent/b/kernel/us/confdrv/rm, revision 1.1.1.1

1.1       root        1: :
                      2: : Dual RAM Disk
                      3: : Default each to 512K for now...
                      4: :
                      5: UNDEF="${UNDEF} -u rmcon_ lib/rm.a"
                      6: PATCH="${PATCH} drvl_+80=rmcon_"
                      7: :
                      8: if [ -d "${DEV-/dev}" ]
                      9: then
                     10:        umask 0111
                     11:        /etc/mknod -f ${DEV-/dev}/ram0 b 8 8 || exit 1
                     12:        /etc/mknod -f ${DEV-/dev}/rram0 c 8 8 || exit 1
                     13:        /etc/mknod -f ${DEV-/dev}/ram0close b 8 0 || exit 1
                     14:        /etc/mknod -f ${DEV-/dev}/rram0close c 8 0 || exit 1
                     15: 
                     16:        /etc/mknod -f ${DEV-/dev}/ram1 b 8 136 || exit 1
                     17:        /etc/mknod -f ${DEV-/dev}/rram1 c 8 136 || exit 1
                     18:        /etc/mknod -f ${DEV-/dev}/ram1close b 8 128 || exit 1
                     19:        /etc/mknod -f ${DEV-/dev}/rram1close c 8 128 || exit 1
                     20: fi

unix.superglobalmegacorp.com

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