Reimplement the terminal user access via separate syscalls

This commit is contained in:
2025-11-15 00:38:54 +01:00
parent 3726cc49da
commit ecee481b33
8 changed files with 32 additions and 36 deletions

View File

@ -45,5 +45,6 @@
#define SYS_IPC_MBUSCONSUME 43
#define SYS_IPC_MBUSATTCH 44
#define SYS_IPC_MBUSDTTCH 45
#define SYS_TERM_WRITE 46
#endif // SHARE_HDRS_SYSCALL_H_