doc: updated What is ACRN introduction
* Update and simplify our What is ACRN document. * Removed SDC disussion and out-of-date best known configuration descriptions and scenario block diagrams * Removed I/O Mediator discussion from "What is ACRN" and move referenced label to content in the HLD overview (that was duplicated in "What is ACRN") * Updated images for scenarios and removed obsolete images * Add references to new overview docs and GSG * Add general description of VMs in example scenarios Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
Before Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 163 KiB |
BIN
doc/introduction/images/ACRN-hybrid-rt-example.png
Normal file
After Width: | Height: | Size: 153 KiB |
BIN
doc/introduction/images/ACRN-industry-example.png
Normal file
After Width: | Height: | Size: 165 KiB |
BIN
doc/introduction/images/ACRN-partitioned-example.png
Normal file
After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 61 KiB |
@@ -1,7 +1,7 @@
|
||||
digraph G {
|
||||
rankdir=LR;
|
||||
bgcolor="transparent";
|
||||
UEFI -> "GRUB" -> "acrn.32.out" -> "Pre-launched\nVM Kernel"
|
||||
"acrn.32.out" -> "Service VM\nKernel" -> "ACRN\nDevice Model" ->
|
||||
UEFI -> "GRUB" -> "acrn.bin" -> "Pre-launched\nVM Kernel"
|
||||
"acrn.bin" -> "Service VM\nKernel" -> "ACRN\nDevice Model" ->
|
||||
"Virtual\nBootloader";
|
||||
}
|
||||
|
@@ -1,6 +0,0 @@
|
||||
digraph G {
|
||||
rankdir=LR;
|
||||
bgcolor="transparent";
|
||||
UEFI -> "acrn.efi" -> "OS\nBootloader" ->
|
||||
"SOS\nKernel" -> "ACRN\nDevice Model" -> "Virtual\nBootloader";
|
||||
}
|
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 66 KiB |