dthain/basekernel

wait command is not working

Closed this issue · 1 comments

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.