28
A simple implementation of processes
nThe process index register contains the index into the process list of the currently executing process (B) nA process switch from B to A consist of storing (in memory) B’s context and loading (in CPU registers) A’s context nA data structure that provides flexibility (to add new features)