OK, thats simple enough. I'm on Fedora at the moment and didn't find
config.gz in /proc, but there is a config file in /boot.
So on a running system, there wouldn't be a file of any kind in
/proc/sys/kernel, like /proc/sys/kernel/rt_preempt for argument's sake,
with a value of 1 ?
Mick
On Wed, 1 Feb 2006, Lee Revell wrote:
On Wed, 2006-02-01 at 16:08 -0800, Mark Knecht wrote:
Hi Mick,
If you enabled it you can copy /proc/config.gz somewhere, gunzip it
and grep for PREEMPT
That's the hard way, the easy way is:
zgrep PREEMPT /proc/config.gz
Lee
--