fix(syscalls/proc): sys_exit and sys_wait now returns code and pid respectively

This commit is contained in:
Karina
2026-01-30 08:20:05 +04:00
parent 385b7d7a13
commit c5741374cd
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@ project(libterm LANGUAGES C ASM_NASM)
set(USER_C_FLAGS
-ffreestanding
-fno-builtin
-Wno-incompatible-library-redeclaration # stfu
-nostdlib
-nostdinc
-fno-stack-protector