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

@@ -376,3 +376,4 @@ cd ..
# Copy the necessary configuration files to the bootstrap # 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 # NOTE: LLVM=1 is required for the Linux kernel Makefile. Otherwise, things will
# not build properly. ~ahill # not build properly. ~ahill
LLVM=1 make -j $THREADS mrproper 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
LLVM=1 make -j $THREADS install LLVM=1 make -j $THREADS install
cd .. cd ..

5397
linux.x86_64.config Normal file

File diff suppressed because it is too large Load Diff