summaryrefslogtreecommitdiff
path: root/build-bootstrap.sh
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-04-13 09:50:58 -0400
committerAlexander Hill <ahill@breadpudding.dev>2025-04-13 09:50:58 -0400
commite74bafa7e487008c0e6015697e5e47b191d80029 (patch)
tree59c5b61c1acbebfa69b56fdf883c9ec655a6f752 /build-bootstrap.sh
parent74b0ac4fa886e1bba9a1a77ddf8037ed01cccf9e (diff)
Reached the bootloader
Diffstat (limited to 'build-bootstrap.sh')
-rwxr-xr-xbuild-bootstrap.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build-bootstrap.sh b/build-bootstrap.sh
index c5feabe..a49e08c 100755
--- a/build-bootstrap.sh
+++ b/build-bootstrap.sh
@@ -10,6 +10,7 @@ export HOST=x86_64-unknown-linux-musl
# TODO: Where does /usr/com fit into all of this (shared state directory)? ~ahill
mkdir -p $MAPLE/bin
mkdir -p $MAPLE/boot
+mkdir -p $MAPLE/boot/EFI/BOOT/
mkdir -p $MAPLE/dev
mkdir -p $MAPLE/etc
mkdir -p $MAPLE/home/root
@@ -370,3 +371,8 @@ ln -s clang $MAPLE/bin/cc
ln -s clang++ $MAPLE/bin/c++
ln -s ld.lld $MAPLE/bin/ld
cd ..
+
+cd ..
+
+# Copy the necessary configuration files to the bootstrap
+cp limine.conf $MAPLE/boot/EFI/BOOT/ \ No newline at end of file