mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-02-12 06:35:01 +08:00
deploy: 4e3c23b543
This commit is contained in:
@@ -404,15 +404,11 @@ curl https://sh.rustup.rs -sSf <span class="p">|</span> sh
|
||||
</div>
|
||||
<div class="section" id="qemu">
|
||||
<h2>Qemu 模拟器安装<a class="headerlink" href="#qemu" title="永久链接至标题">¶</a></h2>
|
||||
<p>我们需要使用 Qemu 7.0.0 版本进行实验,为此,从源码手动编译安装 Qemu 模拟器:</p>
|
||||
<div class="admonition attention">
|
||||
<p class="admonition-title">注意</p>
|
||||
<p>也可以使用 Qemu6,但要小心潜在的不兼容问题!</p>
|
||||
</div>
|
||||
<p>我们需要使用 Qemu 7.0.0 以上版本进行实验,为此,从源码手动编译安装 Qemu 模拟器:</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># 安装编译所需的依赖包</span>
|
||||
sudo apt install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev <span class="se">\</span>
|
||||
gawk build-essential bison flex texinfo gperf libtool patchutils bc <span class="se">\</span>
|
||||
zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3
|
||||
zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3 ninja-build
|
||||
<span class="c1"># 下载源码包</span>
|
||||
<span class="c1"># 如果下载速度过慢可以使用我们提供的百度网盘链接:https://pan.baidu.com/s/1z-iWIPjxjxbdFS2Qf-NKxQ</span>
|
||||
<span class="c1"># 提取码 8woe</span>
|
||||
|
||||
@@ -144,18 +144,15 @@ Rust 开发环境配置
|
||||
Qemu 模拟器安装
|
||||
----------------------------------------
|
||||
|
||||
我们需要使用 Qemu 7.0.0 版本进行实验,为此,从源码手动编译安装 Qemu 模拟器:
|
||||
我们需要使用 Qemu 7.0.0 以上版本进行实验,为此,从源码手动编译安装 Qemu 模拟器:
|
||||
|
||||
.. attention::
|
||||
|
||||
也可以使用 Qemu6,但要小心潜在的不兼容问题!
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
# 安装编译所需的依赖包
|
||||
sudo apt install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev \
|
||||
gawk build-essential bison flex texinfo gperf libtool patchutils bc \
|
||||
zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3
|
||||
zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3 ninja-build
|
||||
# 下载源码包
|
||||
# 如果下载速度过慢可以使用我们提供的百度网盘链接:https://pan.baidu.com/s/1z-iWIPjxjxbdFS2Qf-NKxQ
|
||||
# 提取码 8woe
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user