John Rodewald
Personal notes I've decided to make public for some reason.


Process State

Posted on

Each process is in a state and can transition from its current state to a new state. This is helpful for scheduling (see CPU Virtualisation) - a Ready process can be scheduled while another is Blocked, for example.

Common states include:

Common state transitions include:

Tags: programming ostep