atu.innomadic.com

ATU Software Engineering

Home
Introduction to Operating Systems

Introduction to Operations Systems

Lectures

Lecture Supplemental Video
1. Introduction UMass 1 UMass 2
2. Operating System Structures UMass 3
3. Processes UMass 4
4. Threads and Concurrency UMass 6b
5. CPU Scheduling UMass 5 UMass 6a

Assignments

  1. Process ID Manager
  2. Shell Warmup
  3. Shell 2 due Sept 12
  4. Guuxa due Sept 22
  5. Multiprocessing due Oct 15 - counts as two assignments

Updates

Week of 21-Aug

Margaret Hamilton beside Apollo guidance system software on punch-cards

The first computer bug

Week 1

def release_process_id(self, int) -> None:

Should have a different name for the second parameter, like:

def release_process_id(self, id) -> None:

Site Navigation