[K12OSN] hyperthreading

Dan Young dan_young at parkrose.k12.or.us
Sat Jan 29 18:01:55 UTC 2005


On Sat, 2005-01-29 at 11:34 +0100, M.Pribik wrote:
> Thank you Dan,
> The hypethreading in bios is enabled. I have no idea what to do with kernel.
> I believed that it would be enabled in kernel as standard.
> This time I bougth a new powerfull serverstation for school and I want to
> realize terminal station lab. Could you be more detailed what
> to do in steps? / Whether this kernel is somewhere on K12LTSP 4.2 distro CDs
> or should it be compiled or .../

Yeah, it's on the K12LTSP CDs. You're looking for the kernel-smp RPM,
which will install in parallel to the non-SMP kernel RPM. It contains
the Linux kernel compiled with SMP support. If you are online, as root:

yum install kernel-smp system-config-boot

This will download and install the latest version of the kernel, which
has some important bug-fixes that the one on the install CDs will not.
It also installs a GUI tool for picking the kernel it will boot by
default. You can find it under Applications, System Settings,
Bootloader.

There are other ways that you can make sure it boots from the smp
kernel. You could also just be at the console when it boots to select it
from the the GRUB bootloader menu, or you could edit /etc/grub.conf to
set it as the default (see the default=0 parameter). Note that the
default parameter is zero-indexed, meaning 0 indicates the first kernel
listed, 1 the second, 2 the third, and so on.

-- 
Dan Young <dan_young at parkrose.k12.or.us>
Parkrose School District




More information about the K12OSN mailing list