Reached the bootloader

This commit is contained in:
Alexander Hill
2025-04-13 09:50:58 -04:00
parent 74b0ac4fa8
commit e74bafa7e4
3 changed files with 20 additions and 0 deletions

View File

@@ -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/