diff options
-rw-r--r-- | README.md | 10 | ||||
-rwxr-xr-x[-rw-r--r--] | src/tools/build-toolchain.sh | 0 |
2 files changed, 10 insertions, 0 deletions
@@ -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 |