Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有可能这样做吗?如果是,怎么办?谢谢!
BR
不。
您不能简单地将可加载模块转换为静态编译的驱动程序。此外,您当然不能获取二进制文件并在不同的内核版本中使用它。
内核对模块非常敏感。要加载一个模块,它必须针对相同的源代码树构建,具有相同的配置并使用与内核本身相同的编译器。