Added /dev/random and /dev/urandom (don't work yet though)
This commit is contained in:
parent
1aacabe6be
commit
9745f6d368
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue