acrn-hypervisor/doc/try.rst
David B. Kinder fed4f81e30 doc: include sample app doc but unhook from toctree
Documentation for the sample app isn't ready for the public, so let's
not add it to the toctree yet (use the :orphan: role to stop Sphinx from
complaining about an unreferenced .rst file)

Tracked-On: #7820

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2022-07-20 09:36:03 +08:00

22 lines
627 B
ReStructuredText

.. _getting_started:
Getting Started
###############
After reading the :ref:`introduction`, use these documents to get started
using ACRN in a reference setup. We'll show how to set up your
development and target hardware, and then how to boot the ACRN
hypervisor, the Service VM, and a User VM on a supported Intel target platform.
.. toctree::
:maxdepth: 1
reference/hardware
getting-started/overview_dev
getting-started/getting-started
After getting familiar with ACRN development, check out these
:ref:`develop_acrn` for information about more-advanced scenarios and enabling
ACRN advanced capabilities.