linux
shandf
这个作者很懒,什么都没留下…
展开
-
如何向内核中添加源码
需要向内核中添加源代码(.c)时,需要通过两个文件告知内核所添加文件的存在:Kconfig和Makefile。 例如,我需要向"net\ipv4"目录中,添加"mydir"目录,并且添加源文件"myfile.c",那么修改Kconfig文件和Makefile文件的步骤如下: 1. 添加 "net\ipv4\mydir\Kconfig" 文件,并且写入如下内容: config MYFI原创 2013-04-22 20:42:29 · 509 阅读 · 0 评论 -
ip_route_output_slow注释
转载自basic coder 根据 http://basiccoder.com/intro-linux-kernel-hash-rt-2.html 和 http://blog.chinaunix.net/uid-24673811-id-1754229.html 改编 static int ip_route_output_slow(struct net *net, struct rt转载 2013-04-27 16:16:10 · 1349 阅读 · 0 评论