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