gpt4 book ai didi

linux - 如何更改内核定时器频率

转载 作者:太空宇宙 更新时间:2023-11-04 05:31:35 26 4
gpt4 key购买 nike

我有一个关于更改内核频率的问题。

我使用以下方法编译内核:

        make menuconfig(do some changes in config)
(under Processor type and features->Timer frequency to change frequency)
1.fakeroot make-kpkg --initrd --append-to-version=-mm kernel-image kernel-headers
2.export CONCURRENCY_LEVEL=3
3.sudo dpkg -i linux-image-3.2.14-mm_3.2.14-mm-10.00.Custom_amd64.deb
4.sudo dpkg -i linux-headers-3.2.14-mm_3.2.14-mm-10.00.Custom_amd64.deb

然后说如果我想改变内核的频率,

我所做的是:

        I replaced .config file with my own config file
(since I want to do this automatically without opening make menuconfig ui)

然后我再次重复步骤1,2,3,4

我是否不需要重复上述 4 个步骤?

非常感谢!!!

最佳答案

Linux 中的计时器频率是固定的(除非您构建无滴答内核 - CONFIG_NO_HZ=y - 但上限仍然是固定的)。您无法在运行时或启动时更改它。您只能在编译时更改它。

所以答案是:不。当你想改变内核时,你需要重建内核。

关于linux - 如何更改内核定时器频率,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13427608/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com