07 2017 档案

摘要:1.强行停止一个应用 首先需要权限 非源码环境使用反射来完成操作 读取系统中的一些属性: 阅读全文
posted @ 2017-07-22 11:59 BlogCommunicator 阅读(219) 评论(0) 推荐(0)
摘要:linux驱动相关的makefile知识: makefile文件可以这么写: obj-m := module.o modulee-objs := file1.o file2.o 执行此makefile的命令可以这么写: make -C ~/kernel-2.6 M='pwd' modules 其中- 阅读全文
posted @ 2017-07-08 11:48 BlogCommunicator 阅读(88) 评论(0) 推荐(0)