Skip to content

Commit

Permalink
fix(lab3): add missing toolchain docs
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyang Wu <[email protected]>
  • Loading branch information
ToolmanP committed Nov 22, 2024
1 parent 715bab9 commit 6a02c43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Pages/Lab3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@

## 工具链准备

从Lab3开始我们开放了用户态的一些代码,你需要使用如下
从Lab3开始我们开放了用户态的一些代码,你需要使用如下的命令下载libc.

```
git submodule update --init --recursive
```

0 comments on commit 6a02c43

Please sign in to comment.