Codes for CS302 Operating System lab homework
- file counting shell scripts (Lab2)
- memory management (Lab6)
- caching (Lab8)
- disk scheduling (Lab9)
- file system simulation (Lab11)
For cpp
files, all codes can be compiled using C++11 standard.
g++ -std=c++11 <source_file> -o <target>
Yilin Zheng
GPL v2.0