06 - Process attributes

Class: CSCE-313


Notes:

Outline:

The story so far

...

Notes:

Program execution flow

  1. Load code and data segments from executable file into memory
  2. Create stack and heap
  3. Transfer control to program's entry point
  4. Provide services to it (network, file connections IO, etc.)

Notes:

Program execution flow

...

Notes: