摘要: https://zhuanlan.zhihu.com/p/693088545 ​ Linux 下用来加载.ko文件模块的命令有insmod 和 modprobe,比如我们需要加载模块为helloworld.ko 什么是模块 模块是一种可以动态加载到内核中的代码,它可以扩展内核的功能。 在Linux系 阅读全文
posted @ 2026-01-20 00:33 scott_h 阅读(10) 评论(0) 推荐(0)