Does anyone know how to recompile kernel ver 2.0.29 for SMP support?
Richard Hochron
Does anyone know how to recompile kernel ver 2.0.29 for SMP support?
Richard Hochron
> Does anyone know how to recompile kernel ver 2.0.29 for SMP support?
> Richard Hochron
you just have to enable the lines SMP and SMP_PROF at the top of your
makefile in the src directory.
Much fun
Frank
> Does anyone know how to recompile kernel ver 2.0.29 for SMP support?
--
Mathew E. Kirsch, CLSE (Certifiable Linux Systems Engineer)
*Opinions expressed herein do not reflect those of my employer.
"If you don't have time to read the FAQ, I don't have time to read it to
you."
Note, if you wish to install both a non SMP and SMP kernel with the same
version number and you use modules, it is best to also change the version
number (I changed mine to 2.0.29smp) by editing the SUBLEVEL variable. This
way your modules for the SMP code will be installed in a different directory
than the modules for the non-SMP code.
--
Michael Meissner, Cygnus Solutions (East Coast)
4th floor, 955 Massachusetts Avenue, Cambridge, MA 02139, USA
| Note, if you wish to install both a non SMP and SMP kernel with the same
| version number and you use modules, it is best to also change the version
| number (I changed mine to 2.0.29smp) by editing the SUBLEVEL variable. This
| way your modules for the SMP code will be installed in a different directory
| than the modules for the non-SMP code.
Wrong solution!! This will break the "LinuxVersionCode" macro in the
kernel, used in a number of places (SCSI drivers for sure, I was
bitten by this). Instead, add a leading zero so the value is still
numeric. No, it will not suddenly become octal.
The macro is used to compile code matching your kernel, and I
believe it is used in some network and filesystem stuff to detect
2.1.30 and later kernels, as well as in the SCSI drivers.
I'm running 2.0.30 (uni) and 2.0.030 (smp) doing this, and it works
as expected. As you say, change the sublevel variable, but leave it
numeric.
--
"As a software development model, Anarchy does not scale well."
-Dave Welch
1. SMP support in slackware 3.2, Linux Kernel 2.0.29
Does anyone know what if any options need to be added into the Kernel
makefile to Enable SMP ( Multi-processor support) and additional support
for PPro's ??
Rich Hochron
3. symbols from kernel 2.0.29 don't match 2.0.29?!?!?
4. Need help generating random characters
5. 2.0.29 modules cannot be loaded by 2.0.29 kernel??????
7. RH-Linux SMP support (kernel-smp-2.4.18-27.7)
8. SORRY - TEST
9. SMP on DualPPro with 2.0.29
10. Problems compiling SMP kernel for HP Vectra XU dual PPro/200
11. Linux Distro with Support for CF-28/CF-29 Panasonic Toughbook TouchScreen?
12. SMP system (2.0.29) doesn't boot
13. compiling Linux kernel 2.0.29