PDA

View Full Version : Kernel modules programming environment


series
November 11th, 2005, 11:06 AM
I'm looking into writing some simple device drivers, just to get a deeper understanding.

However, I need a built kernel tree to compile against... So far so good. But how do I actually "install" this kernel tree? I assume it should be put in /usr/include/ ? Could I just copy it there, overwriting whatever is there already?

It of course doesn't work to use absolute paths in the source files that points to my current kernel tree

Thanks.

series
November 11th, 2005, 11:36 AM
Nevermind, I found the relevant documentation.

I always post to fast!