SRCDS Steam group


kompiling a kernel what cpu to choose?
#1
Creating new kernel how do i know what cpu to choose when im trying to compile a kernel?



Code:
make menuconfig

Quick specs to my box:

http://h18000.www1.hp.com/products/quickspecs/11506_na/11506_na.HTML
Reply
#2
that looks like pentium4 based xeonz.
Reply
#3
my options:

() 386
() 486
() 586/k5/5x86/6x86/6x86MX
() Pentium-classic
() Pentium-MMX
() Pentium-Pro
Reply
#4
Code:
cat /proc/cpuinfo
gives you all information about your cpu. post it here, if you dont know how to interpret it.

what kernel version do you try to compile? from the options it seems a very old version, because no recent cpu is mentioned there. I would recommend a newer version! if you want to stick with it, pentium-pro will probably the best, because its the newest intel... (but so old you wouln't want to run a game server on it).
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#5
Im trying to compile 2.6.26.8

Code:
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Xeon(TM) CPU 3.06GHz
stepping        : 9
cpu MHz         : 3056.548
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips        : 6115.93
clflush size    : 64
power management:

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Xeon(TM) CPU 3.06GHz
stepping        : 9
cpu MHz         : 3056.548
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips        : 6111.86
clflush size    : 64
power management:
Reply
#6
then there should be more options (maybe you need to scroll down?)...

If I am not mistaken you have an old netburst / P4-based Xeon, so choose the appropriate option... (I cannot give you the exact name, I have only 64 bit systems running, where completely different options are given)
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#7
I scrolled down and found other options (old xeon) .. what is the difference. Would i gain performance from the bottom one?

() 586/k5/5x86/6x86/6x86MX
() bla bla bla bla (p4/old xeon)
Reply
#8
Noticed now in some thread the discussion about hpet and tsc i think it was. I have folowed the kernel optimation wiki earlier and first now starting to care about timings


this
http://wiki.fragaholics.de/
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)