diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-04-13 23:56:50 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-04-13 23:56:50 -0400 |
| commit | 814580185ec18223a5f755478306210739686376 (patch) | |
| tree | fe3fd8833bf4ed224546f2c841f8fea21811d11b /build-bootstrap.sh | |
| parent | 3ff3f922aa3e0a0bbbeef5c4ffc10bcfb958899f (diff) | |
First attempt at booting
Untested because I ran out of space on my image and it's almost midnight
Diffstat (limited to 'build-bootstrap.sh')
| -rwxr-xr-x | build-bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-bootstrap.sh b/build-bootstrap.sh index a49e08c..a131e97 100755 --- a/build-bootstrap.sh +++ b/build-bootstrap.sh @@ -375,4 +375,5 @@ cd .. cd .. # Copy the necessary configuration files to the bootstrap -cp limine.conf $MAPLE/boot/EFI/BOOT/
\ No newline at end of file +cp limine.conf $MAPLE/boot/EFI/BOOT/ +cp linux.$(uname -m).config $MAPLE/maple/
\ No newline at end of file |
