码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 内核模块设计

时间:2015-12-04 22:58:54      阅读:358      评论:0      收藏:0      [点我收藏+]

标签:

一.  内核模块

  1.  头文件 Linux/init.h  和 Linux/module.h

  2.  装载内核 insmod  对应的转载函数 module_init();

  3.  卸载内核 rmmod  对应的卸载函数 module_exit();

二.  编写 helloworld.c

  技术分享

三。编写Makefile 

技术分享

四 .  把 helloworld.ko 移到Part3/rootfs 打开开发板下载。

  直接运行Uboot

  insmod 挂载一下 helloworld.ko

  lsmod   查询一下

  rmmod 卸载一下

Linux 内核模块设计

标签:

原文地址:http://www.cnblogs.com/lvxiaoning/p/5020589.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!