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

@ -6,5 +6,6 @@
#include "syscall/syscall.h"
int32_t SYSCALL2(sys_term_write, buffer1, len1);
int32_t SYSCALL2(sys_term_getsizes, w1, h1);
#endif // SYSCALL_TERM_H_