mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Links for /dev/null, /dev/random, /dev/urandom, and /dev/zero
This commit is contained in:
parent
c09185e88e
commit
5775ec204b
@ -302,3 +302,23 @@ data = ""
|
||||
directory= true
|
||||
# 0o1777
|
||||
mode = 1023
|
||||
|
||||
[[files]]
|
||||
path = "/dev/null"
|
||||
data = "null:"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/dev/random"
|
||||
data = "rand:"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/dev/urandom"
|
||||
data = "rand:"
|
||||
symlink = true
|
||||
|
||||
[[files]]
|
||||
path = "/dev/zero"
|
||||
data = "zero:"
|
||||
symlink = true
|
||||
|
||||
2
kernel
2
kernel
@ -1 +1 @@
|
||||
Subproject commit e570f3527970b6c3cc3079ca4695399e4e6d8c69
|
||||
Subproject commit e95cb74d0b45e9a0fa41f260feea61db5eaad9a8
|
||||
Loading…
Reference in New Issue
Block a user