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

Merge branch 'simplify_kernel_building' into 'master'

Move -z max-page-size from the target spec to the cookbook

See merge request !325
parents f803f755 d163847a
No related branches found
No related tags found
1 merge request!325Move -z max-page-size from the target spec to the cookbook
......@@ -15,6 +15,7 @@ cargo rustc \
-- \
-C soft-float \
-C link-arg=-T -Clink-arg="${COOKBOOK_SOURCE}/linkers/${ARCH}.ld" \
-C link-arg=-z -Clink-arg=max-page-size=0x1000 \
--emit link="${PWD}/kernel.all"
"${TARGET}-objcopy" \
--only-keep-debug \
......
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