From fa3c60da8207b724d292b7a44633872c6bfec4c8 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 15 Nov 2025 13:32:41 -0500 Subject: initial commit Signed-off-by: Ian Moffett --- bootstrap | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..0500d3f --- /dev/null +++ b/bootstrap @@ -0,0 +1,14 @@ +#!/bin/sh + +if [[ ! -d cc/toolchain ]] +then + git clone https://github.com/sigsegv7/osmora-toolchain cc/toolchain +fi + +if [[ ! -d boot ]] +then + git clone https://github.com/limine-bootloader/limine.git --branch=v9.3.0-binary --depth=1 boot/limine + make -C boot/limine +fi + +autoconf -- cgit v1.2.3