摘要: 使用友善之臂mini2440开发板 Step1:配置内核 make menuconfig Load an Alternate Configuration File 选择config_n35 Step2:将驱动程序源码放置于kernel-2.6.13/drivers/char目录下,名为qq2440_hello_module.c,内容如下: #include <linux/kernel.h> #include <linux/module.h> MODULE_LICENSE("GPL"); static int __init qq2440_hello_m 阅读全文
posted @ 2011-06-01 20:18 foreverlearn 阅读(178) 评论(0) 推荐(0)