|
|
[root@localhost C Program]# gcc -c helloworld.c
[root@localhost C Program]# insmod helloworld.o
helloworld.o: kernel-module version mismatch
helloworld.o was compiled for kernel version 2.4.20
while this kernel is version 2.4.22-1.2115.nptl.
[root@localhost C Program]# |
|