summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/conf/XEN6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN
index 2690bf6..5489497 100644
--- a/sys/i386/conf/XEN
+++ b/sys/i386/conf/XEN
@@ -27,8 +27,10 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions MODULES_OVERRIDE=""
-options SCHED_ULE # ULE scheduler
-options PREEMPTION # Enable kernel thread preemption
+#options SCHED_ULE # ULE scheduler
+#options PREEMPTION # Enable kernel thread preemption
+options SCHED_4BSD
+
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options SCTP # Stream Control Transmission Protocol
OpenPOWER on IntegriCloud