From 6fa0cb375852c5b291c989a831d48942368263aa Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Fri, 18 Dec 2020 18:05:48 +0100 Subject: [PATCH] doc: fix 'cp' command in instructions Fix the 'cp' operation in the instructions explaining how to build the kernels. Signed-off-by: Geoffroy Van Cutsem --- doc/tutorials/acrn_on_qemu.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/acrn_on_qemu.rst b/doc/tutorials/acrn_on_qemu.rst index 7ad8c24b1..caa5f90d7 100644 --- a/doc/tutorials/acrn_on_qemu.rst +++ b/doc/tutorials/acrn_on_qemu.rst @@ -140,7 +140,7 @@ Install ACRN Hypervisor $ git clone https://github.com/projectacrn/acrn-kernel $ cd acrn-kernel - $ cp kernel_config_uefi_sos to .config + $ cp kernel_config_uefi_sos .config $ make olddefconfig $ make menuconfig $ make @@ -254,7 +254,7 @@ Bring-up User VM (L2 Guest) $ git clone https://github.com/projectacrn/acrn-kernel $ cd acrn-kernel - $ cp kernel_config_uos to .config + $ cp kernel_config_uos .config $ make Once the User VM kernel is built successfully, copy ``arch/x86/boot/bzImage`` to ACRNSOS (L1 guest) and rename this to ``bzImage_uos``. Need this to launch the User VM (L2 guest)