Remove fbdev, add term_getsizes() syscall to get terminal width+height

This commit is contained in:
2025-11-15 00:57:53 +01:00
parent cf4a6b23c7
commit 871c9cf439
8 changed files with 18 additions and 51 deletions

View File

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