How do i change the base adress on GCC like in assembly if you would do:
org <address>
im compileing 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 (im creating a C kernel)