摘要: Linux 内核模块加载程序 模块加载函数 static int __init test_init(void) { } module_init(test_init); 模块卸载函数 static void __exit test_exit(void) { } module_exit(test_exi 阅读全文
posted @ 2024-06-19 18:04 蜗牛等等 阅读(17) 评论(0) 推荐(0)