Go to file
rcy17 32fb91f8fc Try to fix github action condition 2023-03-02 23:34:20 +08:00
.github/workflows Try to fix github action condition 2023-03-02 23:34:20 +08:00
LICENSE Init 2022-03-09 20:37:45 +08:00
Makefile Merge branch 'master' into master 2023-02-23 14:56:45 +08:00
README.md Update README.md 2022-07-18 02:23:23 +08:00

README.md

uCore-Tutorial-Code

Course project for THU-OS.

对标 rCore-Tutorial-v3 的 C 版本代码。

主要参考 xv6-riscv, uCore-SMP

实验 lab1-lab5 基准代码分别位于 ch3-ch8 分支下。

实验在线文档uCore-RV-64-doc

注:为了兼容清华 Git 的需求、避免同学在主分支写代码、明确主分支的功能性,特意单独建了仅包含 README 与 LICENSE 的 master 分支,完成课程实验时请在 clone 仓库后先 push master 分支到清华 Git然后切到自己开发所需的分支进行后续操作。