{"id":13599647,"url":"https://github.com/chyyuu/os_course_info","last_synced_at":"2026-01-31T02:01:54.459Z","repository":{"id":21815063,"uuid":"25137822","full_name":"chyyuu/os_course_info","owner":"chyyuu","description":"OS Lectures 2022 Spring in Dept. CS, Tsinghua Univ.","archived":false,"fork":false,"pushed_at":"2022-03-27T04:28:06.000Z","size":1527,"stargazers_count":2858,"open_issues_count":5,"forks_count":740,"subscribers_count":135,"default_branch":"master","last_synced_at":"2026-01-14T01:36:44.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chyyuu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-13T01:17:17.000Z","updated_at":"2026-01-10T05:38:26.000Z","dependencies_parsed_at":"2022-07-12T05:30:36.907Z","dependency_job_id":null,"html_url":"https://github.com/chyyuu/os_course_info","commit_stats":null,"previous_names":["chyyuu/mooc_os"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chyyuu/os_course_info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyyuu%2Fos_course_info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyyuu%2Fos_course_info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyyuu%2Fos_course_info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyyuu%2Fos_course_info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chyyuu","download_url":"https://codeload.github.com/chyyuu/os_course_info/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyyuu%2Fos_course_info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28926630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"online","status_checked_at":"2026-01-31T02:00:09.179Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T17:01:08.383Z","updated_at":"2026-01-31T02:01:54.445Z","avatar_url":"https://github.com/chyyuu.png","language":null,"funding_links":[],"categories":["Others","Operation System"],"sub_categories":[],"readme":"# 操作系统课程，2022春季，清华大学计算机系\n\n## 老师与助教\n\n### 主讲教师：\n  - 陈渝\n  - 李国良\n### 助教\n  - 张译仁 钮泽平 饶淙元 尤予阳 徐奥淳 王瑞康\n  - 马思源 彭浩洋 田凯夫 曹隽诚 安之达 许善朴\n## 上课时间/地点\n- 星期一 上午第二大节 09:50-12:15 (1-16周) \n- 地点\n   - 五教 5305  李国良\n   - 五教 5205  陈渝\n## 课程资源\n### 课程大纲\n- [课程\u0026实验大纲](os-course-outline.md)\n### 课程幻灯片\n* [Github仓库](https://github.com/LearningOS/os-lectures/)\n* [Gitee备份仓库](https://gitee.com/learning-os/os-lectures/)\n* [课程幻灯片在线阅读](https://learningos.github.io/os-lectures/)\n* pdf 版会在课前发布到网络学堂\n### 课程参考书\n\n* OS：[Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP)\n* Computer System：[深入了解计算机系统](https://hansimov.gitbook.io/csapp)\n* RISC-V CPU：[RISC-V Reader中文版](http://riscvbook.com/chinese/RISC-V-Reader-Chinese-v2p1.pdf)\n* OS实践：[rCore Tutorial Book v3](https://rcore-os.github.io/rCore-Tutorial-Book-v3)\n    * 配套代码和API文档\n        * [Github仓库](https://github.com/rcore-os/rCore-Tutorial-v3)\n        * [Gitee备份仓库](https://gitee.com/learning-os/rCore-Tutorial-v3)\n        * [各章OS的API 在线文档](https://learningos.github.io/rCore-Tutorial-v3/)\n### 课程答疑\n\n* [QA仓库](https://git.tsinghua.edu.cn/os-lab/q-and-a/)\n* [助教的实验讲解视频](https://cloud.tsinghua.edu.cn/d/ce9eced17e89471c8c30/)\n### 课后习题\n\n[rCore Tutorial Book v3](https://rcore-os.github.io/rCore-Tutorial-Book-v3)中各章后面的“练习”小节中的“课后练习”和“练习参考答案”小节\n\n### 往年考题\n\n在网络学堂的“课程文件”中的“往年考试题”栏中。\n\n### rCore实验\n\n#### 实验指导书\n\n包含每次实验必做的编程和问答作业，以及相对rCore Tutorial Book-v3较为精简的指导\n\n* [rCore-Tutorial-Guide文档源码](https://github.com/LearningOS/rCore-Tutorial-Guide-2022S)\n*  [rCore-Tutorial-Guide文档在线阅读](https://learningos.github.io/rCore-Tutorial-Guide-2022S/)\n* [lab1(ch3) OS框架API在线文档](https://learningos.github.io/rCore-Tutorial-Code-2022S/ch3/os/index.html)\n* [lab2(ch4) OS框架API在线文档](https://learningos.github.io/rCore-Tutorial-Code-2022S/ch4/os/index.html)\n#### 代码框架\n\n* [Github仓库](https://github.com/LearningOS/rCore-Tutorial-Code-2022S)\n* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/rcore-tutorial-code-2022s)\n#### 用户态测例\n\n* [Github仓库](https://github.com/LearningOS/rCore-Tutorial-Test-2022S)\n* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/rcore-tutorial-test-2022s)\n### uCore实验\n\n#### 实验指导书\n\n* [Github仓库](https://github.com/LearningOS/uCore-Tutorial-Guide-2022S)\n* [uCore-Tutorial-Guide文档在线阅读](https://learningos.github.io/uCore-Tutorial-Guide-2022S/)\n#### 代码框架\n\n* [Github仓库](https://github.com/LearningOS/uCore-Tutorial-Code-2022S)\n* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/ucore-tutorial-code-2022s)\n#### 用户态测例\n\n* [Github仓库](https://github.com/LearningOS/uCore-Tutorial-Test-2022S)\n* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/ucore-tutorial-test-2022s)\n## 其它内容\n\n 1. [幻灯片模板](style-marp.md)\n 2. [RISC-V与X86 CPU硬件特征的对比介绍](rv-x86-hardware-info-video.md)\n 3. 如何生成PDF slides\n      - [ubuntu 用 markdown + vscode + marp 编写 slides 并输出为 pdf](https://www.cnblogs.com/luyi07/p/14736322.html)\n\n        ```\n        marp --pdf --allow-local-files lec[1-9]*/*.md\n        ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchyyuu%2Fos_course_info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchyyuu%2Fos_course_info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchyyuu%2Fos_course_info/lists"}