Electrical Engineering and Computer Science

EECS 3540 - Operating Systems and Systems Programming Course Syllabus

Credits/Contact Hours
3 credit hours & three 50-minute lecture contact hours per week.
Textbook
Operating Systems Concepts, 10th  ed., by Abraham Silberschatz,  Peter Galvin, and Greg Gagne.  John Wiley & Sons, 2018.  
ISBN-13: 978-1119456339 / ISBN-10: 1119456339
Course Information
Examines the external and internal characteristics of computer operating systems and related software. Details of at least one operating system and comparison with other operating systems. An introduction to systems-level programming.
Prerequisites: EECS 2110 and EECS 2510
Required course for CSE
Specific Goals - Student Learning Objectives (SLOs)
The students will be able to

  1. Describe the basic components of an operating system and their role in 
    implementations for general purpose, real-time, and embedded  
    applications. 
  2. Describe how multitasking is implemented in single processor systems,
    and how application programming differs between a multicore system
    and uniprocessor one. 
  3. Discuss mutual exclusion principles and their use in concurrent
    programming, including semaphore construction & resource allocation.
  4. Comprehend the various memory management systems.
  5. Understand the concept of a file, and how to access, organize, and
    protect files.
  6. Discuss the features and strengths of various contemporary operating
    systems.
  7. Understand the measures used to enhance security in operating systems

Topics

  1. Introduction to Operatering-Systems 
  2. Operating-System Structures 
  3. Process Management 
    1.  Processes 
    2. Threads & Concurrency 
    3. CPU Scheduling 
  4.  Process Synchronization 
    1. Synchronization Tools 
    2.  Synchronization Examples 
    3.  Deadlocks 
  5. Part Four: Memory Management 
    1. Main Memory 
    2. Virtual Memory 
  6. Storage Management 
    1. Mass-Storage Structure 
    2. I/O Systems 
  7.  File System 
    1. File system Interface 
    2. File-System Implementation 
    3.  File System Internals 
  8. Part Seven: Security and Protection 
    1.  Security 
    2.  Protection 
Last Updated: 6/22/23