Added /dev/random and /dev/urandom (don't work yet though)

This commit is contained in:
Ben Gras 2005-04-22 13:29:02 +00:00
parent 1aacabe6be
commit 9745f6d368

View file

@ -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.