• Stars
    star
    359
  • Rank 117,785 (Top 3 %)
  • Language
    Python
  • Created almost 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

操作系统导论(ostep)笔记/课后习题答案/附加代码

如果你想写一个简单的操作系统,可以参考我的项目 quarkOS,我会慢慢补充一些开发资料 😂

仓库并非标准答案,只是作者在阅读操作系统导论时的解答,以及对部分 README 的翻译

本人翻译水平有限,见谅。欢迎指出错误

部分章节课后习题在中文翻译书上是没有的,但在原版上存在 :

英文原版: http://pages.cs.wisc.edu/~remzi/OSTEP/

书籍翻译: https://github.com/remzi-arpacidusseau/ostep-translations

代码无法运行

本书代码测试环境为 Intel x64/Ubuntu

gcc 版本为:gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)

Python2 版本:Python 2.7.18

Python3 版本: Python 3.8.5

第三方 Python3 库: pip3 install matplotlib numpy

遇到无法运行的代码请检查是否为版本问题