Implementation of Process

OS maintains data about each process

Pasted image 20231207130616.png

  • Typically called Process Control Block
    • proc in Unix
    • task_struct in Linux

PCB Tracks the states for each process