摘要:
bus-range = <2 3>; 该设备(一般为RC)下的pci总线号范围 ranges = <0x2000000 0x0 0xc0000000 0 0xc0000000 0x0 0x20000000 0x1000000 0x0 0x00000000 0 0xffc20000 0x0 0x100 阅读全文
摘要:
http://ilinuxkernel.com/?p=1328 阅读全文
摘要:
http://blog.sina.com.cn/s/blog_6472c4cc0102dskj.html 阅读全文
摘要:
出现Oops消息的大部分错误时因为对NULL指针取值或者因为用了其他不正确的指针值。 Oops如何产生的解释如下: 由于处理器使用的地址几乎都是虚拟地址,这些地址通过一个被称为“页表”的结构被映射为物理地址。当引入一个非法指针的时候,分页机制无法将该地址映射到物理地址,此时处理器就会向操作系统发出一 阅读全文
摘要:
# kbuild supports saving output files in a separate directory.# To locate output files in a separate directory two syntaxes are supported.# In both ca 阅读全文
摘要:
https://elinux.org/Device_Tree_Usage 阅读全文
摘要:
https://blog.csdn.net/qiurihuanghua/article/details/6411640 1. EHCI 1.0规范介绍 EHCI规范为USB 2.0规范定义了一个Host controller的寄存器级的接口,实际上就是系统软件和Host controller直接交互 阅读全文