From 2a8a1e4464311c613b1b9c52a65b5e19cb00217a Mon Sep 17 00:00:00 2001 From: fuzhongl Date: Wed, 5 Aug 2020 09:57:25 +0800 Subject: [PATCH] Doc: Update Using GRUB to boot ACRN Signed-off-by: fuzhongl --- doc/tutorials/using_grub.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/using_grub.rst b/doc/tutorials/using_grub.rst index fcba86ec2..25a6b689d 100644 --- a/doc/tutorials/using_grub.rst +++ b/doc/tutorials/using_grub.rst @@ -91,11 +91,11 @@ pre-launched VMs (the SOS_VM is also a kind of pre-launched VM): The module ``/boot/kernel4vm0`` is the VM0 kernel file. The param ``xxxxxx`` is VM0's kernel file tag and must exactly match the ``kernel_mod_tag`` of VM0 configured in the - ``hypervisor/scenarios/$(SCENARIO)/vm_configurations.c`` file. The + ``misc/vm_configs/scenarios/$(SCENARIO)/vm_configurations.c`` file. The multiboot module ``/boot/kernel4vm1`` is the VM1 kernel file and the param ``yyyyyy`` is its tag and must exactly match the ``kernel_mod_tag`` of VM1 in the - ``hypervisor/scenarios/$(SCENARIO)/vm_configurations.c`` file. + ``misc/vm_configs/scenarios/$(SCENARIO)/vm_configurations.c`` file. The guest kernel command line arguments is configured in the hypervisor source code by default if no ``$(VMx bootargs)`` is present.