You are not logged in.
If I strip down a kernel, it wont help my overall system performance, will it?
(I realize that even if it does theoretically increase responsiveness, it most-likely wont be noticeable)
Also, what are these custom kernels floating around with -mm and -zen in the name? Why are they special?
Offline
Read this http://wiki.archlinux.org/index.php/Ker … _Patchsets and this http://zen-source-org
But it helps to have custom build kernel. You can strip all those things out that you don't use, thus keeping it smaller in size and make it lighter in RAM. There is also a lot performance related patchsets, like -rt, -mm etc.
Arch - It's something refreshing
Offline
I recently compiled the latest git kernel. My load avg decreased by about 0.15. Great stuff.
Offline
Read this http://wiki.archlinux.org/index.php/Ker … _Patchsets and this http://zen-source-org
But it helps to have custom build kernel. You can strip all those things out that you don't use, thus keeping it smaller in size and make it lighter in RAM. There is also a lot performance related patchsets, like -rt, -mm etc.
So, does the whole kernel stay loaded in RAM? Is that why it would be lighter in RAM?
Offline
Um, the Arch kernel is reasonably light, as almost everything is built as modules.
There's not really any point compiling custom kernels unless you need to patch for a feature you require or a hardware issue. Setup initcpio right and it'll be as fast as any self compiled kernel.
Offline
There's not really any point compiling custom kernels unless you need to patch for a feature you require or a hardware issue. Setup initcpio right and it'll be as fast as any self compiled kernel.
Maybe, but the last couple of days I have had a lot troubles getting a right setup for initcpio.
Arch - It's something refreshing
Offline
iphitus wrote:There's not really any point compiling custom kernels unless you need to patch for a feature you require or a hardware issue. Setup initcpio right and it'll be as fast as any self compiled kernel.
Maybe, but the last couple of days I have had a lot troubles getting a right setup for initcpio.
Just workout what modules you need for filesystem and ide/sata then you should be able to set those to MODULES="" in mkinitcpio.conf. More complicated configurations will need more effort.
Offline
whargoul wrote:iphitus wrote:There's not really any point compiling custom kernels unless you need to patch for a feature you require or a hardware issue. Setup initcpio right and it'll be as fast as any self compiled kernel.
Maybe, but the last couple of days I have had a lot troubles getting a right setup for initcpio.
Just workout what modules you need for filesystem and ide/sata then you should be able to set those to MODULES="" in mkinitcpio.conf. More complicated configurations will need more effort.
I have tried that, but I can't boot nevertheless. I can't even use the 'autodetect' hook.
Arch - It's something refreshing
Offline
Oh I figured it out. Apparently modules from kernel26tp was build into the kernel26's image. Still, I need udev to boot. Does the 'resume' hook depend on the 'udev' hook?
Last edited by whargoul (2008-08-05 16:54:04)
Arch - It's something refreshing
Offline