mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-02-21 06:33:48 +00:00
ACRN 2.1 supports two virtual boot modes, deprivilege boot mode and direct boot mode. The deprivilege boot mode’s main purpose is to support booting Clear Linux Service VM with UEFI service support, but this brings scalability problems when porting ACRN to new Intel platforms. For the 2.2 release, deprivilege mode is removed, and only direct boot is supported, and with this we've removed support for Clear Linux as the service VM, which impacts over 50 ACRN documents. This PR removes documents we don't intend to update, and fixes broken links that would occur from references to these deleted docs. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
88 lines
1.6 KiB
ReStructuredText
88 lines
1.6 KiB
ReStructuredText
.. _develop_acrn:
|
|
|
|
Advanced Guides
|
|
###############
|
|
|
|
|
|
Configuration and Tools
|
|
***********************
|
|
|
|
.. rst-class:: rst-columns2
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 1
|
|
|
|
tutorials/acrn_configuration_tool
|
|
reference/kconfig/index
|
|
user-guides/hv-parameters
|
|
user-guides/kernel-parameters
|
|
user-guides/acrn-shell
|
|
user-guides/acrn-dm-parameters
|
|
misc/tools/acrn-crashlog/README
|
|
misc/packaging/README
|
|
misc/tools/**
|
|
misc/acrn-manager/**
|
|
|
|
Service VM Tutorials
|
|
********************
|
|
|
|
.. rst-class:: rst-columns2
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
tutorials/running_deb_as_serv_vm
|
|
|
|
User VM Tutorials
|
|
*****************
|
|
|
|
.. rst-class:: rst-columns2
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
tutorials/using_windows_as_uos
|
|
tutorials/running_ubun_as_user_vm
|
|
tutorials/running_deb_as_user_vm
|
|
tutorials/using_xenomai_as_uos
|
|
tutorials/using_vxworks_as_uos
|
|
tutorials/using_zephyr_as_uos
|
|
|
|
Enable ACRN Features
|
|
********************
|
|
|
|
.. rst-class:: rst-columns2
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
tutorials/sgx_virtualization
|
|
tutorials/vuart_configuration
|
|
tutorials/rdt_configuration
|
|
tutorials/waag-secure-boot
|
|
tutorials/enable_s5
|
|
tutorials/cpu_sharing
|
|
tutorials/sriov_virtualization
|
|
tutorials/gpu-passthru
|
|
tutorials/run_kata_containers
|
|
tutorials/trustyACRN
|
|
tutorials/rtvm_workload_design_guideline
|
|
tutorials/setup_openstack_libvirt
|
|
tutorials/acrn_on_qemu
|
|
tutorials/using_grub
|
|
tutorials/pre-launched-rt
|
|
|
|
Debug
|
|
*****
|
|
|
|
.. rst-class:: rst-columns2
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
tutorials/using_serial_port
|
|
tutorials/debug
|
|
tutorials/realtime_performance_tuning
|
|
tutorials/rtvm_performance_tips
|