udpate guide

This commit is contained in:
Yu Chen
2022-07-03 12:54:24 +08:00
parent 18aebef2b0
commit 851a7f83a3
9 changed files with 129 additions and 30 deletions

View File

@@ -37,22 +37,29 @@
实践体验
-------------------------------------------
获取本章代码:
.. code-block:: console
$ git clone https://github.com/LearningOS/rust-based-os-comp2022.git
$ cd rust-based-os-comp2022/
$ make setupclassroom_test5 //注意这一步很重要是用于github classroom自动评测你的工作。这一步只需在首次克隆项目仓库时执行一次以后一般就不用执行了除非 .github/workflows/classroom.yml发生了变化。
在 qemu 模拟器上运行`lab3(os5)参考框架: <https://github.com/LearningOS/rust-based-os-comp2022/tree/main/os5-ref>`_
.. code-block:: console
$ git clone ``gitaddr of github-classroom-build-lab3``
$ cd ``github-classroom-build-lab3``
$ make setupclassroom_test5 //注意这一步很重要是用于github classroom自动评测你的工作。这一步只需在首次克隆项目仓库时执行一次以后一般就不用执行了除非 .github/workflows/classroom.yml发生了变化。
$ cd os5-ref
$ make run
.. note::
实验名称 :实验编号
- lab0-0 : test1
- lab0-1test2
- lab1test3
- lab2test4
- lab3test5
- lab4test6
- lab5test8
待内核初始化完毕之后将在屏幕上打印可用的应用列表并进入shell程序
.. code-block::