2018年3月9日

Linux Driver 入门 - parameters- 动态模块传参

摘要: Abstract Pass parameters to a module There are two ways to pass these parameters. 1. While insmod or modprobe Ex: $insmod <Module.ko> [Module_paramete 阅读全文

posted @ 2018-03-09 23:03 LiuYubao 阅读(515) 评论(0) 推荐(0) 编辑

Linux Driver 入门 - hello world - 动态模块加载与卸载

摘要: Abstract Create a Simple Dynamic Driver Module - HelloWorld hello.c > #include <linux/init.h> This header contains the definition of the functions use 阅读全文

posted @ 2018-03-09 19:43 LiuYubao 阅读(399) 评论(0) 推荐(0) 编辑

导航