On 9/14/07, Cyrus <[EMAIL PROTECTED]> wrote: > Im currently running openbsd 4.1 on my server, Proliant 8500. This server > is SMP with 4x 700MHz PIII proc. Im just wondering, is it using all four > cpu's? or do I have to configure the system to utilize SMP? > [snip]
You will have to use the bsd,mp kernel. The "mp" stands for
multi-processor. One simple way to use this kernel is to put the
following line in "/etc/boot.conf"
set image /bsd.mp
And reboot the system
=Adriaan=

