mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-12 11:53:08 +00:00
Take the existing ACRN technical documentation and reorganize its presentation to be persona and use-case based, in preparation for adding new scenario/use-case based architecture introduction and getting started documents. Introduce a more graphical home page and theme color tweaks. 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";
|
|
}
|