update scheduling

This commit is contained in:
Yu Chen
2022-07-01 09:06:03 +08:00
parent 8d2a37a5fb
commit 7e7058cb8a

View File

@@ -31,7 +31,7 @@
### 第一阶段活动安排
#### 学习要求和考核成绩
#### 总体学习要求和成绩考核方式
- 在[学习实践过程记录表](https://github.com/LearningOS/rust-based-os-comp2022/issues/1)上登记自己每日/周学习记录情况的repo网址并在这个repo上记录每日/周学习记录情况 (成绩分数20%)
- 在[第一阶段学习issues](https://github.com/LearningOS/rust-based-os-comp2022/issues/)上的提问和回答问题情况,在[第一阶段OS学习项目](https://github.com/LearningOS/rust-based-os-comp2022/) 、 [rCore Tutorial v3的详细实验指导内容](https://rcore-os.github.io/rCore-Tutorial-Book-v3/) 上的Pull Request提交情况代码改进、文档改进、文档错误等 (成绩分数15%)
@@ -82,14 +82,15 @@
前提条件要求有操作系统的基础基本理解RISC-V与OS相关的硬件特性
学习理解
##### 学习理解
- [OS课程slides](https://learningos.github.io/os-lectures/)
- [rCore Tutorial v3的详细实验指导内容](https://rcore-os.github.io/rCore-Tutorial-Book-v3/)
- [rCore Tutorial v3的实验代码](https://github.com/rcore-os/rCore-Tutorial-v3)
- [2022年春季OS课程讲解和OS实验讲解](./relatedinfo.md)
### 通过要求
根据[rust-based-os-comp2022](https://github.com/LearningOS/rust-based-os-comp2022)中的[具体实验要求](https://learningos.github.io/rCore-Tutorial-Guide-2022S/)在自己的仓库中完成5个实验并通过测试。
##### 通过要求
根据[rust-based-os-comp2022](https://github.com/LearningOS/rust-based-os-comp2022)中的各个实验的具体实验要求在自己的仓库中完成5个实验并通过基于GitHub Classroom的测试。
## 技术指导委员会
- 陈向群