From daf0eb3615a62bb1628ab7ad72b965fe059543c3 Mon Sep 17 00:00:00 2001 From: flip111 Date: Sun, 17 Feb 2019 02:01:04 +0000 Subject: [PATCH] Update qemu.md Add link to qemu wiki. As proof and also interested reader can see other architectures too. --- src/start/qemu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start/qemu.md b/src/start/qemu.md index f6c6bd91..3c445f57 100644 --- a/src/start/qemu.md +++ b/src/start/qemu.md @@ -1,7 +1,7 @@ # QEMU We'll start writing a program for the [LM3S6965], a Cortex-M3 microcontroller. -We have chosen this as our initial target because it can be emulated using QEMU +We have chosen this as our initial target because it [can be emulated](https://wiki.qemu.org/Documentation/Platforms/ARM#Supported_in_qemu-system-arm) using QEMU so you don't need to fiddle with hardware in this section and we can focus on the tooling and the development process.