summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap14
1 files changed, 14 insertions, 0 deletions
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