1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 08:25:00 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Liav A
12867d60ad Kernel: Create SelfTTYDevice class to help replace /dev/tty symlink
This will replace the /dev/tty symlink created by SystemServer, so
instead of a symlink, a character device will be created. When doing
read(2), write(2) and ioctl(2) on this device, it will "redirect" these
operations to the attached TTY of the current process.
2022-03-22 20:26:05 +01:00