[Prev][Next][Index][Thread]

Linking with rtld



The file examples/dyntest/GNUmakerules says, where it links the
dyntest kernel, "there is a special ldscript associated with the RTLD,
but all that does is move the start of kernel text up to 0x100000, as
required for all OSKit kernels."  So why do we need the ldscript?
Can't we just '-T 100000' as we have been doing for other kernels?


Matthew