]> Zhao Yanbai Git Server - minix.git/commitdiff
Added /dev/random and /dev/urandom (don't work yet though)
authorBen Gras <ben@minix3.org>
Fri, 22 Apr 2005 13:29:02 +0000 (13:29 +0000)
committerBen Gras <ben@minix3.org>
Fri, 22 Apr 2005 13:29:02 +0000 (13:29 +0000)
commands/scripts/MAKEDEV.sh

index ef1da1d9adec8c399f04540231d650dedd018d42..213c1b7d3c61dcff05fe31101d1a30f019e0bb29 100755 (executable)
@@ -57,7 +57,10 @@ do
        $e mknod mem c 1 1;     $e chmod 640 mem
        $e mknod kmem c 1 2;    $e chmod 640 kmem
        $e mknod null c 1 3;    $e chmod 666 null
-       $e chgrp kmem ram mem kmem null
+       $e mknod boot b 1 4;    $e chmod 600 ram
+       $e mknod random c 1 5;  $e chmod 644 random
+       $e mknod urandom c 1 5; $e chmod 644 urandom
+       $e chgrp kmem ram mem kmem null boot random urandom
        ;;
     fd[0-3])
        # Floppy disk drive n.