From 8b4401e4326667a2f7ffd983e20a25b775b148a3 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 17 Sep 2025 15:12:12 -0400 Subject: docs: Add build instructions Signed-off-by: Ian Moffett --- README.md | 10 ++++++++++ src/tools/build-toolchain.sh | 0 2 files changed, 10 insertions(+) mode change 100644 => 100755 src/tools/build-toolchain.sh diff --git a/README.md b/README.md index f0edb18..8b26a67 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ share any existing operating system sources. - i8254 - i8259 +## Build instructions + +To build the system, run the following to generate an ISO image: + +```sh +tools/bootstrap.sh # Build and fetch prerequisites +tools/tools/build-toolchain.sh # Build the cross compilation toolchain +make +``` + ## License This project is licensed under the BSD 3 clause diff --git a/src/tools/build-toolchain.sh b/src/tools/build-toolchain.sh old mode 100644 new mode 100755 -- cgit v1.2.3