Maciej Piechotka <uzytkownik2@gmail.com> writes: > SECTIONS > { > . = phys; > .setup : > How to force lower offset for .setup. It should work to use . = phys + SIZEOF_HEADERS, or to link with -N. Ian