fix(syscalls/proc): sys_exit and sys_wait now returns code and pid respectively
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user