mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-11 00:39:34 +08:00
deploy: a48999b466
This commit is contained in:
@@ -361,9 +361,9 @@
|
||||
<p>获取本章代码:</p>
|
||||
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>git clone https://github.com/LearningOS/rust-based-os-comp2022.git
|
||||
<span class="gp">$ </span><span class="nb">cd</span> rust-based-os-comp2022/
|
||||
<span class="gp">$ </span>make setupclassroom //注意:这一步很重要,是用于github classroom自动评测你的工作。这一步只需在首次克隆项目仓库时执行一次,以后一般就不用执行了,除非 .github/workflows/classroom.yml发生了变化。
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>记得更新测例仓库的代码。</p>
|
||||
<p>在 qemu 模拟器上运行本章代码 <a class="reference external" href="https://github.com/LearningOS/rust-based-os-comp2022/tree/main/os8-ref">lab5(os8)参考框架:</a> :</p>
|
||||
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span><span class="nb">cd</span> os8-ref
|
||||
<span class="gp">$ </span>make run
|
||||
|
||||
Reference in New Issue
Block a user