When we inserting a module into linux kernel, the linux (almost) always check the vermagic info of module, if it does not match kernel’s, inserting process fails.
So, the question is :
Edit VERMAGIC_STRING
in include/linux/vermagic.h
版权声明:本文为博主原创文章,未经博主允许不得转载。
Building modules for a precompiled kernel
原文地址:http://blog.csdn.net/stpallas/article/details/46743497