Follwing is procedure i follow to add new system call
to 2.4.24 kernel and want to call from it another
exported function from kernel module.
...
extern int call_fun(char *);
call_fun(char *) is written in kernel module that i
want to include any time to kernel and get it executed
from user program
...
After this when i compile kernel i got undefined
reference to call_fun.
Can the kernel have references to symbols that are defined in modules ?
--Swapnil
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/