184a185,192
> // Mark a process as ready if init is finished, or put it on the list of
> // processes to be initialized.
> void resume(Process *p);
>
> // Remove a process from the ready/init list if it was on one of them, and
> // return if it was.
> bool suspend(Process *p);
>