Skip to content

Commit daf0eb3

Browse files
authored
Update qemu.md
Add link to qemu wiki. As proof and also interested reader can see other architectures too.
1 parent 700d073 commit daf0eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start/qemu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# QEMU
22

33
We'll start writing a program for the [LM3S6965], a Cortex-M3 microcontroller.
4-
We have chosen this as our initial target because it can be emulated using QEMU
4+
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
55
so you don't need to fiddle with hardware in this section and we can focus on
66
the tooling and the development process.
77

0 commit comments

Comments
 (0)