How do I change the base address in GCC like in assembly if you would do:
org <address>
I’m compiling the source into an object and then use "objcopy" to get only the .text field out of it and put it into a binary file to execute (I’m creating a C kernel).