mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 03:10:13 +00:00
doc: enable s5 guide
Add instruction of enabling s5. Signed-off-by: lirui34 <ruix.li@intel.com>
This commit is contained in:
BIN
doc/tutorials/images/Microsoft-Visual-C-install-option-1.png
Normal file
BIN
doc/tutorials/images/Microsoft-Visual-C-install-option-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
doc/tutorials/images/Microsoft-Visual-C-install-option-2.png
Normal file
BIN
doc/tutorials/images/Microsoft-Visual-C-install-option-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
doc/tutorials/images/launch-startup.png
Normal file
BIN
doc/tutorials/images/launch-startup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
doc/tutorials/images/open-com-success.png
Normal file
BIN
doc/tutorials/images/open-com-success.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
doc/tutorials/images/run-shell-startup.png
Normal file
BIN
doc/tutorials/images/run-shell-startup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
14
doc/tutorials/images/s5-scenario-1.dot
Normal file
14
doc/tutorials/images/s5-scenario-1.dot
Normal file
@@ -0,0 +1,14 @@
|
||||
digraph G {
|
||||
node [shape=plaintext fontsize=12];
|
||||
graph [rankdir=LR];
|
||||
|
||||
subgraph cluster_0 {
|
||||
node [shape=box];
|
||||
label="PTY"
|
||||
"Master" -> "Slave" [dir=both arrowsize=.5];
|
||||
}
|
||||
|
||||
"ACRN-DM" -> "Master" [arrowsize=.5];
|
||||
"Slave" -> "User VM:/dev/ttyS1" [arrowsize=.5];
|
||||
|
||||
}
|
6
doc/tutorials/images/s5-scenario-2.dot
Normal file
6
doc/tutorials/images/s5-scenario-2.dot
Normal file
@@ -0,0 +1,6 @@
|
||||
digraph G {
|
||||
node [shape=plaintext fontsize=12];
|
||||
rankdir=LR;
|
||||
bgcolor="transparent";
|
||||
"ACRN-DM" -> "Service VM:/dev/ttyS1" -> "ACRN hypervisor" -> "User VM:/dev/ttyS1" [arrowsize=.5];
|
||||
}
|
BIN
doc/tutorials/images/s5_overall_architecture.png
Normal file
BIN
doc/tutorials/images/s5_overall_architecture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user