aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 104db10..459094d 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,18 @@
# Jobbed
## Build Information
-### Building (Debian)
+### Building (Debian, WSL)
- Clone the repository.
- Ensure you have the `gcc-arm-none-eabi` cross compiler installed `# apt install gcc-arm-none-eabi`.
- From the root of the directory, i.e. in `Jobbed`, execute `make -f Unix.mk`
- The built image is found in `build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition
+### Building MacOS
+ - Clone the repository
+ - Ensure you have the `gcc-arm-embedded` formulae installed `$ brew install gcc-arm-embedded`.
+ - From the root of the directory, i.e. in `Jobbed`, execute `make -f Unix.mk`
+ - The built image is found in `build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition
+
### Building (Google Colab)
- `!git clone https://github.com/TerminalCursor/Jobbed.git`
- `!apt install gcc-arm-none-eabi`