fix some rendering issues

This commit is contained in:
2025-07-12 20:11:22 +02:00
parent 4a8db75bef
commit 5b56f6bcb6
5 changed files with 124 additions and 41 deletions
+1
View File
@@ -5,6 +5,7 @@ SYS_WRITE equ 1
SYS_BRK equ 12
SYS_FCNTL equ 72
SYS_POLL equ 7
SYS_NANOSLEEP equ 35
STDIN equ 0
STDOUT equ 1