Compiling a module/Kernel mismatch
I'm trying to learn how to write modules and compiled a simple "hello world".
After compilation, I tried loading it with "insmod" but I couldn't
and returns a msg that says:
Kernel mismatch, module compiled with kernel 2.4.9 and the current kernel is 2.4.21.
I don't understand where the 2.4.9 kernel came from because my current kernel is 2.4.21.
thanks,
|