mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 05:30:24 +00:00
doc: fix more references to hypervisor folders
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
97603adb0a
commit
76e0461caa
@ -439,7 +439,7 @@ The Boot process proceeds as follows:
|
|||||||
|
|
||||||
In this boot mode, the boot options of pre-launched VM and service VM are defined
|
In this boot mode, the boot options of pre-launched VM and service VM are defined
|
||||||
in the variable of ``bootargs`` of struct ``vm_configs[vm id].os_config``
|
in the variable of ``bootargs`` of struct ``vm_configs[vm id].os_config``
|
||||||
in the source code ``hypervisor/$(SCENARIO)/vm_configurations.c`` by default.
|
in the source code ``misc/vm_configs/$(SCENARIO)/vm_configurations.c`` by default.
|
||||||
Their boot options can be overridden by the GRUB menu. See :ref:`using_grub` for
|
Their boot options can be overridden by the GRUB menu. See :ref:`using_grub` for
|
||||||
details. The boot options of post-launched VM is not covered by hypervisor
|
details. The boot options of post-launched VM is not covered by hypervisor
|
||||||
source code or GRUB menu, it is defined in guest image file or specified by
|
source code or GRUB menu, it is defined in guest image file or specified by
|
||||||
|
@ -25,8 +25,8 @@ The project's documentation contains the following items:
|
|||||||
|
|
||||||
* ReStructuredText source files used to generate documentation found at the
|
* ReStructuredText source files used to generate documentation found at the
|
||||||
http://projectacrn.github.io website. All of the reStructuredText sources
|
http://projectacrn.github.io website. All of the reStructuredText sources
|
||||||
are found in the acrn-hypervisor/doc folder, or pulled in from sibling
|
are found in the ``acrn-hypervisor/doc`` folder, or pulled in from sibling
|
||||||
folders (such as /misc/) by the build scripts.
|
folders (such as ``misc/``) by the build scripts.
|
||||||
|
|
||||||
* Doxygen-generated material used to create all API-specific documents
|
* Doxygen-generated material used to create all API-specific documents
|
||||||
found at http://projectacrn.github.io/latest/api/. The doc build
|
found at http://projectacrn.github.io/latest/api/. The doc build
|
||||||
@ -67,6 +67,7 @@ folder setup for documentation contributions and generation:
|
|||||||
devicemodel/
|
devicemodel/
|
||||||
doc/
|
doc/
|
||||||
hypervisor/
|
hypervisor/
|
||||||
|
misc/
|
||||||
acrn-kernel/
|
acrn-kernel/
|
||||||
|
|
||||||
The parent projectacrn folder is there because we'll also be creating a
|
The parent projectacrn folder is there because we'll also be creating a
|
||||||
|
Loading…
Reference in New Issue
Block a user