mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-02 06:47:06 +00:00
We've been expanding documentation, and now need to organize things a bit cleaner and separate content into new major folders: Introduction, Getting Started, User Guides, Developer Guides, Tutorials, and Release notes.. 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";
|
|
}
|