Home | Projects | Notes > Operating Systems > The Process

The Process

 

Introduction to the Process

 

What is a Process?

 

Process Control Block (PCB)

 

Control Structure

 

general-structure-of-operating-system-control-tables

 

 

Process Modes

 

Process Creation

  1. Assigns a unique process identifier to the new process

  2. Allocates space for the process

  3. Initializes the process control block (PCB)

  4. Sets the appropriate linkages

  5. Creates or expands other data structures

 

 

References

Stallings, W. (2018). Operating Systems: Internals and Design Principles (9th ed.). Pearson Education, Inc.