BrianSidebotham / arm-tutorial-rpi

Raspberry-Pi Bare Metal Programming in C Tutorial
https://www.valvers.com/open-software/raspberry-pi/bare-metal-programming-in-c-part-1/
MIT License
585 stars 177 forks source link

Update setting MAXPAGESIZE to control the size of the binary #40

Closed BrianSidebotham closed 3 years ago

BrianSidebotham commented 3 years ago

In Part-2 we introduce the concept of using a custom linker script.

On-top of that, towards the end of that part of the tutorial we now show a new option for linking called max-page-size which shows how to control the binary size without the need to use a customer linker script.

Fixes #18