From 2ea81e6cef5390b4269a148f4d3d59869da3f091 Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Mon, 4 Jul 2022 10:14:57 +0800 Subject: [PATCH] add study referece in sched --- scheduling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scheduling.md b/scheduling.md index e31a952..dfe665b 100644 --- a/scheduling.md +++ b/scheduling.md @@ -34,6 +34,8 @@ #### 总体学习要求和成绩考核方式 - 在[学习实践过程记录表](https://github.com/LearningOS/rust-based-os-comp2022/issues/1)上登记自己每日/周学习记录情况的repo网址,并在这个repo上记录每日/周学习记录情况 (成绩分数:20%) + - [学习记录的标杆](https://kiprey.github.io/tags/uCore/),这是一位本科生的自学ucore for x86的过程记录,是大家学习的榜样,供大家学习参考。 + - 在[第一阶段学习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%) - step 0 要求的[Rust-lang Lab Test based on Rustlings(采用Github Classroom模式的Rustling小练习)](https://classroom.github.com/a/YTNg1dEH) 的完成情况 (成绩分数:15%) - step 2 [第一阶段OS学习的5个实验](https://github.com/LearningOS/rust-based-os-comp2022#kernel-labs)的完成情况 (成绩分数:50%)