Quote:
Originally Posted by Pinonoir
Would I just go to kernel.org, download the 3.14 kernel and use installpkg to install it? What about the kernel-headers? What do the huge and generic kernel versions mean?
|
No, you download the files kernel*.txz (from current changelog) and install with installpkg.
(you must edit lilo.conf and run lilo with the new kernel)
a/kernel-generic-3.14.5-i486-1.txz: Upgraded.
a/kernel-generic-smp-3.14.5_smp-i686-1.txz: Upgraded.
a/kernel-huge-3.14.5-i486-1.txz: Upgraded.
a/kernel-huge-smp-3.14.5_smp-i686-1.txz: Upgraded.
a/kernel-modules-3.14.5-i486-1.txz: Upgraded.
a/kernel-modules-smp-3.14.5_smp-i686-1.txz: Upgraded.
d/kernel-headers-3.14.5_smp-x86-1.txz: Upgraded.
k/kernel-source-3.14.5_smp-noarch-1.txz: Upgraded.
Download from any Slackware-current mirror.
Kernel headers is one of the packages above
Huge kernel has all the drivers and modules, it is used to boot the install cd/dvd.
It is recommended that you change from huge to generic, you will find some topics
about using hugeXgeneric, but if you use generic you must use an initrd.gz file.
Search about it, there's info on the forum, and on the /boot dir there's a file
initrd.README.
EDIT- I didn't notice before, you're using compat32, so you must have x86_64.
Use a x86_64 mirror to update and to download.
As willysr said, -stable is safe, but if you want learn how Slackware works then
changing to -current is a good start.
Before change search and read topics on that subject.