mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-04 09:50:54 +00:00
doc: update acrn-kernel repo tag
acrn-kernel tag (for v3.0 hypervisor) should be acrn-v3.0 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
beb27b3189
commit
b787f3ba7d
@ -155,9 +155,7 @@ To set up the ACRN build environment on the development computer:
|
|||||||
make clean && make iasl
|
make clean && make iasl
|
||||||
sudo cp ./generate/unix/bin/iasl /usr/sbin
|
sudo cp ./generate/unix/bin/iasl /usr/sbin
|
||||||
|
|
||||||
#. Get the ACRN hypervisor and kernel source code. (Because the ``acrn-kernel`` repo
|
#. Get the ACRN hypervisor and kernel source code.
|
||||||
has a lot of Linux kernel history, you can clone the relevant release branch
|
|
||||||
with minimal history, as shown here.)
|
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
@ -167,7 +165,9 @@ To set up the ACRN build environment on the development computer:
|
|||||||
git checkout v3.0
|
git checkout v3.0
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git clone --depth 1 --branch release_3.0 https://github.com/projectacrn/acrn-kernel.git
|
git clone https://github.com/projectacrn/acrn-kernel.git
|
||||||
|
cd acrn-kernel
|
||||||
|
git checkout acrn-v3.0
|
||||||
|
|
||||||
.. _gsg-board-setup:
|
.. _gsg-board-setup:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ configuration.
|
|||||||
This setup was tested with the following configuration:
|
This setup was tested with the following configuration:
|
||||||
|
|
||||||
- ACRN hypervisor: ``v3.0`` tag
|
- ACRN hypervisor: ``v3.0`` tag
|
||||||
- ACRN kernel: ``v3.0`` tag
|
- ACRN kernel: ``acrn-v3.0`` tag
|
||||||
- QEMU emulator version: 4.2.1
|
- QEMU emulator version: 4.2.1
|
||||||
- Host OS: Ubuntu 20.04
|
- Host OS: Ubuntu 20.04
|
||||||
- Service VM/User VM OS: Ubuntu 20.04
|
- Service VM/User VM OS: Ubuntu 20.04
|
||||||
@ -175,9 +175,9 @@ Install ACRN Hypervisor
|
|||||||
sudo cp build/hypervisor/acrn.32.out /boot
|
sudo cp build/hypervisor/acrn.32.out /boot
|
||||||
|
|
||||||
#. Clone and configure the Service VM kernel repository following the
|
#. Clone and configure the Service VM kernel repository following the
|
||||||
instructions in the :ref:`gsg` and using the ``v3.0`` tag. The User VM (L2
|
instructions in the :ref:`gsg` and using the ``acrn-v3.0`` tag. The User VM (L2
|
||||||
guest) uses the ``virtio-blk`` driver to mount the rootfs. This driver is
|
guest) uses the ``virtio-blk`` driver to mount the rootfs. This driver is
|
||||||
included in the default kernel configuration as of the ``v3.0`` tag.
|
included in the default kernel configuration as of the ``acrn-v3.0`` tag.
|
||||||
|
|
||||||
#. Update GRUB to boot the ACRN hypervisor and load the Service VM kernel.
|
#. Update GRUB to boot the ACRN hypervisor and load the Service VM kernel.
|
||||||
Append the following configuration to the :file:`/etc/grub.d/40_custom`.
|
Append the following configuration to the :file:`/etc/grub.d/40_custom`.
|
||||||
|
Loading…
Reference in New Issue
Block a user