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

This commit is contained in:
2023-09-05 00:59:29 +03:00
parent 35fd30ee29
commit ddd36af0f1
9 changed files with 35 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ namespace Kernel
void initialize_device_updater();
void add_device(BAN::StringView path, BAN::RefPtr<Device>);
void add_device(BAN::StringView path, BAN::RefPtr<RamInode>);
dev_t get_next_dev();