On Jan 24, 2007, at 7:24 AM, Demuel I. Bendano, R.E.E wrote: > The FAQ deals with the GENERIC processor and > I cannot get anything under it that tells what to do if one will > compile > from the source code with a GENERIC.SMP kernel.
$ sudo su - # mkdir /usr/local/kernel # cd /usr/local/kernel # cp /usr/src/sys/arch/i386/conf/GENERIC.MP . # config -s /usr/src/sys -b . GENERIC.MP # make depend # make # make install # reboot Good luck! -- Jack J. Woehr Director of Development Absolute Performance, Inc. [EMAIL PROTECTED] 303-443-7000 ext. 527

