发布时间:2014-12-19 10:17:56
http://wiki.openwrt.org/doc/techref/filesystems......【阅读全文】
发布时间:2014-12-19 10:04:34
本篇的主要目的是想通过分析Makefile,了解openwrt编译过程。着重关注以下几点:openwrt目录结构主Makefile的解析过程,各子目录的目标生成。kernel编译过程firmware的生成过程软件包的编译过程openwrt目录结构官方源下载速度太度,我从github上clone了openwrt的代码仓库。.........【阅读全文】
发布时间:2014-12-05 17:43:31
什么是epollepoll是什么?按照man手册的说法:是为处理大批量句柄而作了改进的poll。当然,这不是2.6内核才有的,它是在2.5.44内核中被引进的(epoll(4) is a new API introduced in Linux kernel 2.5.44),它几乎具备了之前所说的一切优点,被公认为Linux2.6下性能最好的多路I/O就绪通知方法。 epoll的.........【阅读全文】
发布时间:2014-12-05 14:46:18
url_redirect.c: #include #include #include #include #include #include #include #include #include #include #inc.........【阅读全文】