/CS302-Operating-System

Codes for CS302 Operating System Labs

Primary LanguageC++GNU General Public License v2.0GPL-2.0

CS302-Operating-System

Codes for CS302 Operating System lab homework

Content

  • file counting shell scripts (Lab2)
  • memory management (Lab6)
  • caching (Lab8)
  • disk scheduling (Lab9)
  • file system simulation (Lab11)

Compile

For cpp files, all codes can be compiled using C++11 standard.

g++ -std=c++11 <source_file> -o <target>

Author

Yilin Zheng

License

GPL v2.0