2019-08-01 07:08:40 +08:00
|
|
|
.. _contribute_acrn:
|
|
|
|
|
2020-03-13 09:51:16 +08:00
|
|
|
Developer Reference
|
|
|
|
###################
|
2019-08-01 07:08:40 +08:00
|
|
|
|
|
|
|
Here's where you'll find details about ACRN's high-level design and
|
|
|
|
design principles, along with guidelines followed by the
|
|
|
|
development team. With this information, you too can contribute to the
|
|
|
|
project and submit code and documentation patches of your own.
|
|
|
|
|
2019-08-02 12:12:59 +08:00
|
|
|
Design Guides
|
|
|
|
*************
|
2019-08-01 07:08:40 +08:00
|
|
|
|
|
|
|
Read about ACRN's high-level design and architecture principles that led
|
2020-04-10 05:50:30 +08:00
|
|
|
to the development of the ACRN hypervisor and its components. You'll
|
2019-08-01 07:08:40 +08:00
|
|
|
also find details about specific architecture topics.
|
|
|
|
|
2020-05-22 04:22:02 +08:00
|
|
|
.. rst-class:: rst-columns2
|
|
|
|
|
2019-08-01 07:08:40 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2019-08-02 07:03:24 +08:00
|
|
|
developer-guides/modularity
|
|
|
|
developer-guides/hld/index
|
|
|
|
developer-guides/sw_design_guidelines
|
|
|
|
developer-guides/trusty
|
|
|
|
developer-guides/l1tf
|
2019-08-01 07:08:40 +08:00
|
|
|
|
2020-03-13 09:51:16 +08:00
|
|
|
Contribute Guides
|
|
|
|
*****************
|
2019-08-01 07:08:40 +08:00
|
|
|
|
|
|
|
As an open-source project, we welcome and encourage the community to
|
|
|
|
submit patches for code, documentation, tests, and more, directly to the
|
|
|
|
project. Here's where you'll find how the development team works and the
|
|
|
|
guidelines they (and you) use to contribute code (and documentation) to
|
|
|
|
the project.
|
|
|
|
|
2020-05-22 04:22:02 +08:00
|
|
|
.. rst-class:: rst-columns2
|
|
|
|
|
2019-08-01 07:08:40 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2019-08-02 07:03:24 +08:00
|
|
|
developer-guides/contribute_guidelines
|
|
|
|
developer-guides/coding_guidelines
|
|
|
|
developer-guides/doc_guidelines
|
|
|
|
developer-guides/graphviz
|
|
|
|
tutorials/docbuild
|
2019-08-02 12:12:59 +08:00
|
|
|
|
2020-03-13 09:51:16 +08:00
|
|
|
API Documentation
|
|
|
|
*****************
|
2019-08-02 12:12:59 +08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2020-03-13 09:51:16 +08:00
|
|
|
api/index
|
|
|
|
|
|
|
|
|