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

@ -78,4 +78,5 @@ SyscallFn SYSCALL_TABLE[SYSCALLS_MAX] = {
[SYS_IPC_MBUSDTTCH] = &sys_ipc_mbusdttch,
[SYS_TERM_WRITE] = &sys_term_write,
[SYS_TERM_GETSIZES] = &sys_term_getsizes,
};