Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2985213
  • 博文数量: 685
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 5303
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-19 14:17
个人简介

文章分类

全部博文(685)

文章存档

2015年(116)

2014年(569)

发布时间:2014-09-05 10:42:38

原文地址:http://blog.chinaunix.net/uid-26517122-id-4263265.html本文介绍一些平时查找内核报栈时用的到的小技巧1、 使用gdb 取得结构体中某一字段的偏移量命令:  p  ((struct xxx *)0)->xxx例:>> gdb vmlinux(gdb) p ((struct sk_buff*)0)->dataCannot acce.........【阅读全文】

阅读(1525) | 评论(0) | 转发(0)

发布时间:2014-09-05 10:40:29

原文地址:http://blog.chinaunix.net/uid-26517122-id-4418083.html openwrt是通过一系列shell脚本进行启动流程的组织,下面是启动流程的提纲。如果想详细了解启动的过程,则需要仔细走读脚本文件。1、在make menuconfig 选择target平台“ShenZhou Loongson”,在Subtarget选择“GSC3280 Develop Board”平台。&n.........【阅读全文】

阅读(982) | 评论(0) | 转发(1)

发布时间:2014-09-05 10:35:14

原文地址:http://blog.chinaunix.net/uid-26517122-id-4418110.htmlOpenWrt是一个典型的嵌入式Linux工程,了解OpenWrt的Makefile工作过程对提高嵌入式Linux工程的开发能力有极其重要意义。        OpenWrt的主Makefile文件只有100行,可以简单分为三部分,1~17行为前导部分,1.........【阅读全文】

阅读(791) | 评论(0) | 转发(0)

发布时间:2014-09-05 10:33:19

原文地址:http://blog.chinaunix.net/uid-24631445-id-3428100.html1:device_driver结构体struct device_driver {    const char        *name;    struct bus_type &.........【阅读全文】

阅读(1431) | 评论(0) | 转发(0)

发布时间:2014-09-05 10:29:59

原文地址:http://blog.chinaunix.net/uid-24631445-id-3423408.html仅仅是对do_initcalls及相关的简单介绍,因为深入的还不懂。1:函数do_initcallstypedef int (*initcall_t)(void);extern initcall_t __initcall_start[], __initcall_end[], __early.........【阅读全文】

阅读(930) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

7大爷2014-04-21 11:08

期待你的原创博文哦

回复  |  举报
留言热议
请登录后留言。

登录 注册