Hello, On Sun, 21 Nov 2004 23:46:28 +0200, patryk konczyk <patryk@xxxxxxxxxx> wrote: > Thera are many papers about writing dynamic loadable modules but i can't > find any technical informations about writing directly linked into kernel > modules. From the point of view of Kernel module developer, there is NO difference at all. You just write your module, which could then be compiled as a dynamically loadable module or a static part of the kernel. For making your module a static part of the kernel, you need to get it into an appropriate place in the kernel source tree, update the Makefile accordingly and re-compile the kernel. Bye. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/