mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
fix(kernel): update device file references from 'kcon' to 'console'
Feels more right to be 'console'. Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -156,7 +156,7 @@ namespace Driver::TeleTypeDevices
|
||||
S_IRGRP |
|
||||
|
||||
S_IFCHR;
|
||||
ids.kcon = DriverManager->CreateDeviceFile(DriverID, "kcon", mode, &ops);
|
||||
ids.kcon = DriverManager->CreateDeviceFile(DriverID, "console", mode, &ops);
|
||||
|
||||
/* c rw- rw- rw- */
|
||||
mode = S_IRUSR | S_IWUSR |
|
||||
|
Reference in New Issue
Block a user