Luna/kernel/include/thread
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
..
PIT.h Reorganize structure 2022-09-21 17:56:53 +02:00
Scheduler.h Kernel, libc: Add support for providing a status code to exit() 2022-10-08 17:56:40 +02:00
Spinlock.h Add spinlocks 2022-09-18 20:15:19 +02:00
Task.h Kernel, libc: Add support for providing a status code to exit() 2022-10-08 17:56:40 +02:00