> Second question...   My machine has dual pentiums, How do I let Linux know
> that I have two chips?  recompile kernel?

Edit you /usr/src/linux/Makefile so that the line that reads:

#SMP = 1

reads

SMP = 1 

Then recompile your kernel, and they both should be started on boot.. you
can check this by 'cat /proc/cpuinfo' which should list the info for 2
CPU's..

Regards

Chris


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to