acrn-hypervisor/doc/developer-guides/images/trusty-boot-flow.dot
Amy Reyes 33a205c913 doc: terminology cleanup in trusty doc
- Replace SOS or Service OS with Service VM
- Replace UOS or User OS with User VM
- Clean up some of the grammar

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
2021-11-10 13:09:07 -08:00

12 lines
349 B
Plaintext

digraph G {
rankdir=LR;
rank=same;
bgcolor="transparent";
uservml1 [label="User VM OS\nBootloader"]
acrn_init [shape=box style="rounded,filled" label="ACRN"]
acrn_switch [shape=box style="rounded,filled" label="ACRN"]
uservml2 [label="User VM OS\nBootloader"]
uservml1 -> acrn_init -> "Trusty" -> acrn_switch -> uservml2;
}