On Mon, Dec 06, 2004 at 03:32:41PM +0530, debasish wrote: > Hi > This is my source code. On loading the module its giving the error > ./jiff.o: unresolved symbol sys_call_table > The source code is > /*mple of simple character device driver (jiff) > */ Hi, Since 2.6, sys_call_table is no longer exported. If you want to add a systme call, have a look a this link : http://umbrella.sourceforge.net/article.php?story=20040226055829718. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/