From: Ben Gras Date: Fri, 22 Apr 2005 13:29:02 +0000 (+0000) Subject: Added /dev/random and /dev/urandom (don't work yet though) X-Git-Tag: v3.1.0~912 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/howto.html?a=commitdiff_plain;h=9745f6d36851febfe3e93afb191be3451f4ec991;p=minix.git Added /dev/random and /dev/urandom (don't work yet though) --- diff --git a/commands/scripts/MAKEDEV.sh b/commands/scripts/MAKEDEV.sh index ef1da1d9a..213c1b7d3 100755 --- a/commands/scripts/MAKEDEV.sh +++ b/commands/scripts/MAKEDEV.sh @@ -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.