Operating Systems (Old)

Undergraduate Course, College of Computer and Data Science, NTU, 2023

Worked as a teaching assistant in preparing, teaching and assessing the undergraduate course on operating systems.

Laboratory Classes

Lab Classes are conducted using the NachOS virtual operating system, written and deployed in C. Students are to implement various components of the OS (i.e. threading, scheduling, paging…) and submit their answers via the provided link.

NachOS

A modified fork of the NachOS project is available here: NachOS GitHub Page