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

@ -4,8 +4,6 @@
#include <stdint.h>
#include <stddef.h>
#define DEV_TERMDEV_PUTCH 0
#define DEV_SERIALDEV_SENDB 0
#define DEV_SERIALDEV_SENDREADY 1
#define DEV_SERIALDEV_RECVB 2