|
| View previous topic :: View next topic |
| Author |
Message |
fahrenheit54
|
Posted: Sun Aug 15, 2004 10:40 pm Post subject: SMP Athlon Kernel |
|
|
I have downloaded the Blag1000 ISO and installed it successfully but I was wondering if there was a kernal update for an SMP dual athlon kernal? and what is the difference between the standard smp kernal?
Thanks!
|
|
|
 |
jebba
|
Posted: Sun Aug 15, 2004 11:02 pm Post subject: |
|
|
Yes. It is available. You can get it a couple different ways:
| Code: | apt-get update
apt-get install kernel-smp#2.4.22-1.2199.nptl |
The "2199" version is the most recent release from Fedora. Version 2188 is on the CD.
You can also FTP it:
ftp://ftp.blagblagblag.org/pub/BLAG/linux/10000/en/os/i386/BLAG/RPMS.errata/kernel-smp-2.4.22-1.2199.nptl.athlon.rpm
A standard kernel will run on a dual athlon system, but only 1 CPU will be used. With the kernel-smp kernel, it'll use both CPUs. The version with "athlon" in the name is optimized for the althon...
-Jeff
|
|
|
 |
fahrenheit54
|
Posted: Mon Aug 16, 2004 2:02 am Post subject: |
|
|
Jeff,
Thanks for the info. I was able to install the smp kernal but in using the command "apt-get install kernel-smp#2.4.22-1.2199.nptl" how can I be certain that the Athlon version of the kernal has been uploaded---"kernel-smp-2.4.22-1.2199.nptl.athlon.rpm"
Thanks
|
|
|
 |
jebba
|
Posted: Mon Aug 16, 2004 2:06 am Post subject: |
|
|
| Code: | | rpm -q kernel --queryformat %{ARCH} |
or maybe too:
| Code: | | rpm -q kernel-smp --queryformat %{ARCH} |
|
|
|
 |
fahrenheit54
|
Posted: Tue Aug 17, 2004 1:58 pm Post subject: |
|
|
The kernels are showing up as athlon--thanks for the help!
|
|
|
 |
|
|
|