Updated README to link to RPi build instructions

This commit is contained in:
Adam Greenwood-Byrne 2021-05-11 18:26:20 +01:00
parent cab823fc5f
commit 53659fa2d1

View file

@ -70,6 +70,11 @@ I recommend using [Homebrew](https://docs.brew.sh/Installation) to install LLVM.
LLVM will give you all you need to start building for Raspberry Pi bare metal on Mac. It even works on my M1 MacBook Pro with Apple Silicon, which runs an ARM processor rather than an Intel processsor. LLVM will give you all you need to start building for Raspberry Pi bare metal on Mac. It even works on my M1 MacBook Pro with Apple Silicon, which runs an ARM processor rather than an Intel processsor.
Building directly on a Raspberry Pi 4
-------------------------------------
You can read more about how to build on the Pi itself [here](./RPI-BUILD.md).
_Now you're ready to start writing your OS!_ _Now you're ready to start writing your OS!_
[Go to part1-bootstrapping >](./part1-bootstrapping/) [Go to part1-bootstrapping >](./part1-bootstrapping/)