Commit Graph

7 Commits

Author SHA1 Message Date
a2e9747ee8 driver: Check if process has an associated terminal
Return ENOTTY if thisProcess->tty is null for any operation.
2024-10-13 14:58:29 +03:00
396ad681ba tty: Fix kcon & tty implementation; Add stub ptmx 2024-10-13 13:00:22 +03:00
9a6008a07c driver: Fix wrong file type in RegisterBlockDevice()
S_IFCHR -> S_IFBLK
2024-10-13 02:28:50 +03:00
bd0c8d9ad8 Fix readdir inside /dev 2024-09-24 22:30:08 +03:00
18d00a4bf3 Fix missing offset for /dev files 2024-09-24 22:29:39 +03:00
85b6fdef80 Implement Virtual Terminal and fix /dev/kcon 2024-09-22 13:17:19 +03:00
51ea074b60 Fix driver implementation 2024-07-07 03:14:54 +03:00