
Linux学习
dhshuai
这个作者很懒,什么都没留下…
展开
-
How to: Compile Linux kernel 2.6(转载)
[color=red][b](原文地址:http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html)[/b][/color]How to: Compile Linux kernel 2.6by NIXCRAFT on SEPTEMBER 29, 2005 · 131 COMMENTSCompiling custom kern...原创 2012-02-07 19:34:58 · 134 阅读 · 0 评论 -
Linux内核模块编译小结
这两天在看《The Linux Kernel Module Programming Guide》,自己尝试从书中的样例入手,编写简单的内核模块。在编译的过程中遇到了一些问题,总结如下。1. 编写模块代码hello.c #include #include #include static int hello_init(void) { ...2012-02-08 17:11:00 · 214 阅读 · 0 评论