projectacrn.github.io/2.2/_sources/reference/kconfig/CONFIG_RELOC.rst.txt

49 lines
1.0 KiB
ReStructuredText

:orphan:
.. title:: RELOC
.. option:: CONFIG_RELOC
*Enable hypervisor relocation*
Type: ``bool``
Help
====
When selected, the hypervisor will relocate itself to where it is
loaded. This allows the bootloader to put the hypervisor image to
wherever appropriate. Without relocation the bootloader must put the
image to RAM_START, otherwise the hypervisor will not start up.
Defaults
========
- "y"
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:299``
Included via ``Kconfig:3``
Menu path: (top menu)
.. parsed-literal::
config RELOC
bool
prompt "Enable hypervisor relocation"
default "y"
help
When selected, the hypervisor will relocate itself to where it is
loaded. This allows the bootloader to put the hypervisor image to
wherever appropriate. Without relocation the bootloader must put the
image to RAM_START, otherwise the hypervisor will not start up.
*(Definitions include propagated dependencies, including from if's and menus.)*