diff --git a/scheduling.md b/scheduling.md index b78cb56..c0948cd 100644 --- a/scheduling.md +++ b/scheduling.md @@ -44,17 +44,17 @@ 1. 自学:[阅读书籍/课程/视频等资源汇总](https://github.com/rcore-os/rCore/wiki/study-resource-of-system-programming-in-RUST) -- 推荐[Rust语言圣经(Rust教程 Rust Course)](https://course.rs/) + - 推荐:[Rust语言圣经(Rust教程 Rust Course和配套练习)](https://course.rs/) 2. 自学编程 - - [Small exercises to get you used to reading and writing Rust code!](https://github.com/rust-lang/rustlings) - - 要求:小练习全部通过。代码和README提交在自己在github的公开repo上。 - - [32 Rust Quizes](https://dtolnay.github.io/rust-quiz/1) - - 要求:小练习全部通过。 - - [exercisms.io 快速练习(88+道题目的中文详细描述)](http://llever.com/exercism-rust-zh/index.html) - - 要求:大部分练习会做或能读懂。 - - [exercism.io官方站点](https://exercism.io/) + - [Small exercises to get you used to reading and writing Rust code!](https://github.com/rust-lang/rustlings) + - 要求:小练习全部通过。代码和README提交在自己在github的公开repo上。 + - [32 Rust Quizes](https://dtolnay.github.io/rust-quiz/1) + - 要求:小练习全部通过。 + - [exercisms.io 快速练习(88+道题目的中文详细描述)](http://llever.com/exercism-rust-zh/index.html) + - 要求:大部分练习会做或能读懂。 + - [exercism.io官方站点](https://exercism.io/) #### step 1 自学risc-v系统结构(大约7天)