mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-11 00:39:34 +08:00
deploy: b97f399538
This commit is contained in:
@@ -298,21 +298,26 @@
|
||||
<div class="section" id="id3">
|
||||
<h2>实践体验<a class="headerlink" href="#id3" title="永久链接至标题">¶</a></h2>
|
||||
<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="go">//$ make setupclassroom //注意:在本章不需要做这一步,因为这不是一个作业。(这一步很重要,是用于github classroom自动评测你的工作。这一步只需在首次克隆项目仓库时执行一次,以后一般就不用执行了,除非 .github/workflows/classroom.yml发生了变化。)</span>
|
||||
<p>在 qemu 模拟器上运行本章代码参考框架:</p>
|
||||
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>git clone <span class="sb">``</span>gitaddr of github-classroom-build-lab4<span class="sb">``</span>
|
||||
<span class="gp">$ </span><span class="nb">cd</span> <span class="sb">``</span>github-classroom-build-lab4<span class="sb">``</span>
|
||||
<span class="gp">$ </span>make setupclassroom_test6 //注意:这一步很重要,是用于github classroom自动评测你的工作。这一步只需在首次克隆项目仓库时执行一次,以后一般就不用执行了,除非 .github/workflows/classroom.yml发生了变化。
|
||||
<span class="gp">$ </span><span class="nb">cd</span> os7-ref
|
||||
<span class="gp">$ </span>make run
|
||||
</pre></div>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">注解</p>
|
||||
<p>实验名称 :实验编号
|
||||
- lab0-0 : test1
|
||||
- lab0-1:test2
|
||||
- lab1:test3
|
||||
- lab2:test4
|
||||
- lab3:test5
|
||||
- lab4:test6
|
||||
- lab5:test8</p>
|
||||
<p>实验名称 :实验编号</p>
|
||||
<ul class="simple">
|
||||
<li><p>lab0-0 : test1</p></li>
|
||||
<li><p>lab0-1:test2</p></li>
|
||||
<li><p>lab1:test3</p></li>
|
||||
<li><p>lab2:test4</p></li>
|
||||
<li><p>lab3:test5</p></li>
|
||||
<li><p>lab4:test6</p></li>
|
||||
<li><p>lab5:test8</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>在 qemu 模拟器上运行 <a class="reference external" href="https://github.com/LearningOS/rust-based-os-comp2022/tree/main/os7-ref">os7参考框架:</a> :</p>
|
||||
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span><span class="nb">cd</span> os7-ref
|
||||
|
||||
Reference in New Issue
Block a user