acrn-hypervisor/doc/introduction/images/boot-flow-2.dot

8 lines
212 B
Plaintext
Raw Normal View History

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";
}