Skip to content
Snippets Groups Projects
Commit 9c8da8bf authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'fix_bootstrap' into 'master'

Set max-page-size for linking bootstrap

See merge request redox-os/cookbook!357
parents ba49d021 0310f47f
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,6 @@ mkdir -v "${COOKBOOK_STAGE}/boot"
-o "${COOKBOOK_STAGE}/boot/bootstrap" \
--gc-sections \
-T "${COOKBOOK_SOURCE}/src/${ARCH}.ld" \
-z max-page-size=4096 \
"${COOKBOOK_BUILD}/${TARGET}/release/libbootstrap.a"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment