First attempt at booting

Untested because I ran out of space on my image and it's almost midnight
This commit is contained in:
Alexander Hill 2025-04-13 23:56:50 -04:00
parent 3ff3f922aa
commit 814580185e
3 changed files with 5400 additions and 2 deletions

View File

@ -375,4 +375,5 @@ cd ..
cd ..
# Copy the necessary configuration files to the bootstrap
cp limine.conf $MAPLE/boot/EFI/BOOT/
cp limine.conf $MAPLE/boot/EFI/BOOT/
cp linux.$(uname -m).config $MAPLE/maple/

View File

@ -428,7 +428,7 @@ cd linux-*/
# NOTE: LLVM=1 is required for the Linux kernel Makefile. Otherwise, things will
# not build properly. ~ahill
LLVM=1 make -j $THREADS mrproper
LLVM=1 make -j $THREADS defconfig
cp /maple/linux.$(uname -m).config .config
LLVM=1 make -j $THREADS
LLVM=1 make -j $THREADS install
cd ..

5397
linux.x86_64.config Normal file

File diff suppressed because it is too large Load Diff