mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 03:45:29 +00:00
Change APL getting started guide to KBL getting started guide; Merge some of the contents into preempt-rt getting started guide; Move the modified kbl getting started guide to the behind of the configuration tutorials; Fix issues for acrn_quick_setup.sh script. Signed-off-by: lirui34 <ruix.li@intel.com>
28 lines
755 B
ReStructuredText
28 lines
755 B
ReStructuredText
.. _getting_started:
|
|
|
|
Try using ACRN
|
|
##############
|
|
|
|
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 VM and User VM on the Intel
|
|
(EFI) platform.
|
|
|
|
.. _Clear Linux: https://clearlinux.org
|
|
|
|
ACRN is supported on Apollo Lake and Kaby Lake Intel platforms,
|
|
as described in :ref:`hardware`.
|
|
|
|
Follow these getting started guides to give ACRN a try:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
reference/hardware
|
|
getting-started/up2
|
|
getting-started/acrn_ootb
|
|
getting-started/building-from-source
|
|
getting-started/building_acrn_in_docker
|
|
getting-started/rt_industry
|