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
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