update scheduling

This commit is contained in:
Yu Chen
2022-07-01 08:44:22 +08:00
parent da83fd50f9
commit ca5e1f5f56

View File

@@ -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天