On Fri, Mar 24, 2000 at 10:25:55PM -0800, Tymeless Productions wrote:
> Ok, Here is what I did in an attempt to get my second processor to fire off.
> 
> 1) make menuconfig
> 
> In the menu configuration, I turned on the SMP.
> 
> 2) make dep
> 3) make bzImage
> 4) make modules
> 5) make modules_install
> 6) lilo
> 7) make clean
> 
> I ran this series twice. the second time, the SMP was turned on still from the
> time before so I know the thing took it.
> 
> What do I do? Below is a listing from the messages file. Sorry for the spam,
> maybe someone can make heads or tails of it.
>

Did you copy your new kernel to /boot and edit /etc/lilo.conf to point
to it?

You also don't have to make clean after you're done, but you should do
it if you change any configuration options, before you compile
everything:
1) make menuconfig
2) make clean && make dep && make bzImage && make modules && make
modules_install
3) cp your new bzImage to /boot
4) edit /etc/lilo.conf to point to it.
5) /sbin/lilo -v
6) reboot

greg k-h
[EMAIL PROTECTED]
 

Reply via email to