Files
MentOS/mentos/inc/process
Florian Fischer ef92ba670b exit: properly set the process' exit code when calling exit()
In order to detect the exit status using
WSTATUSCODE ((status & 0xff00) >> 8) the exit code must
be shifted by 8 to the left.

Separate the kernel process exit logic from the actual system call.
2024-01-13 14:31:00 +01:00
..
2023-01-19 10:09:52 -05:00
2023-11-28 10:10:28 -05:00
2023-06-09 10:45:51 -04:00