Skip to content

Commit 32226d8

Browse files
authored
Add links to NetBSD on RPi.
1 parent 9bdd1d2 commit 32226d8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ Here's one possible path through solving the problem.
112112

113113
## What You Can Do Next
114114

115-
- Raspberry Pis are cheap
116-
- NetBSD is a free, open source OS that wants to give you a cross compiler
117-
- Keep playing and having fun!
115+
1. [Install NetBSD 7 on Raspberry Pi](https://wiki.netbsd.org/ports/evbarm/raspberry_pi/)
116+
2. [Fetch the NetBSD source tree](https://www.netbsd.org/docs/guide/en/chap-fetch.html) (or [let the `Makefile` do it for you](https://github.com/schmonz/c-embedded-fundamentals/blob/9bdd1d2d8839a6a65523c4cdbef68e9f3705707e/Makefile#L37))
117+
3. [Build the cross compiler and a complete NetBSD for the target system](https://www.netbsd.org/docs/guide/en/chap-build.html) (or [let the `Makefile` do it for you](https://github.com/schmonz/c-embedded-fundamentals/blob/9bdd1d2d8839a6a65523c4cdbef68e9f3705707e/Makefile#L40))
118+
4. Test-drive it following the steps above (or follow your own path).
119+
5. Keep playing and having fun!

0 commit comments

Comments
 (0)