Kernel: Add /dev/tty symlink that targets the current tty
This commit is contained in:
@@ -47,6 +47,8 @@ namespace Kernel
|
||||
: CharacterDevice(mode, uid, gid)
|
||||
{ }
|
||||
|
||||
virtual BAN::StringView name() const = 0;
|
||||
|
||||
private:
|
||||
void do_backspace();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user