12 lines
653 B
Markdown
12 lines
653 B
Markdown
# uCore-Tutorial-Code
|
||
|
||
Course project for THU-OS.
|
||
|
||
对标 [rCore-Tutorial-v3](https://github.com/rcore-os/rCore-Tutorial-v3/) 的 C 版本代码。
|
||
|
||
主要参考 [xv6-riscv](https://github.com/mit-pdos/xv6-riscv), [uCore-SMP](https://github.com/TianhuaTao/uCore-SMP)。
|
||
|
||
实验 lab1-lab5 基准代码分别位于 ch3-ch8 分支下。
|
||
|
||
注:为了兼容清华 Git 的需求、避免同学在主分支写代码、明确主分支的功能性,特意单独建了仅包含 README 与 LICENSE 的 master 分支,完成课程实验时请在 clone 仓库后先 push master 分支到清华 Git,然后切到自己开发所需的分支进行后续操作。
|