From 1d308d797e86597f2f42b3d32b7071d1447a882f Mon Sep 17 00:00:00 2001 From: KuangjuX <18630816527@163.com> Date: Tue, 15 Feb 2022 23:40:24 +0800 Subject: [PATCH 1/2] update MIT 6.S081 --- docs/操作系统/MIT6.S081.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/操作系统/MIT6.S081.md b/docs/操作系统/MIT6.S081.md index 94632dbf..4dfd002f 100644 --- a/docs/操作系统/MIT6.S081.md +++ b/docs/操作系统/MIT6.S081.md @@ -25,4 +25,4 @@ - [课程作业](https://pdos.csail.mit.edu/6.828/2021/schedule.html):11个lab,具体要求详见课程网站 ## 资源汇总 -我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。 \ No newline at end of file +我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。此外也可以参考 [KuangjuX](https://github.com/KuangjuX) 实现的 MIT 6.S081 的几个 lab 的题解,里面亦有详细的解法和补充知识,另外,[KuangjuX](https://github.com/KuangjuX) 也使用 Rust 语言重新实现过 xv6-riscv 操作系统:[xv6-rust](https://github.com/Ko-oK-OS/xv6-rust),里面对于 xv6-riscv 有更为详细的思考和讨论,感兴趣的同学可以看一下哦。 \ No newline at end of file From ed7b2da2df1d5ddf6a1044b199654beae6156ba7 Mon Sep 17 00:00:00 2001 From: KuangjuX <18630816527@163.com> Date: Tue, 15 Feb 2022 23:51:14 +0800 Subject: [PATCH 2/2] update MIT 6.S081 --- docs/操作系统/MIT6.S081.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/操作系统/MIT6.S081.md b/docs/操作系统/MIT6.S081.md index 4dfd002f..c5cf940e 100644 --- a/docs/操作系统/MIT6.S081.md +++ b/docs/操作系统/MIT6.S081.md @@ -25,4 +25,4 @@ - [课程作业](https://pdos.csail.mit.edu/6.828/2021/schedule.html):11个lab,具体要求详见课程网站 ## 资源汇总 -我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/MIT6.S081-2020fall)中。此外也可以参考 [KuangjuX](https://github.com/KuangjuX) 实现的 MIT 6.S081 的几个 lab 的题解,里面亦有详细的解法和补充知识,另外,[KuangjuX](https://github.com/KuangjuX) 也使用 Rust 语言重新实现过 xv6-riscv 操作系统:[xv6-rust](https://github.com/Ko-oK-OS/xv6-rust),里面对于 xv6-riscv 有更为详细的思考和讨论,感兴趣的同学可以看一下哦。 \ No newline at end of file +我在学习这门课中用到的所有资源和作业实现都汇总在[这个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 有更为详细的思考和讨论,感兴趣的同学可以看一下哦。 \ No newline at end of file