DDE legacy kernel module as library
Andre Puschmann
andre.puschmann at stud.tu-ilmenau.de
Tue Feb 17 19:10:29 CET 2009
Hi list,
I am doing a port of a rather large Linux kernel module to TUDOS. I am
using DDE for linux26 which works quite good, so far. But I just started
to work on that and I am still in an early phase of evaluation.
I want to keep the legacy kernel module code inside a separate library
which is than linked to my DDE application. The module's "init" method
is included in the library but not inside the final binary. That's why
it is not called by l4dde26_do_initcalls().
Can I somehow tell the linker to also include "module_init()"-functions
from within a library?
Best regards,
Andre
More information about the l4-hackers
mailing list