mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:17:34 +00:00
Kernel: Remove GUIEventDevice.
It's no longer used since all communication now happens across sockets. :^)
This commit is contained in:
parent
e9d6fbfb47
commit
18210c606d
9 changed files with 3 additions and 70 deletions
|
@ -27,7 +27,6 @@ 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
|
||||
mknod mnt/dev/gui_events c 66 1
|
||||
ln -s /proc/self/fd/0 mnt/dev/stdin
|
||||
ln -s /proc/self/fd/1 mnt/dev/stdout
|
||||
ln -s /proc/self/fd/2 mnt/dev/stderr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue