From e604be14cb8a08635b3128bfc2bcce994bcce1e7 Mon Sep 17 00:00:00 2001 From: whoisxxx Date: Thu, 17 Sep 2020 11:21:25 +0800 Subject: [PATCH] Add restriction to QEMU version. link https://gitee.com/openeuler/RISC-V/issues/I1VCH0 --- documents/Installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/Installing.md b/documents/Installing.md index 41fdddcf..e67efdf5 100644 --- a/documents/Installing.md +++ b/documents/Installing.md @@ -7,7 +7,7 @@ QEMU 模拟器环境 - 操作系统:x86_64/aarch64 Linux -- QEMU 版本:> 4.0.0 +- QEMU 版本:>= 4.0.0, <=5.0 #### 获取openEuler RISC-V 移植版系统镜像 -- Gitee