mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-09 23:31:29 +08:00
deploy: 69bb086942
This commit is contained in:
@@ -292,6 +292,21 @@
|
||||
<h1>引言<a class="headerlink" href="#id1" title="永久链接至标题">¶</a></h1>
|
||||
<div class="section" id="id2">
|
||||
<h2>本章导读<a class="headerlink" href="#id2" title="永久链接至标题">¶</a></h2>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">注解</p>
|
||||
<p>基于github classroom的开发方式</p>
|
||||
<p>基于github classroom,可方便建立开发用的git repository,并可基于github的 codespace (在线版ubuntu +vscode)在线开发使用。整个开发环境仅仅需要一个网络浏览器。</p>
|
||||
<ol class="arabic simple">
|
||||
<li><p>在网络浏览器中用自己的 github id 登录 github.com</p></li>
|
||||
<li><p>接收 <a class="reference external" href="https://classroom.github.com/a/RxB6h4-x">第三个实验(os5)的github classroom在线邀请</a> ,根据提示一路选择OK即可。</p></li>
|
||||
<li><p>完成第二步后,你的第三个实验的 github repository 会被自动建立好,点击此github repository的链接,就可看到你要完成的第一个实验了。</p></li>
|
||||
<li><p>在你的第三个实验的网页的中上部可以看到一个醒目的 <cite>code</cite> 绿色按钮,点击后,可以进一步看到 <cite>codespace</cite> 标签和醒目的 <cite>create codesapce on main</cite> 绿色按钮。请点击这个绿色按钮,就可以进入到在线的ubuntu +vscode环境中</p></li>
|
||||
<li><p>再按照下面的环境安装提示在vscode的 <cite>console</cite> 中安装配置开发环境:rustc,qemu等工具。</p></li>
|
||||
<li><p>在vscode的 <cite>console</cite> 中执行 <cite>make setupclassroom</cite> (该命令仅执行一次)配置githubclassroom 自动评分功能。</p></li>
|
||||
<li><p>然后就可以基于在线vscode进行开发、运行、提交等完整的实验过程了。</p></li>
|
||||
</ol>
|
||||
<p>上述的3,4,5步不是必须的,你也可以线下本地开发。</p>
|
||||
</div>
|
||||
<p>我们将开发一个用户 <strong>终端</strong> (Terminal) 或 <strong>命令行</strong> (Command Line Application, 俗称 <strong>Shell</strong> ) ,
|
||||
形成用户与操作系统进行交互的命令行界面 (Command Line Interface)。</p>
|
||||
<p>为此,我们要对任务建立新的抽象: <strong>进程</strong> ,并实现若干基于 <strong>进程</strong> 的强大系统调用。</p>
|
||||
|
||||
Reference in New Issue
Block a user