From 79f0468c6f53e4fed7d94c29ab847da778910afe Mon Sep 17 00:00:00 2001 From: breakout Date: Mon, 24 Apr 2023 05:26:59 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87;=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: breakout --- ...\231\232\346\213\237\346\234\272\351\205\215\347\275\256.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/zh/docs/StratoVirt/\350\231\232\346\213\237\346\234\272\351\205\215\347\275\256.md" "b/docs/zh/docs/StratoVirt/\350\231\232\346\213\237\346\234\272\351\205\215\347\275\256.md" index 06c68a2e1..9ef50fa49 100644 --- "a/docs/zh/docs/StratoVirt/\350\231\232\346\213\237\346\234\272\351\205\215\347\275\256.md" +++ "b/docs/zh/docs/StratoVirt/\350\231\232\346\213\237\346\234\272\351\205\215\347\275\256.md" @@ -42,7 +42,7 @@ StratoVirt 能够运行的最小配置为: - PE 格式或 bzImage 格式(仅 x86_64)的 Linux 内核镜像 - 将 rootfs 镜像设置成 virtio-blk 设备,并添加到内核参数中 - 使用 QMP 控制 StratoVirt -- 如果要使用串口登录,添加一个串口到内核启动命令行,AArch64平台标准机型为ttyAMA0,其他情况为ttyS0. +- 如果要使用串口登录,添加一个串口到内核启动命令行,AArch64平台标准机型为ttyAMA0,其他情况为ttyS0。 ## 配置介绍 -- Gitee