Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.1 KB

cs4118 Recitations

This repository contains the recitation notes for Columbia's Operating Systems I class, COMSW4118, as taught by Jae Woo Lee. For information about the class, visit the course homepage.

These recitations are held every other week by the various TAs, generally using these notes/linked resources as the basis for their sections.

Issues, patches, and comments, especially by current and former students, are welcome.

Contents

  • Note A: VM/kernel workflow setup, Linux source code navigators
  • Note B: Sockets/TCP programming, server testing strategies
  • Note C: Kernel configuration, compilation, and style
  • Note D: Linux wait queue (hw5)
  • Note E: Linux scheduler data structures, implementing a scheduler (hw6)
  • Note F: Linux page table data structures, macros/functions (hw7)
  • Note G: Linux page cache, implementing a file system (hw8)