上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 139 下一页
摘要: http://blog.c114.net/html/15/562315-75226.html PCI即Peripheral Component Interconnect,中文意思是“外围器件互联”,是由PCISIG (PCI Special Interest Group)推出的一种局部并行总线标准。在现在电子设备中应用非常广泛,下面我详细介绍下PCI总线的工作原理,希望对大家有所帮... 阅读全文
posted @ 2012-07-06 11:36 katago 阅读(1205) 评论(0) 推荐(1)
摘要: http://www.uplinux.com/shizi/wenxian/4429.html Linux网卡驱动分析 学习应该是一个先把问题简单化,在把问题复杂化的过程。一开始就着手处理复杂的问题,难免让人有心惊胆颤,捉襟见肘的感觉。读Linux网卡驱动也是一样。那长长的源码夹杂着那些我们陌生的变量和符号,望而生畏便是理所当然的了。不要担心,事情总有解决的办法,先把一些我们管不着的代码... 阅读全文
posted @ 2012-07-04 14:59 katago 阅读(488) 评论(0) 推荐(0)
摘要: http://en.wikipedia.org/wiki/PCI_configuration_space ifconfig 每次 Base address会变 Interrupt:9 Base address:0x6000 阅读全文
posted @ 2012-07-04 14:58 katago 阅读(387) 评论(0) 推荐(0)
摘要: http://www.uplinux.com/shizi/wenxian/4445.html 1. kernel运行的史前时期和内存布局 在 arm平台下,zImage.bin压缩镜像是由bootloader加载到物理内存,然后跳到zImage.bin里一段程序,它专门于将被压缩的 kernel解压缩到KERNEL_RAM_PADDR开始的一段内存中,接着跳进真正的kernel去执行... 阅读全文
posted @ 2012-07-04 14:13 katago 阅读(3351) 评论(0) 推荐(0)
摘要: Documentation\arm\Porting 介绍各种符号地址,如Decompressor Symbols和Kernel Symbols Documentation\arm\memory.txt 介绍Kernel Memory Layout 阅读全文
posted @ 2012-07-04 14:03 katago 阅读(392) 评论(0) 推荐(0)
摘要: 网线的分类和选购 广义的网线包括同轴电缆、电话线、光纤和双绞线。根据IEEE制定的以太网标准,采用星形拓扑结构的普通局域网最适合使用的是双绞线。双绞线使用橡胶作为外壳材料,而内部包含不同颜色的4对8铜芯塑料质芯线。每两条芯线按一定规则绞织在一起,成为一个芯线对。它包括非屏蔽双绞线(UTP)和屏蔽双绞线(STP)。屏蔽双绞线(STP)成本高、理论上可更好的屏蔽干扰电磁信号,但由于它对网络施... 阅读全文
posted @ 2012-07-04 13:02 katago 阅读(10781) 评论(0) 推荐(0)
摘要: http://doc.qt.nokia.com/4.7-snapshot/tutorials.html 阅读全文
posted @ 2012-06-29 16:19 katago 阅读(244) 评论(0) 推荐(0)
摘要: qoject.cpp中的代码: static void queued_activate(QObject *sender, int signal, QObjectPrivate::Connection *c, void **argv) { if (!c->argumentTypes && c->argumentTypes != &DIRECT_CONNECTION_ONLY) {... 阅读全文
posted @ 2012-06-29 15:54 katago 阅读(777) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/dbzhang800/article/details/6540089 http://doc.qt.nokia.com/qq/qq16-dynamicqobject.html 阅读全文
posted @ 2012-06-28 12:42 katago 阅读(335) 评论(0) 推荐(0)
摘要: http://qt-project.org/wiki/QThreads_general_usage QThreads General Usage Threads in an operating system are a very simple thing. Write a function, maybe bundle it with some data and push it onto ... 阅读全文
posted @ 2012-06-26 17:21 katago 阅读(294) 评论(0) 推荐(0)
上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 139 下一页