[quote:fc2d5c064a="conke"]Now could you please tell me how to build a kernel module on linux 2.6 kernel ?
use man what ??[/quote]
this is not a command or call, so "man .." does not help. but i suggest u to read Documentation/kbuild/*. with that, u know how to do that. I believe there are some people are not knowledgeable as you. so if they ask question in detail, i will answer in detail.
i will try to post a "hello world" module under linux 2.6 today. hope this can help some people to solve the problem.
The difficulty in writing a kernel module(say, hello.ko) on 2.6 kernel is not the module itself, but the makefile in a way. For I donnot know how to generate the .ko file.
Yeah, it's very kind of you to do so ! Thanks !
What I need is the makefile, and you needn't show me your_module.c file.
I used to write device drivers on 2.4 kernel for some companies, but now I donnot know how to write makefile to build the drivers source on 2.6 kernl.
The key is how to generate the .ko file(s).