Part of the hardware context of a process is stored in the process descriptor (
struct thread_struct thread
), while the remaining part is saved in the kernel mode stack- The data that must be loaded into the CPU registers before the process resumes its execution.
- Includes all information needed for the process execution