From c0311e85137a50d6fc7651dfae444f9fcf49b639 Mon Sep 17 00:00:00 2001 From: Darius_sh711 Date: Thu, 27 Oct 2022 01:10:36 -0400 Subject: [PATCH] added xv6 support resource --- docs/操作系统/MIT6.S081.en.md | 1 + docs/操作系统/MIT6.S081.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/操作系统/MIT6.S081.en.md b/docs/操作系统/MIT6.S081.en.md index 54fe5a5c..45eb4072 100644 --- a/docs/操作系统/MIT6.S081.en.md +++ b/docs/操作系统/MIT6.S081.en.md @@ -30,6 +30,7 @@ In the second half of the course, the instructors will discuss a couple of class - [Detailed Explanation of xv6](https://space.bilibili.com/1040264970/) - [xv6 Documentation(Chinese)](https://th0ar.gitbooks.io/xv6-chinese/content/index.html) +- - [line-by-line walk-through of key xv6 source codes](https://www.youtube.com/playlist?list=PLbtzT1TYeoMhTPzyTZboW_j7TPAnjv9XB) ## Complementary Resources diff --git a/docs/操作系统/MIT6.S081.md b/docs/操作系统/MIT6.S081.md index 524902b3..9c81a433 100644 --- a/docs/操作系统/MIT6.S081.md +++ b/docs/操作系统/MIT6.S081.md @@ -30,6 +30,7 @@ - [xv6 操作系统的深入讲解](https://space.bilibili.com/1040264970/) - [xv6 中文文档](https://th0ar.gitbooks.io/xv6-chinese/content/index.html) +- [xv6 关键源码逐行解读 + 整体架构分析](https://www.youtube.com/playlist?list=PLbtzT1TYeoMhTPzyTZboW_j7TPAnjv9XB) ## 资源汇总