Implementation of Processes
- Process table
- One entry for each process
- Program counter
- Stack pointer
- Memory allocation details
- Open files associated with the process
- Accounting and scheduling information
- Interrupt vector
- Contains the address of interrupt service procedure
- Saves all the registers in the process table entry
- Services the interrupt