Chinaunix首页 | 论坛 | 博客
  • 博客访问: 165095
  • 博文数量: 51
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 422
  • 用 户 组: 普通用户
  • 注册时间: 2013-06-23 16:12
文章分类

全部博文(51)

文章存档

2015年(1)

2014年(45)

2013年(5)

我的朋友

发布时间:2013-12-30 08:41:17

QDisk......【阅读全文】

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

发布时间:2013-12-01 20:57:40

转自 http://blog.chinaunix.net/uid-20737871-id-1881196.html linux HZ Linux核心几个重要跟时间有关的名词或变数,底下将介绍HZ、tick与jiffies。 HZ Linux核心每隔固定周期会发出timer interrupt (IRQ 0),HZ是用来定义每一秒有几次timer interrupts。举例来说,HZ为1000,代表.........【阅读全文】

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

发布时间:2013-10-26 15:01:42

转自:http://www.cnblogs.com/china_blue/archive/2010/01/15/1648523.html相信大家在看linux的source code的时候,都会注意到asmlinkage这个宏,它是用来做什么的呢?Theasmlinkage tag is one other thing that we should observe about this simple function. This is a #define for some gcc magic that tells .........【阅读全文】

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

发布时间:2013-09-01 22:58:17

为linux 2.6.18的内核打kdb补丁1. 首先下载linux 2.6.18源码,从www.kernel.org2. 下载kdb补丁 kdb-v4.4-2.6.18-i386-1.bz2 和 kdb-v4.4-2.6.18-common-1.bz23. 进入/usr/src/linux目录,执行patch -p1< kdb-v4.4-2.6.18-i386-1.bz2    patch -p1 < kdb-v4.4-2.6.18-common-1.bz24. 然后make menuconfig.........【阅读全文】

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

发布时间:2013-06-23 16:22:38

linux 命令 ......【阅读全文】

阅读(767) | 评论(1) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册