operating-system-context.html
* created: 2025-05-17T22:34
* modified: 2025-06-03T08:58
title
Operating system context
description
The context represents the state required by a process.
Need some context?
The context represents the state of a process. It is an aggregate of all information required during the execution of a process, consisting of:
- Data stored in the CPU registers
- Data stored in the cache
- Data stored in the main memory (RAM)