First attempt at booting
Untested because I ran out of space on my image and it's almost midnight
This commit is contained in:
parent
3ff3f922aa
commit
814580185e
@ -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/
|
||||
@ -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
5397
linux.x86_64.config
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user