Skip to content

Commit

Permalink
add note about max kernel size
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Nov 17, 2024
1 parent 6bb5b1c commit a0573fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/BuildScripts/InitramfsScripts/buildInitramFs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ then
fi

#A hacky way to ensure the loops are properly unmounted and the temp files are properly deleted.
#Without this, a reboot is sometimes required to properly clean the loop devices and ensure a clean build
#Without this, a reboot is sometimes required to properly clean the loop devices and ensure a clean build
cleanup() {
set +e

Expand Down
1 change: 1 addition & 0 deletions scripts/BuildScripts/KernelScripts/buildKernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ TARGET=$5
KERNEL_CONFIG=$6

#this is the same as the kernel partition size
#the kernel is limited to 32MB as long as we need compatibility with depthcharge
MAX_KERNEL_SIZE=$(expr 65536 \* 512)

cd $BUILD_DIR
Expand Down

0 comments on commit a0573fd

Please sign in to comment.