This page is experimental and may change significantly in future releases.
Kernel Process Table
Properties
- name
- Kernel Process Table
- definition
- A data structure in the kernel which is a table containing all of the information that must be saved when the CPU switches from running one process to another in a multitasking system. It allows the operating system to track all the process's execution status, and contains the For every process managed by the kernel, there is a process control block (PCB) in the process table.
- defined by
- https://encyclopedia2.thefreedictionary.com/process+table
- see also
- https://www.geeksforgeeks.org/process-table-and-process-control-block-pcb/
- see also
- http://dbpedia.org/resource/Process_(computing)
Neighbors