From 8d3838b5355aaa4d48d872d9368ff5ff43f7d11b Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 26 Jan 2003 05:29:12 +0000 Subject: - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection of the scheduler. - Add SCHED_4BSD as the scheduler for all kernel config files in cvs. --- sys/alpha/conf/GENERIC | 1 + sys/alpha/conf/SIMOS | 2 ++ 2 files changed, 3 insertions(+) (limited to 'sys/alpha') diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index ad1e8b7..8f99c4e 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -46,6 +46,7 @@ options DEC_KN8AE # AlphaServer 8200/8400 (Turbolaser) options DEC_KN300 # AlphaServer 4100 (Rawhide), # AlphaServer 1200 (Tincup) +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem diff --git a/sys/alpha/conf/SIMOS b/sys/alpha/conf/SIMOS index ff95cf1..982f292 100644 --- a/sys/alpha/conf/SIMOS +++ b/sys/alpha/conf/SIMOS @@ -20,6 +20,8 @@ maxusers 10 options DEC_KN8AE options SIMOS + +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFSCLIENT #Network Filesystem Client -- cgit v1.1