On 5/12/05, Joco Salvatti <[EMAIL PROTECTED]> wrote: > Hi all, I have a Server box running OpenBSD 3.6, Intel 3.0 HT > processor, I've compiled a kernel with SMP support, but where can I > verify if it's really using SMP?
You will want to try GENERIC.MP for an SMP-enabled kernel: it's named /bsd.mp. Custom kernels are unsupported as they are not normally worth the debugging time. Furthermore, try the dmesg output and see what number of CPU's the kernel detects. A command such as dmesg | grep ^cpu should do what you want. That said, I never had my hands on HT-enabled chips, so I am not sure the system uses this tweak (from what I understand of it). Cheers, Rogier -- If you don't know where you're going, any road will get you there.

