mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-04 02:56:52 +00:00
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 <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
2c5b7fcde8
commit
6fa0cb3758
@ -140,7 +140,7 @@ Install ACRN Hypervisor
|
|||||||
|
|
||||||
$ git clone https://github.com/projectacrn/acrn-kernel
|
$ git clone https://github.com/projectacrn/acrn-kernel
|
||||||
$ cd acrn-kernel
|
$ cd acrn-kernel
|
||||||
$ cp kernel_config_uefi_sos to .config
|
$ cp kernel_config_uefi_sos .config
|
||||||
$ make olddefconfig
|
$ make olddefconfig
|
||||||
$ make menuconfig
|
$ make menuconfig
|
||||||
$ make
|
$ make
|
||||||
@ -254,7 +254,7 @@ Bring-up User VM (L2 Guest)
|
|||||||
|
|
||||||
$ git clone https://github.com/projectacrn/acrn-kernel
|
$ git clone https://github.com/projectacrn/acrn-kernel
|
||||||
$ cd acrn-kernel
|
$ cd acrn-kernel
|
||||||
$ cp kernel_config_uos to .config
|
$ cp kernel_config_uos .config
|
||||||
$ make
|
$ 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)
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user