diff options
author | luigi <luigi@FreeBSD.org> | 2009-11-08 08:59:40 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2009-11-08 08:59:40 +0000 |
commit | 9345e76b5dd9b0a641bb97a5a717fbeffd28dd62 (patch) | |
tree | f29f89047b82ed793d455a3b946dc45ce1599343 /release/picobsd | |
parent | 93f97deab7cb55d8d66359e5d7ba6853eabc7a1f (diff) | |
download | FreeBSD-src-9345e76b5dd9b0a641bb97a5a717fbeffd28dd62.zip FreeBSD-src-9345e76b5dd9b0a641bb97a5a717fbeffd28dd62.tar.gz |
create an SMP kernel by default in picobsd
Diffstat (limited to 'release/picobsd')
-rw-r--r-- | release/picobsd/bridge/PICOBSD | 5 |
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 |