Wireless-Extensions--旧的无线驱动框架 mac80211--为softMAC驱动服务的API cfg80211--新的配置API nl80211--新的用户控件<->内核空间通讯方式 组件交互的基本原理图 [Wireless Card] ? ?? ?| [Linux Kernel...
分类:
其他好文 时间:
2014-09-29 19:26:21
阅读次数:
238
在阅读linux源代码的时候,我们经常会发现likely和unlikely,这两个宏语句定义在compiler.h下,#definelikely(x) __builtin_expect(!!(x),1)#defineunlikely(x) __builtin_expect(!!(x),0)这里我们需要先了解__builtin_expect:#define__builtin_expect(x,expected_value)(x)所..
分类:
系统相关 时间:
2014-09-29 17:40:51
阅读次数:
321
在阅读linux源代码的时候,我们经常会发现likely和unlikely,这两个宏语句定义在compiler.h下,#definelikely(x) __builtin_expect(!!(x),1)#defineunlikely(x) __builtin_expect(!!(x),0)这里我们需要先了解__builtin_expect:#define__builtin_expect(x,expected_value)(x)所..
分类:
系统相关 时间:
2014-09-29 17:24:01
阅读次数:
256
mkimage -A arm -O linux -T kernel -C none -a 30007fc0 -e 30007fc0 -n uImage -d /work/jz2440/kernel/linux-2.6.22.6/arch/arm/boot/zImage uImage我的内核目录:/....
分类:
其他好文 时间:
2014-09-26 13:26:48
阅读次数:
241
linux kernel 3.4.5的板子插入USB鼠标,出现例如以下错误LOG:[ 191.177508] Plug in USB Port2[ 191.363516] usb 1-1: new full speed USB device number 10 using Mstar-ehci-2[...
分类:
其他好文 时间:
2014-09-20 18:25:49
阅读次数:
152
KernelBuildGuide to building the Linux kernel.Where do I find the kernel?The latest source code for the Linux kernel is kept onkernel.org. You can eit...
分类:
系统相关 时间:
2014-09-19 15:08:45
阅读次数:
248
Git作为一种版本控制解决方案,由于其具有的分布式特性,正被越来越多的用户熟知,一些有名的开源项目,如:Linux kernel,CakePHP,Ruby on Rails等,都在使用Git进行版本管理。 在Git中,文件状态是一个非常重要...
分类:
其他好文 时间:
2014-09-19 14:04:15
阅读次数:
253
fastboot 是android 默认的一种debug 方法,它的好处是在进入linux kernel 之前即可操作。
默认fastboot 支持的命令:
usage: fastboot [ ]
commands:
update reflash device from update.zip
flasha...
分类:
其他好文 时间:
2014-09-19 12:07:25
阅读次数:
1343
系统内核Android 是运行于Linux kernel之上,但并不是GNU/Linux。因为在一般GNU/Linux 里支持的功能,Android 大都没有支持,包括Cairo、X11、Alsa、FFmpeg、GTK、Pango及Glibc等都被移除掉了。Android又以Bionic 取代Gli...
分类:
移动开发 时间:
2014-09-18 22:00:24
阅读次数:
309
1、查看内核版本实验环境[root@lnmpsrc]#
uname-r2.6.32-358.el6.x86_642、安装图形依赖包yuminstall-yncursesncurses-devel3、下载内核[root@lnmp
src]#wgethttps://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.2.tar.xz解压[root@lnmpsrc]#tar
-xflinux-3.16.2.tar.xz-..
分类:
系统相关 时间:
2014-09-17 15:27:53
阅读次数:
646