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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to