/OS-solutions

Solutions source code for Operating System Concepts.

Primary LanguageC

Solutions for Operating system concepts

《操作系统概念》课后习题代码

Problem Edition Solution
3.6 7th Linux
3.11 7th Linux
3.10 7th Linux
3.27 9th Linux
4.9 7th Linux
6.11 7th Linux
7.19 10th Linux
7.15 7th Linux
9.21 7th Linux

贡献规则

  • 请务必提交编译通过的代码。文件头注释参考以下格式:
    /*************************
     * Author:    TKONIY
     * Date:      2020/10/11
     * Platform:  WSL-ubuntu18.04
     * Compiler:  gcc7.5.0
     ************************/ 
    
  • 可以提交对已有代码的改进。
  • 对于同一题目, 可以提交未包含的系统的代码, 如已有linux解答的可以提交win的解答。
  • 可以提交新题目的代码, 注明题号和教材版本。