mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 12:49:24 +00:00
doc: remove Kconfig reference documentation
With the new ACRN configuration architecture, we no longer use Kconfig files. Remove the Kconfig option documentation scripting (genrest.py) Python dependencies, and Makefile commands, and change references in the documentation from the Kconfig option (such as :option:`CONFIG_MEM_LOGLEVEL`) to the new schema definition-based option documentation (:option:`hv.DEBUG_OPTION.MEM_LOGLEVEL`). Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
0ea991fbed
commit
c741468b9c
14
doc/faq.rst
14
doc/faq.rst
@@ -22,14 +22,14 @@ our :ref:`hardware` documentation.
|
||||
How do I configure ACRN's memory size?
|
||||
**************************************
|
||||
|
||||
It's important that the ACRN Kconfig settings are aligned with the physical memory
|
||||
on your platform. Check the documentation for these option settings for
|
||||
details:
|
||||
It's important that the ACRN configuration settings are aligned with the
|
||||
physical memory on your platform. Check the documentation for these
|
||||
option settings for details:
|
||||
|
||||
* :option:`CONFIG_PLATFORM_RAM_SIZE`
|
||||
* :option:`CONFIG_SOS_RAM_SIZE`
|
||||
* :option:`CONFIG_UOS_RAM_SIZE`
|
||||
* :option:`CONFIG_HV_RAM_SIZE`
|
||||
* :option:`hv.MEMORY.PLATFORM_RAM_SIZE`
|
||||
* :option:`hv.MEMORY.SOS_RAM_SIZE`
|
||||
* :option:`hv.MEMORY.UOS_RAM_SIZE`
|
||||
* :option:`hv.MEMORY.HV_RAM_SIZE`
|
||||
|
||||
For example, if the Intel NUC's physical memory size is 32G, you may follow these steps
|
||||
to make the new UEFI ACRN hypervisor, and then deploy it onto the Intel NUC to boot
|
||||
|
Reference in New Issue
Block a user