mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Create /dev files for null, full, zero and random.
This commit is contained in:
parent
1511afc4e2
commit
6b2d2cc5e3
Notes:
sideshowbarker
2024-07-19 15:47:49 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6b2d2cc5e3d
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ mknod mnt/dev/tty0 c 4 0
|
|||
mknod mnt/dev/tty1 c 4 1
|
||||
mknod mnt/dev/tty2 c 4 2
|
||||
mknod mnt/dev/tty3 c 4 3
|
||||
mknod mnt/dev/random c 1 8
|
||||
mknod mnt/dev/null c 1 3
|
||||
mknod mnt/dev/zero c 1 5
|
||||
mknod mnt/dev/full c 1 7
|
||||
mknod mnt/dev/keyboard c 85 1
|
||||
mknod mnt/dev/psaux c 10 1
|
||||
mknod mnt/dev/ptmx c 5 2
|
||||
|
|
Loading…
Reference in a new issue