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

Linux 内核模块编程(二)

时间:2018-06-12 14:43:54      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:shell   模块   新建   info   silent   --   技术分享   highlight   bin   

编写shell脚本:

1.新建文件vi start.sh,编写shell内容(需要的内容即可),如下例:

#/bin/bush
rmmod ../algo/module/nvpairat/nvpairat.ko
rmmod ../algo/module/nvpair/lnvpair.ko
rmmod ../spl/module/spl/spl.ko
 
./autogen.sh
./configure --enable-debug --disable-silent-rules
make -j8
make install

2.设置shell脚本文件的内容为777,命令为:chmod 777 start.sh

技术分享图片

3.运行shell脚本。

技术分享图片

技术分享图片

【备注:shell脚本内容针对运行shell脚本时所在的目录】

Linux 内核模块编程(二)

标签:shell   模块   新建   info   silent   --   技术分享   highlight   bin   

原文地址:https://www.cnblogs.com/meiqin970126/p/9172764.html

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