Please enable JavaScript.
Coggle requires JavaScript to display documents.
Processes (Interprocess Communication (Information Sharing (Several users…
Processes
-
Process
-
Has a text section, process stack, data section, and heap.
-
-
Context Switch
-
Context is represented in the PCB. Includes CPU registers, process state, and memory management information.
The SO performs a state save on the current state of the CPU and then a state restore to resume the process.
Process Scheduling
-
-
On single processor machines only one process can run at the time, there is a queue on processes waiting to be executed.
-