Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 1996 12:16:10 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        nathan@netrail.net (Nathan Stratton)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: does freebsd support SMP?
Message-ID:  <199606091916.MAA01285@phaeton.artisoft.com>
In-Reply-To: <Pine.LNX.3.92.960609014731.17657A-100000@netrail.net> from "Nathan Stratton" at Jun 9, 96 01:48:34 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> DOes freebsd supoort SMP?

Yes.  There is a working SMP /usr/src/sys code tree that can be SUP'ed
or CTM'ed.  You do a normal CVS checkout, then you add:

options		SMP			# enable SMP
options		NCPU=2			# or whatever max you want

To your normal -current config file, config, makedepend, make, and
install the SMP kernel.  Then rebbot.  You are running SMP.

You should be running -current already, then join the SMP mailing
list before doing this.  You can join the list with the following
shell command from the system where you want to get the mail:

echo "subscribe freebsd-smp" | mail majordomo@freebsd.org

(just like any other FreeBSD mailing list -- maybe we need shell
scripts to ship with the system: "subscribe" and "unsubscribe".  8-)).

You can ask about the SUP and CTM marker addresses on the SMP list,
once you are on it.


An alternate method, if you have a freefall account, is to FTP the
CVS tree from /f/smp.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606091916.MAA01285>