8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
|
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";
|
||
|
}
|