摘要:
1、 新建hello文件夹 2、hello.c #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE # define MODULE #endif // 下面的是主要的内容 #include <linux/kernel.h> #in 阅读全文
posted @ 2015-08-29 18:12 tingpan 阅读(610) 评论(0) 推荐(0)
|
|||
|
摘要:
1、 新建hello文件夹 2、hello.c #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE # define MODULE #endif // 下面的是主要的内容 #include <linux/kernel.h> #in 阅读全文
posted @ 2015-08-29 18:12 tingpan 阅读(610) 评论(0) 推荐(0) |
|||