From 53659fa2d1bb5f3244ecac7dff58ea0b6f1158d7 Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Tue, 11 May 2021 18:26:20 +0100 Subject: [PATCH] Updated README to link to RPi build instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0dacf3f..ae14c3f 100644 --- a/README.md +++ b/README.md @@ -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. +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!_ [Go to part1-bootstrapping >](./part1-bootstrapping/)