Kernel: Add /dev/tty symlink that targets the current tty

This commit is contained in:
2023-09-05 01:07:52 +03:00
parent f0772e385c
commit ba7e1b9ca5
9 changed files with 35 additions and 12 deletions
+2
View File
@@ -47,6 +47,8 @@ namespace Kernel
: CharacterDevice(mode, uid, gid)
{ }
virtual BAN::StringView name() const = 0;
private:
void do_backspace();