mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 08:04:55 +00:00
doc: spelling and grammar fixes
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
7602304692
commit
e74cf71eb7
@@ -20,7 +20,7 @@ supported, primarily because dynamic configuration parsing is restricted in
|
||||
the ACRN hypervisor for the following reasons:
|
||||
|
||||
- **Maintain functional safety requirements.** Implementing dynamic parsing
|
||||
introduces dynamic objects, which violates functional safety requirements.
|
||||
introduces dynamic objects, which violate functional safety requirements.
|
||||
|
||||
- **Reduce complexity.** ACRN is a lightweight reference hypervisor, built for
|
||||
embedded IoT. As new platforms for embedded systems are rapidly introduced,
|
||||
@@ -32,9 +32,9 @@ the ACRN hypervisor for the following reasons:
|
||||
helps keep the hypervisor's Lines of Code (LOC) in a desirable range (less
|
||||
than 40K).
|
||||
|
||||
- **Improve boot up time.** Dynamic parsing at runtime increases the boot
|
||||
up time. Using a build-time configuration and not dynamic parsing
|
||||
helps improve the boot up time of the hypervisor.
|
||||
- **Improve boot time.** Dynamic parsing at runtime increases the boot
|
||||
time. Using a build-time configuration and not dynamic parsing
|
||||
helps improve the boot time of the hypervisor.
|
||||
|
||||
|
||||
Build the ACRN hypervisor, device model, and tools from source by following
|
||||
|
||||
Reference in New Issue
Block a user