Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 411 Bytes

File metadata and controls

8 lines (7 loc) · 411 Bytes

2021 Spring | Operating Systems

Here are machine problems (mp) I did in Operating System (OS) course. All mps are built on xv6, a simple OS kernel created by MIT for pedagogical purpose, and we use Docker to create the environment to run them. All docker images and codes were forked from TAs.

MP0 - Set up xv6

MP1 - Thread Package

MP2 - Shared Memory

MP3 - Scheduling

MP4 - File System