平空
zzbok
全部博文(198)
内核相关(2)
Linux工具移植(11)
Linux测试程序(21)
Linux设备驱动(13)
Linux基本操作(17)
Linux系统相关(39)
2023年(6)
2022年(20)
2021年(8)
2020年(3)
2018年(17)
2017年(3)
2016年(3)
2015年(9)
2014年(13)
2013年(17)
2012年(77)
2011年(22)
传说中的
ihongxin
iibull
gui58421
☆彼岸★
soararin
eric_fan
20090302
无赖皮肤
Alaer0v0
BX95
loners
trump200
yixiu868
ZHU52485
kele26
flz666
stp111
发布时间:2018-04-03 16:06:56
CONFIG_HZ 决定了jiffies一次的时钟滴答,影响系统的调度和性能。一般在内核中固定好的,不能在.config中强制修改,因为不会生效,一旦执行了menuconfig又会变为内核默认的。在param.h文件中这样定义[cpp] view plain copy1. #ifndef __ASM_PARAM_H 2. #define&.........【阅读全文】
登录 注册