From f0cb10c176678a2e3d029614c73f5ffeb8c67f1b Mon Sep 17 00:00:00 2001 From: qinfengling Date: Thu, 5 Nov 2020 11:56:07 +0800 Subject: [PATCH] linux-qemu: Fix typo --- source/linux-qemu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/linux-qemu.rst b/source/linux-qemu.rst index 0c24f13..4ee3a11 100644 --- a/source/linux-qemu.rst +++ b/source/linux-qemu.rst @@ -4,7 +4,7 @@ Running 64- and 32-bit RISC-V Linux on QEMU This is a "hello world" example of booting Linux on RISC-V QEMU. This guide covers some basic steps to get Linux running on RISC-V. It is recomended that if you are interested in a specific distrubution you follow their steps. For example if you are interested in running Debian, they have instructions -on their wiki https://wiki.debian.org/RISC-V. Most distrobutions (Debian, Fedora, OpenEmbedded, buildroot, +on their wiki https://wiki.debian.org/RISC-V. Most distributions (Debian, Fedora, OpenEmbedded, buildroot, OpenSUSE, FreeBSD and others) support RISC-V. Prerequisites