This commit is contained in:
chyyuu
2022-06-28 12:24:46 +00:00
parent 69afb8d4e1
commit 3580b84ed3
19 changed files with 62 additions and 20 deletions

View File

@@ -314,6 +314,7 @@
<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>在 qemu 模拟器上运行本章代码参考框架:</p>