You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
142: Update qemu.md r=korken89 a=flip111
Add link to qemu wiki. As proof and also interested reader can see other architectures too.
151: Update exceptions.md r=korken89 a=flip111
that it's marked with `* *` already makes it have special significance. Let's link to an explanation
Co-authored-by: flip111 <[email protected]>
Copy file name to clipboardExpand all lines: src/start/qemu.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# QEMU
2
2
3
3
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
5
5
so you don't need to fiddle with hardware in this section and we can focus on
0 commit comments