doc: enable s5 guide

Add instruction of enabling s5.

Signed-off-by: lirui34 <ruix.li@intel.com>
This commit is contained in:
lirui34
2019-11-04 17:53:09 +08:00
committed by deb-intel
parent 70312bfb7e
commit cb207b4383
10 changed files with 227 additions and 0 deletions

View 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];
}