From owner-freebsd-smp Mon Apr 28 09:26:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA22641 for smp-outgoing; Mon, 28 Apr 1997 09:26:00 -0700 (PDT) Received: from wile-e-coyote.cs.washington.edu (wile-e-coyote.cs.washington.edu [128.95.2.83]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA22636 for ; Mon, 28 Apr 1997 09:25:57 -0700 (PDT) From: mef@cs.washington.edu Received: (mef@localhost) by wile-e-coyote.cs.washington.edu (8.7.2/7.2ws+) id JAA17644; Mon, 28 Apr 1997 09:25:44 -0700 (PDT) Date: Mon, 28 Apr 1997 09:25:44 -0700 (PDT) Message-Id: <199704281625.JAA17644@wile-e-coyote.cs.washington.edu> To: smp@freebsd.org In-reply-to: (message from Ben Black on Mon, 28 Apr 1997 04:49:18 -0400 (EDT)) Subject: Re: Quad Pro 150 motherboard? Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Date: Mon, 28 Apr 1997 04:49:18 -0400 (EDT) From: Ben Black from http://www.microsoft.com/syspro/technet/boes/bo/winntas/technote/nt101.htm Windows NT Workstation supports up to two processors in a symmetric multiprocessing environment. According to that document NT Workstation can only support two processors, but NT Server can support four processors. I wouldn't be surprised if embedded in the code there was some sort of check: if (ms->makemoremoney->is_nt_server == TRUE) { /* support four processors */ } :) M