From 9345e76b5dd9b0a641bb97a5a717fbeffd28dd62 Mon Sep 17 00:00:00 2001 From: luigi Date: Sun, 8 Nov 2009 08:59:40 +0000 Subject: create an SMP kernel by default in picobsd --- release/picobsd/bridge/PICOBSD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.1