Skip to content

Commit

Permalink
Guide for offline test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf2019 committed Mar 18, 2024
1 parent 7f260ce commit ea8154a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/chapter3/5exercise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ ch3 中,我们的系统已经能够支持多个任务分时轮流运行,我
- 如果本地在线编译访问 github 遇到问题,可以对 os/Cargo.toml 中的依赖进行如下替换:

.. code-block:: shell
# riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
riscv = { git = "https://gitee.com/rcore-os/riscv", features = ["inline-asm"] }
# ch6 之后
# virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers", rev = "4ee80e5" }
virtio-drivers = { git = "https://gitee.com/rcore-os/virtio-drivers", rev = "4ee80e5" }
Expand Down

0 comments on commit ea8154a

Please sign in to comment.