Luna/kernel/include/sys
apio f83a6ace51 Kernel, libc: Add support for providing a status code to exit()
The exit() libc function already accepted an integer, but didn't pass it on to the kernel since we had no mechanism for it to do that.
Now, the kernel stores a task's exit status to display it later (and in the future, return it to userspace via wait()/waitpid())
2022-10-08 17:56:40 +02:00
..
elf Implement an ELFImage struct 2022-10-07 17:54:05 +02:00
Syscall.h Kernel, libc: Add support for providing a status code to exit() 2022-10-08 17:56:40 +02:00