CITS2002 Systems Programming |
← prev | next → | CITS2002 | CITS2002 schedule | |||
Process TransitionsThe operating system's role is to manage the execution of existing and newly created processes by moving them between the two states until they finish. So we have a simple model consisting of two recurring steps:
For simplicity (of both understanding and implementation) modern operating
systems support the idle process which is always ready to run,
and never terminates.
CITS2002 Systems Programming, Lecture 8, p3, 14th August 2024.
|