summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-09-17 15:12:12 -0400
committerIan Moffett <ian@osmora.org>2025-09-17 15:12:12 -0400
commit8b4401e4326667a2f7ffd983e20a25b775b148a3 (patch)
tree41269819a676deb19c72107ac2d25d12b8396fe1
parentbb840ef326ab3570d201e045e894710fd6db18f2 (diff)
docs: Add build instructions
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--README.md10
-rwxr-xr-x[-rw-r--r--]src/tools/build-toolchain.sh0
2 files changed, 10 insertions, 0 deletions
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
index ca7fd58..ca7fd58 100644..100755
--- a/src/tools/build-toolchain.sh
+++ b/src/tools/build-toolchain.sh