From aebdd919606648e1f9118dfd43fb05ab645d9c88 Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Fri, 6 Aug 2021 11:10:19 +0800 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1df43e..4a15be7 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,6 @@ rustc 1.56.0-nightly (08095fc1f 2021-07-26) - [zCore操作系统内核的设计与实现,潘庆霖本科毕设论文,2020](https://github.com/rcore-os/zCore/wiki/files/pql-thesis.pdf) - 开发文档 - - https://github.com/rcore-os/zCore/wiki/documents-of-zcore + - https://github.com/rcore-os/zCore/wiki/documents-of-zcore + +- 更简单和基础的[rCore-Tutorial v3](https://rcore-os.github.io/rCore-Tutorial-Book-v3/):如果看不懂上面的内容,可以先看看这个教程。