OpenBSD SMP support

openbsdsmp

The OpenBSD 4.9 release announcement says

"SMP kernels can now boot on machines with up to 64 cores;"

So OpenBSD does support several CPU's/cores?

If i have a Core2Duo cpu in my laptop (t7100) then would it bring greater performance if I use "SMP" kernel?

If this is true, then how can I install/use an SMP kernel under OpenBSD 4.9?

Best Answer

SMP has been supported since OpenBSD 3.6, released in 2004.

Presumably the old limit was 4 cores or 16 cores.

The easiest way to get SMP support is to install the bsd.mp kernel. That should happen by default if your system has multiple cores.

OpenBSD SMP project

As of June, 2004, SMP (Symmetric MultiProcessor) support has been merged into the main OpenBSD development branch. At this time, the i386, amd64, mvme88k, sparc64, macppc and hppa platforms support SMP.

OpenBSD/i386

Starting with OpenBSD 3.6, OpenBSD/i386 supports most SMP (Symmetrical MultiProcessor) systems. To support SMP operation, a separate SMP kernel (bsd.mp) is included with the installation file sets.

What OpenBSD systems support SMP?

A separate SMP kernel, "bsd.mp", is provided with the install file sets. If multiple processors are detected at install time, is automatically installed as the default boot kernel, /bsd, and the single processor kernel is renamed /bsd.sp.

See also:

Related Question