svn commit: r199040 - head/release/picobsd/bridge

Luigi Rizzo luigi at FreeBSD.org
Sun Nov 8 08:59:41 UTC 2009


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


More information about the svn-src-all mailing list