LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sarge Install - Kernel 2.6.5-1 686 ?? (https://www.linuxquestions.org/questions/linux-newbie-8/sarge-install-kernel-2-6-5-1-686-a-188845/)

Matdess 06-02-2004 10:26 AM

Sarge Install - Kernel 2.6.5-1 686 ??
 
Hello

I'm installing Linux Debian Sarge and I'm on the Kernel screen.
Thre is a lot of kernel listed and I'dont kown what kernel I need to choose !
The most recent is the 2.6.5-1-K7-smp kernel.
What is the diffrence between the 2.6.5-1-K7... and ...-386 and ...-686 ???

What kernel can I choose ?

Thanks a lot

snufferz 06-02-2004 02:28 PM

You should choose the type of processor u have. SMP is for 2 processors i686 for p4 and newer amds and i386 for pentiums and equivalents.

Vlad-A 06-02-2004 02:46 PM

Hi,

basically i386 means that the code shall run on all Intel CPUs starting from 80386 DX and also AMD CPUs.

However,compiled code can be optimized for a certain target architecture.

i686 means optimized for Intel Pentium II (PII including PIII based Celerons and Xeons) and above.

K7 means optimized for AMD Athlon/Duron.

SMP means Symmetric Multiprocessing and you shall use this kernel *only and only* if
you have 2 or more CPUs in your machine.

If you have only a *single* CPU then do *not* use SMP kernels.

Although the compiler optimization for a certain CPU type perform optimization,
the performance benefit, if at all, is not that high.

When in doubt: use always i386. This will work and in most cases there isn't that much
performance difference between i386 and optimized code.

Matdess 06-02-2004 02:58 PM

:) :)

Thanks !!!!!!! :cool:
(Merci beaucoup in french ;) )


All times are GMT -5. The time now is 09:01 PM.