mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-02 21:46:58 +00:00
Trying out the graphviz capability rather than using static images that we can't easily modify. Also updated the site logo that was too wide. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
digraph G {
|
|
rankdir=LR;
|
|
bgcolor="transparent";
|
|
UEFI -> "acrn.efi" -> "OS\nBootloader" ->
|
|
"SOS\nKernel" -> "ACRN\nDevice Model" -> "Virtual\nBootloader";
|
|
}
|