• CS 332.00 - Winter 2024
  • Schedule
  • Assignments
  • Resources
  • Project
  • About

Lesson 1: Some Basic Operating Principles

3 January, 2024

Outline:

  1. Recap: what you (maybe) forgot from taking Systems
  2. What is an Operating System?
    • what it needs to do
    • examples:
      • resource allocation, code sample cpu.c
      • communication, code sample threads.c
      • memory, code sample mem.c
  3. Syllabus overview
  4. Lab Assignment #0

Reading assignment (to be completed by the next class):

  • Assignment 0: Hello osv
  • What is an Operating Sytem?
  • Operating System Evaluation
  • OSTEP Chapter 4