From 94575581e260dd06fed4a9dbef6b9605978d93b4 Mon Sep 17 00:00:00 2001 From: HelloYJohn Date: Sat, 24 Feb 2024 16:45:41 +0800 Subject: [PATCH] [UPDATE] add MIT6.S081[.en].md text book translation (#568) --- docs/操作系统/MIT6.S081.en.md | 2 ++ docs/操作系统/MIT6.S081.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/操作系统/MIT6.S081.en.md b/docs/操作系统/MIT6.S081.en.md index 5f57a882..b2295c23 100644 --- a/docs/操作系统/MIT6.S081.en.md +++ b/docs/操作系统/MIT6.S081.en.md @@ -31,6 +31,8 @@ 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) +- [Text Book Translation xv6-riscv-book-zh-cn](https://blog.betteryuan.top/archives/xv6-riscv-book-zh-cn) +- [Text Book Translation SRC xv6-riscv-book-zh-cn](https://github.com/HelloYJohn/xv6-riscv-book-zh-cn.git) ## Complementary Resources diff --git a/docs/操作系统/MIT6.S081.md b/docs/操作系统/MIT6.S081.md index b7cbc8f3..b5200a2f 100644 --- a/docs/操作系统/MIT6.S081.md +++ b/docs/操作系统/MIT6.S081.md @@ -31,6 +31,8 @@ - [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) +- [课程教材翻译 xv6-riscv-book-zh-cn](https://blog.betteryuan.top/archives/xv6-riscv-book-zh-cn) +- [课程教材翻译源码 xv6-riscv-book-zh-cn](https://github.com/HelloYJohn/xv6-riscv-book-zh-cn.git) ## 资源汇总