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
It's a corner case but if we are ever in a situation where we must swap out the a process to make room for a new one but there is no room then we don't always makeproc() and bump nready up. However
we do always error which takes nready back down.
Needs auditing and some thought how to avoid ugly hacks
The text was updated successfully, but these errors were encountered:
It's a corner case but if we are ever in a situation where we must swap out the a process to make room for a new one but there is no room then we don't always makeproc() and bump nready up. However
we do always error which takes nready back down.
Needs auditing and some thought how to avoid ugly hacks
The text was updated successfully, but these errors were encountered: