You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented Exit and Read_Exit_Code syscalls in kernel.
If a program called from shell resulted in other than 0 response code, the user is notified
Passing "test_exit" to echo program tests the Exit syscall, by exiting with RC=8.
Closes#22Closes#23
Specification:
Exit(0)
should be implicitly called whenever a cloned program ends.The text was updated successfully, but these errors were encountered: