Posts Tagged ‘kernel’

Kernel Newbies

Now I’m not what I would call a Kernel Newbie. I’ve been compiling and installing custom Linux Kernels for about eight years now. What I am not (and don’t intend to ever be) is a Linux Kernel developer. As such, I have difficulty when it comes to reading the changelogs for the [...]

read more

Configure the linux to write corefiles as core.pid?

If you dump core files you can run into a problem where multiple core files are dumped and one will overwrite the others. One solution to this problem is to change the Linux kernel so it will dump core to a file named core.pid .
Starting in the 2.4.x kernel series this can be accomplished by [...]

read more