On Mon, 07 Jul 2003 12:37, you wrote: > Who's the idiot who didn't rerun lilo after recompiling his kernel with > mtrr support??? Hey, at least I can say I learned something from this. :o)
You can easily check that the kernel you have just compiled is the one you are running thus:- [EMAIL PROTECTED] chris $ cd /usr/src/linux [EMAIL PROTECTED] linux $ cat .version 1 <---- [EMAIL PROTECTED] linux $ uname -v #1 Wed Jul 2 22:55:13 NZST 2003 <---- [EMAIL PROTECTED] linux $ If the numbers, 1 in this case, are not the same you are not running the version you have just compiled. -- C. S.
