logo
Published on KernelTrap (http://kerneltrap.org)

How to insert a kernel module from a c coded application

By
Created Apr 25 2008 - 13:30

Hi

Is it possible to insert a kernel module from C application without calling system (" insmod ...") ?

I found some routine init_module, create_module

but it seems that these routine does not work with kernel 2.6

Any comment is welcome


Source URL:
http://kerneltrap.org/node/16048