I try write simple kernel module (v3.6) in nasm, but insmod say me:
$ sudo insmod ./hello.ko insmod: ERROR: could not insert module ./hello.ko: Invalid module f
k you have to use gcc to compile it k and link it with the kernel directory...