Israel Ortiz Robledo wrote:
>
> Hi there, I�m Israel and I new about this.
>
> I want to know how to compile linux to SMP kernel, I read somewhere in
> /usr/doc directory abaout how to compile the Kernel, but I have many
> problems. Could you tell me how I do it?....
>
> The last time I try to compile it, I did something like this: "make dep
> clean modules modules_install zImage", and then I installed the new
> Kernel (make zlilo), but nothing happens( the kernel just see 1
> proccesor), moreover, I had problems with many modules( something like
> "unresolved symbols" messages appear).
>
> In the documentation says that in the Makefile I must put SMP=1, and I
> did it but after I installed the new kernel and I tested it with "cat
> /proc/cpuinfo", there was only one processor running.
>
> What�s the correct right way?, I�m using linux RedHat 5.1
>
> Thanks a lot, Israel
>
> -
> Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
> To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]
Well, here's how I do it:
With versions 2.0.3x you have to edit the Makefile and set the SMP
variable to 1 (uncoment de line where 'SMP = 1' is).
With 2.2.0preX just
make xconfig
set the SMP option to yes in the Processor Type section.
Then just make your kernel as always:
make dep; make clean; make bzImage; make modules; make modules_install
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]