mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-02 20:35:32 +00:00
We've been expanding documentation, and now need to organize things a bit cleaner and separate content into new major folders: Introduction, Getting Started, User Guides, Developer Guides, Tutorials, and Release notes.. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
23 lines
611 B
ReStructuredText
23 lines
611 B
ReStructuredText
.. _getting_started:
|
|
|
|
Getting Started Guides
|
|
######################
|
|
|
|
After reading the :ref:`introduction`, use these guides 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 up the ACRN
|
|
hypervisor and the `Clear Linux`_ Service OS and Guest OS on the Intel
|
|
(EFI) platform.
|
|
|
|
.. _Clear Linux: https://clearlinux.org
|
|
|
|
ACRN development is currently supported on Apollo Lake Intel platforms,
|
|
described in :ref:`hardware`. Follow the setup guides listed here:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
hardware.rst
|
|
apl-nuc.rst
|
|
up2.rst
|