From 4789e703a0fdabdb5682ee6753a6cc870858280a Mon Sep 17 00:00:00 2001 From: laokz Date: Wed, 12 Jan 2022 13:47:40 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=88=A0=E9=99=A4=E6=9C=AA=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E7=9A=84m=E6=A0=B8arm-virt=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #I4QGPK Signed-off-by: laokz Change-Id: Icb6356805886e1774b6687370a6461142580f54c --- README.md | 3 +-- README_zh.md | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 535c11d..4b1b3b9 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,8 @@ QEMU applies only to the OpenHarmony kernel. ## Usage -For details about the ARM architectures: +For details about the ARM architectures: - [Qemu ARM Virt HOWTO - liteos_a](https://gitee.com/openharmony/device_qemu/blob/HEAD/arm_virt/liteos_a/README.md) -- [Qemu ARM Virt HOWTO - liteos_m](https://gitee.com/openharmony/device_qemu/blob/HEAD/arm_virt/liteos_m/README.md) - [Qemu ARM Virt HOWTO - linux](https://gitee.com/openharmony/device_qemu/blob/HEAD/arm_virt/linux/README.md) For details about the Cortex-m4 architecture, see [Qemu Cortex-m4 mps2-an386 HOWTO](https://gitee.com/openharmony/device_qemu/blob/HEAD/arm_mps2_an386/README.md). diff --git a/README_zh.md b/README_zh.md index 2a4d104..958e857 100644 --- a/README_zh.md +++ b/README_zh.md @@ -107,7 +107,6 @@ QEMU可以模拟内核运行在不同的单板,解除对物理开发板的依 arm架构参考: - [QEMU教程 for arm - liteos_a](https://gitee.com/openharmony/device_qemu/blob/HEAD/arm_virt/liteos_a/README_zh.md) -- [QEMU教程 for arm - liteos_m](https://gitee.com/openharmony/device_qemu/blob/HEAD/arm_virt/liteos_m/README_zh.md) - [QEMU教程 for arm - linux](https://gitee.com/openharmony/device_qemu/blob/HEAD/arm_virt/linux/README_zh.md) cortex-m4架构参考[QEMU教程 for cortex-m4](https://gitee.com/openharmony/device_qemu/blob/HEAD/arm_mps2_an386/README_zh.md)。 -- Gitee