From 1e9b23ce222129c814b1925619206db628c343e2 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 6 Apr 2022 10:58:56 -0700 Subject: Add instructions for MacOS and WSL --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') 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` -- cgit v1.2.1