mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 11:50:30 +00:00
doc: use graphviz for intro boot-flow diagram
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>
This commit is contained in:
committed by
David Kinder
parent
64515cfe58
commit
44293a42ab
6
doc/introduction/images/boot-flow.dot
Normal file
6
doc/introduction/images/boot-flow.dot
Normal file
@@ -0,0 +1,6 @@
|
||||
digraph G {
|
||||
rankdir=LR;
|
||||
bgcolor="transparent";
|
||||
UEFI -> "acrn.efi" -> "OS\nBootloader" ->
|
||||
"SOS\nKernel" -> "ACRN\nDevice Model" -> "Virtual\nBootloader";
|
||||
}
|
@@ -140,11 +140,10 @@ Boot Sequence
|
||||
In :numref:`boot-flow` we show a verified Boot Sequence with UEFI
|
||||
on an Intel |reg| Architecture platform NUC (see :ref:`hardware`).
|
||||
|
||||
.. figure:: images/boot-flow.png
|
||||
:align: center
|
||||
.. graphviz:: images/boot-flow.dot
|
||||
:name: boot-flow
|
||||
|
||||
ACRN Hypervisor Boot Flow
|
||||
:align: center
|
||||
:caption: ACRN Hypervisor Boot Flow
|
||||
|
||||
The Boot process proceeds as follows:
|
||||
|
||||
|
Reference in New Issue
Block a user