#cd /usr/src/sys/i386/config/GENERIC
#cp -Rp GENERIC mykernelname
edit my kernel
#vim mykernelname
ident GENERIC
change
ident mykernelname
and add
# To make an SMP kernel, the next two lines are needed
options SMP # Symmetric MultiProcessor Kernel
device apic # I/O APIC
secondly
[EMAIL PROTECTED] /usr/src/sys/i386/conf]# config mykernelname
[EMAIL PROTECTED] /usr/src/sys/i386/compile/mykernelname]# make depend && make
&& make install
finnally
mergemaster
and reboot
On Tue, Jul 15, 2008 at 11:23 AM, Jos Chrispijn <[EMAIL PROTECTED]> wrote:
> Scott Bennett wrote:
>
>> That is not necessary either. Take a look in /sys/i386/conf or
>> /sys/amd64/conf, depending upon which you are using. Then do:
>>
>> # config SMP
>> # cd ../compile/SMP
>> # make cleandepend && make depend && make && make install
>> # shutdown -r now
>>
>> That should take care of it for you. /sys/{i386,amd64}/conf/SMP adds
>> "options SMP" and then includes GENERIC.
>>
>>
> Thanks for sharing; will put this in my FreeBSD user bible!
>
> -- Jos
> _______________________________________________
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
--
Share now a pigeon's flight
Bluebound along the ancient skies,
Its women forever hair and mammal,
A Mediterranean town may arise
If you rip apart a pigeon's heart.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"