上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 136 下一页
摘要: 在android开发中,java的异常比较直观,但是动态库异常打印的都是地址,利用下面的方法可以锁定发生故障的函数。 arm-eabi-addr2line -C -f -s -e 动态库 address可以解析出发生故障的地址信息。 比如: Arm-eabi-addr2line –C –f –s –e libpcmhost.so 0c480 打印出: _JNIEnv::CallIntM... 阅读全文
posted @ 2012-07-16 10:51 katago 阅读(3906) 评论(0) 推荐(0)
摘要: Writing policies A Write-Through cache with No-Write Allocation A Write-Back cache with Write Allocation When a system writes a datum to cache, it must at some point write that datum to bac... 阅读全文
posted @ 2012-07-09 16:09 katago 阅读(3138) 评论(0) 推荐(0)
摘要: http://blog.c114.net/html/15/562315-75229.html PCI即Peripheral Component Interconnect,中文意思是“外围器件互联”,是由PCISIG (PCI Special Interest Group)推出的一种局部并行总线标准。在现在电子设备中应用非常广泛,下面我详细介绍下PCI总线的工作原理,希望对大家有所帮... 阅读全文
posted @ 2012-07-06 13:07 katago 阅读(570) 评论(0) 推荐(0)
摘要: http://blog.c114.net/html/15/562315-75228.html PCI即Peripheral Component Interconnect,中文意思是“外围器件互联”,是由PCISIG (PCI Special Interest Group)推出的一种局部并行总线标准。在现在电子设备中应用非常广泛,下面我详细介绍下PCI总线的工作原理,希望对大家有所帮... 阅读全文
posted @ 2012-07-06 12:49 katago 阅读(366) 评论(0) 推荐(0)
摘要: http://blog.c114.net/html/15/562315-75227.html PCI即Peripheral Component Interconnect,中文意思是“外围器件互联”,是由PCISIG (PCI Special Interest Group)推出的一种局部并行总线标准。在现在电子设备中应用非常广泛,下面我详细介绍下PCI总线的工作原... 阅读全文
posted @ 2012-07-06 12:44 katago 阅读(466) 评论(0) 推荐(0)
摘要: 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 阅读(1191) 评论(0) 推荐(1)
摘要: http://www.uplinux.com/shizi/wenxian/4429.html Linux网卡驱动分析 学习应该是一个先把问题简单化,在把问题复杂化的过程。一开始就着手处理复杂的问题,难免让人有心惊胆颤,捉襟见肘的感觉。读Linux网卡驱动也是一样。那长长的源码夹杂着那些我们陌生的变量和符号,望而生畏便是理所当然的了。不要担心,事情总有解决的办法,先把一些我们管不着的代码... 阅读全文
posted @ 2012-07-04 14:59 katago 阅读(478) 评论(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 阅读(386) 评论(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 阅读(3334) 评论(0) 推荐(0)
摘要: Documentation\arm\Porting 介绍各种符号地址,如Decompressor Symbols和Kernel Symbols Documentation\arm\memory.txt 介绍Kernel Memory Layout 阅读全文
posted @ 2012-07-04 14:03 katago 阅读(388) 评论(0) 推荐(0)
上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 136 下一页