Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2009 08:59:40 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r199040 - head/release/picobsd/bridge
Message-ID:  <200911080859.nA88xe2M079375@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luigi
Date: Sun Nov  8 08:59:40 2009
New Revision: 199040
URL: http://svn.freebsd.org/changeset/base/199040

Log:
  create an SMP kernel by default in picobsd

Modified:
  head/release/picobsd/bridge/PICOBSD

Modified: head/release/picobsd/bridge/PICOBSD
==============================================================================
--- head/release/picobsd/bridge/PICOBSD	Sun Nov  8 07:31:42 2009	(r199039)
+++ head/release/picobsd/bridge/PICOBSD	Sun Nov  8 08:59:40 2009	(r199040)
@@ -11,11 +11,14 @@ hints	"PICOBSD.hints"
 # values accessible through getenv()
 # env		"PICOBSD.env"
 
-cpu		I486_CPU
+#cpu		I486_CPU
 cpu		I586_CPU
 cpu		I686_CPU
 ident		PICOBSD
 
+options		SMP
+device	apic
+
 options		SCHED_4BSD		# mandatory to have one scheduler
 #options	MATH_EMULATE		#Support for x87 emulation
 options 	INET			#InterNETworking



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