summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-11-08 08:59:40 +0000
committerluigi <luigi@FreeBSD.org>2009-11-08 08:59:40 +0000
commit9345e76b5dd9b0a641bb97a5a717fbeffd28dd62 (patch)
treef29f89047b82ed793d455a3b946dc45ce1599343 /release
parent93f97deab7cb55d8d66359e5d7ba6853eabc7a1f (diff)
downloadFreeBSD-src-9345e76b5dd9b0a641bb97a5a717fbeffd28dd62.zip
FreeBSD-src-9345e76b5dd9b0a641bb97a5a717fbeffd28dd62.tar.gz
create an SMP kernel by default in picobsd
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/bridge/PICOBSD5
1 files changed, 4 insertions, 1 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD
index 150a44d..6aeac14 100644
--- a/release/picobsd/bridge/PICOBSD
+++ b/release/picobsd/bridge/PICOBSD
@@ -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
OpenPOWER on IntegriCloud