The only modules you will compile are the ones you specified being
modular.  That means, if you did menuconfig they have a little M next to
them, not an *.  In the xconfig I'm not sure what it looks like.

        Certainly your cards and things are built into the kernel itself,
which you need to make zImage or make bzImage to compile.  That you also
need to move into /boot and add to /etc/lilo.conf.

        If you look at the currently running kernel, and get man pages on
lilo (as you can make your system unbootable if you botch it) and
lilo.conf.

        It's also a good idea to make a boot disk with 
cp [kernel] /dev/fd0 
and run 
rdev /dev/fd0 [bootdevice like /dev/hda1]
so you can at least boot to a prompt if you break lilo.

On Sun, 6 Aug 2000, Dean Ridgway wrote:

> Greetings,
> 
> I am trying to install a new Kernel and am having a little difficulty.
> 
> I have followed the directions in the HOWTO and can compile the new Kernel
> (which boots), but when I do
> 
> make modules
> make modules_install
> 
> all I get is a single module /lib/modules/2.2.16/net/dummy.o
> 
> so I am obviously missing something.
> 
> While I could just compile my sound and network cards in (the hardware in
> this machine isn't likely to change anytime soon) I want to learn how to
> do this properly.
> 
> What am I missing?
> 
>   /\-/\   Dean Ridgway               |  Two roads diverged in a wood, and I-
>  ( - - )  InterNet [EMAIL PROTECTED]  |  I took the one less traveled by,
>  =\_v_/=  FidoNet 1:357/1.103        |  And that has made all the difference.
>           CIS 73225,512              |     "The Road Not Taken" - Robert Frost.
> http://www.peak.org/~ridgwad/
> PGP mail encouraged, finger for key: 28C577F3 2A5655AFD792B0FB 9BA31E6AB4683126
> 

Reply via email to