diff --git a/scheduling.md b/scheduling.md index 3421f12..ebc6836 100644 --- a/scheduling.md +++ b/scheduling.md @@ -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的测试。 + ## 技术指导委员会 - 陈向群