From d20bc2bd185769e05555ed95b662b422d51fb90c Mon Sep 17 00:00:00 2001 From: Zhang Fuxin Date: Thu, 31 Mar 2022 21:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0qemu=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E3=80=82=E5=8E=9F=E9=93=BE=E6=8E=A5=E6=8C=87?= =?UTF-8?q?=E5=90=91=E7=9A=84qemu=E5=8F=AA=E6=98=AF=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E7=9A=84=E6=BA=90=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E6=8C=87=E5=90=91=E4=B8=80=20=E4=B8=AA?= =?UTF-8?q?=E8=83=BD=E5=A4=9F=E8=B7=91=E8=B5=B7=E6=93=8D=E4=BD=9C=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=9A=84qemu=E8=BF=90=E8=A1=8C=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E6=9C=89=E7=9B=B8=E5=85=B3=E7=9A=84=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E9=93=BE=E3=80=81=E5=86=85=E6=A0=B8=E5=92=8C=E7=AE=80?= =?UTF-8?q?=E5=8D=95=E6=96=87=E4=BB=B6=20=E7=B3=BB=E7=BB=9F=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6d9ff4..e20bfdb 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ 本书的实例和原理介绍以龙芯体系结构为主。关于龙芯体系结构的信息,可以参考[这里](https://github.com/loongson)。那里的内容包括: 1. 龙芯架构的相关[文档](https://github.com/loongson/LoongArch-Documentation),如指令集手册、ABI文档、龙芯3A5000处理器手册、龙芯7A1000桥片手册等。 -2. 一些龙芯架构的关键基础软件,如[工具链](https://github.com/loongson/build-tools)、[QEMU模拟器](https://github.com/loongson/qemu/tree/tcg-dev/)和[内核](https://github.com/loongson/linux/tree/loongarch-next)等。很多软件正在upstream的过程中,相信不久后大部分软件可以直接从社区上游获得。 +2. 一些龙芯架构的关键基础软件,如[工具链](https://github.com/loongson/build-tools)、[QEMU模拟器](https://github.com/foxsen/qemu-loongarch-runenv)和[内核](https://github.com/loongson/linux/tree/loongarch-next)等。很多软件正在upstream的过程中,相信不久后大部分软件可以直接从社区上游获得。 暂时没有龙芯机器的同学,可以在X86上用交叉编译工具链编译loongarch应用,用qemu模拟运行loongarch程序。后续争取提供一些龙芯云端的开发者账号让大家能在真机上做实验。