mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-05 06:56:57 +00:00
To kick off the efforts on modularization, this patch introduces a document describing the goals and general principles of modular design as well as a brief introduction on the current status of component/module decomposition. A detailed assignment of source files to components will be added in the future. v2 -> v3: * Expand mailing list address in the doc v1 -> v2: * Add more description on complexity measures, cyclic dependency avoidance, and the reverse dependency of boot on hypervisor initialzation. * Fix typos. Tracked-On: #1842 Signed-off-by: Junjie Mao <junjie.mao@intel.com>
32 lines
502 B
ReStructuredText
32 lines
502 B
ReStructuredText
.. _developer-guides:
|
|
|
|
Developer Guides
|
|
################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
hld/index
|
|
primer
|
|
GVT-g-porting
|
|
trusty
|
|
l1tf
|
|
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
|
|
doc_guidelines
|
|
graphviz
|