Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 307 Bytes

comp310-starter

This is a starter repository for COMP 310 (Operating Systems) students. You should fork this to work on your own homework. Please do not submit pull requests.

Learning objectives

  • Programming in C
  • Separate compilation
  • Build automation using CMake
  • Unit testing using GoogleTest