Kaushal Shriyan kirjoitti viestissään (lähetysaika torstai, 3. elokuuta 2006 14:09): > Hi > > I have a question here about to build kernel module > > I have a C code > > #include<stdio.h> > main() > { > printf("Hello World"); > } This code is for a normal executable program, not a kernel module. Read the Linux Kernel Module Programming Guide: http://tldp.org/LDP/lkmpg/2.6/html/index.html -- Markku Kolkka markku.kolkka@xxxxxx