mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
doc: incorporate scenario-based doc update
PR #3516 was submitted during a documentation reorganization and resulted in merge conflicts with files that no longer exist. We closed that PR and opened this one with those changes applied to the right files. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
9580a2131b
commit
f0ecf8291f
7
doc/introduction/images/boot-flow-2.dot
Normal file
7
doc/introduction/images/boot-flow-2.dot
Normal file
@@ -0,0 +1,7 @@
|
||||
digraph G {
|
||||
rankdir=LR;
|
||||
bgcolor="transparent";
|
||||
UEFI -> "GRUB" -> "acrn.32.out" -> "Pre-launched\nVM Kernel"
|
||||
"acrn.32.out" -> "Service VM\nKernel" -> "ACRN\nDevice Model" ->
|
||||
"Virtual\nBootloader";
|
||||
}
|
Reference in New Issue
Block a user