Closed shivamlakhtariya closed 3 years ago
when we use wait command with any value ( i.g. wait 112 ). Its just stop working and we have to restart the whole OS for further execution.
The expected behavior of the wait command is that it blocks execution until a child process completes. See https://github.com/dthain/basekernel/wiki/Processes for more information.
when we use wait command with any value ( i.g. wait 112 ). Its just stop working and we have to restart the whole OS for further execution.