Hello,
Here's one I am hoping someone can answer. Im running a dual CPU
system (P-II). I have a 2.0.36 kernel and have recompiled a SMP kernel.
I have the two existing in /boot and can select either from lilo at boot
time. How do a specify and keep separate two module trees under
/lib/modules for the modules compiled for the SMP kernel and the kernel
that is single processor. Or even more, do I need to keep separate
module trees for each of the kernels? I am assuming I do.
If /lib/modules/preferred is linked to the SMP module tree then what
do I set within the system or kernel so the SMP kernel and initrd knows
to go to the SMP modules and the single proc kernel knows to source
modules it its own module tree?
-Jeff
ps: Again, I am not 100% sure I need to do this but I seem to see errors
during boot on modules that do not match up with the kernel being
booted. That makes me %99.5 percent sure I need to do this....