wait command is not working
Closed this issue · 1 comments
shivamlakhtariya commented
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.
dthain commented
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.