doc: terminology cleanup in What Is ACRN, HLD intro

- Replace UOS or User OS with User VM
- Clean up some of the grammar

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
Amy Reyes
2021-11-09 12:49:24 -08:00
committed by David Kinder
parent 6695080182
commit e66d65152c
2 changed files with 4 additions and 4 deletions

View File

@@ -3,10 +3,10 @@
High-Level Design Guides
########################
The ACRN Hypervisor acts as a host with full control of the processors
The ACRN hypervisor acts as a host with full control of the processors
and the hardware (physical memory, interrupt management, and I/O). It
provides the User OS with an abstraction of a virtual platform, allowing
the guest to behave as if it were executing directly on a physical
provides the guest VM with an abstraction of a virtual platform, allowing
the guest VM to behave as if it were executing directly on a physical
processor.
These chapters describe the ACRN architecture, high-level design,