Merge pull request #54 from KuangjuX/master

补充xv6的rust实现。
This commit is contained in:
flyingpig 2022-02-16 10:41:08 +08:00 committed by GitHub
commit e5fccea291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@
- [课程作业](https://pdos.csail.mit.edu/6.828/2021/schedule.html)11个lab具体要求详见课程网站 - [课程作业](https://pdos.csail.mit.edu/6.828/2021/schedule.html)11个lab具体要求详见课程网站
## 资源汇总 ## 资源汇总
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。 我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。此外也可以参考 [KuangjuX](https://github.com/KuangjuX) 实现的 MIT 6.S081 的几个 lab 的[题解](https://github.com/KuangjuX/xv6-riscv-solution),里面亦有详细的解法和补充知识,另外,[KuangjuX](https://github.com/KuangjuX) 也使用 Rust 语言重新实现过 xv6-riscv 操作系统:[xv6-rust](https://github.com/Ko-oK-OS/xv6-rust),里面对于 xv6-riscv 有更为详细的思考和讨论,感兴趣的同学可以看一下哦。