mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-11 01:44:55 +00:00
A few changes to the documents that describe kernel command-line parameters relevant to ACRN (SOS and UOS): - Merge two documents into one (with sections) - Move to the "User Guides" (from the "Developer Guides") - Update order in the list to make it consistent across sections - Add missing parameters to the overview list Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
35 lines
564 B
ReStructuredText
35 lines
564 B
ReStructuredText
.. _developer-guides:
|
|
|
|
Developer Guides
|
|
################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
hld/index
|
|
primer
|
|
GVT-g-porting
|
|
trusty
|
|
l1tf
|
|
VBSK-analysis
|
|
modularity
|
|
../api/index
|
|
../reference/kconfig/index
|
|
|
|
|
|
Contributing to the project
|
|
***************************
|
|
|
|
As an open-source project, we welcome and encourage the community to
|
|
submit patches for code, documentation, tests, and more, directly to the
|
|
project.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
contribute_guidelines
|
|
coding_guidelines
|
|
doc_guidelines
|
|
graphviz
|
|
sw_design_guidelines
|