发布时间:2013-08-04 09:44:33
构建小型嵌入式Linux系统----------------make allnoconfig----最小的Linux操作系统制作过程详解http://wenku.baidu.com/view/19835bc489eb172ded63b7a8.html制作简单的linux系统 ---- 可以模拟运行 http://www.doc88.com/p-587676426567.html http://note.youdao.com/share/?id=5.........【阅读全文】
发布时间:2013-07-26 11:05:38
Power managementEditAbstract Android Power Management is rely on basic function that Linux kernel provied, and android also has added features .........【阅读全文】
发布时间:2013-07-25 10:54:36
Linux内核栈信息获取与理解1 内核栈获取C语言的函数调用,是通过栈来实现的。如下图所示: 函数调用栈内核异常或死机时,经常在内核日志中看到打印的栈信息和寄存器值。从函数栈信息,我们可以知道函数间的调用关系,从栈和寄存器数据,还可以得到各个变量、参数的值.........【阅读全文】