Hi,
I installed Slackware 10.2 on a comp with an AMD 3800 64 bit and Foxxcon mobo with nVidia chips that seem to control everything. Mobo has ethernet that does not work with current kernel (bare.i) and also a TV out connector (S-video) that I would like to use. Downloaded nVidia drivers from nVidia site and tried to install. Fails with
Code:
ERROR: this .run file is intended for the
Linux-x86_64 platform, but you appear to be
running on Linux-x86. Aborting installation.
So, I figure I have to compile a kernel (which I have never done) specifically for the 64 bit AMD. In preparation for building the kernel I started playing around with seeing if I could boot with some of the other supplied kernels (like the 2.6.?). So my main question concerns LILO. What are the files System.map and config used for? There is no reference to them in lilo.conf. From what I've read about LILO there is a map variable that can be set in lilo.conf (which it isn't in my lilo.conf and so defaults to /boot/map). But this map file is different than the System.map files. In my /boot directory System.map and config are links to kernel-specific files in the same directory. Am I supposed to copy the System.map and config files for the new kernel that I want to use to /boot and set System.map and config pointing to them? If so, what about the versions for the other kernels? Even if I didn't want to compile a new kernel, what is the proper procedure for making several kernels available at the boot prompt? TIA