mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
doc: fix misspellings
Fix misspellings missed during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
a9482f46b4
commit
ae34fdd843
@ -88,7 +88,7 @@ In the current configuration, we will set
|
||||
``i915.enable_initial_modeset=1`` in SOS and
|
||||
``i915.enable_initial_modeset=0`` in UOS.
|
||||
|
||||
This parmeter is not used on UEFI platforms.
|
||||
This parameter is not used on UEFI platforms.
|
||||
|
||||
i915.avail_planes_per_pipe and i915.domain_plane_owners
|
||||
*******************************************************
|
||||
|
@ -44,7 +44,7 @@ More patches for ACRN and patches upstreaming to OVMF work will be continuing.
|
||||
This release enables serial port debugging on UP2 boards during SOS and UOS boot.
|
||||
|
||||
**One E2E binary to support all UEFI platform**:
|
||||
ACRN can support both ApolloLake (APL) and KabbyLake (KBL) NUCs.
|
||||
ACRN can support both Apollo Lake (APL) and Kaby Lake (KBL) NUCs.
|
||||
Instead of having separate builds, this release offers community
|
||||
developers a single end-to-end reference build that supports both
|
||||
UEFI hardware platforms, configured with a new boot parameter.
|
||||
@ -52,7 +52,7 @@ See :ref:`getting_started` for more information.
|
||||
|
||||
**APL UP2 board with SBL firmware**: With this 0.5 release, ACRN
|
||||
now supports APL UP2 board with slim Bootloader (SBL) firmware.
|
||||
Slim Bootloader is a modern, flexible, light-weither, open source
|
||||
Slim Bootloader is a modern, flexible, light-weight, open source
|
||||
reference boot loader with key benefits such as being fast, small,
|
||||
customizable, and secure. An end-to-end reference build with
|
||||
ACRN hypervisor, Clear Linux OS as SOS, and Clear Linux OS as UOS has been
|
||||
|
@ -4,7 +4,7 @@ Using PREEMPT_RT-Linux for real-time UOS
|
||||
########################################
|
||||
|
||||
The ACRN project uses various techniques to support a User OS (UOS)
|
||||
runing as virtual machine (VM) with real-time characteristics, also
|
||||
running as virtual machine (VM) with real-time characteristics, also
|
||||
called a "Privileged VM" in ACRN terminology. Some of these techniques
|
||||
include device passthrough and cache allocation technology (CAT), as
|
||||
shown in :numref:`rt-linux-arch`.
|
||||
|
@ -249,7 +249,7 @@ embedded development through an open source platform. In this
|
||||
section, we'll focus on two major components:
|
||||
|
||||
* one is the basic idea of
|
||||
secure world and unsecure world isolation (so called one-vm,
|
||||
secure world and insecure world isolation (so called one-vm,
|
||||
two-worlds),
|
||||
* the other one is the secure storage virtualization in ACRN.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user