mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Catch up with other platforms: switch the default scheduler to 4BSD.
This commit is contained in:
parent
bd971c4961
commit
fa3b7cae8d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135096
@ -42,7 +42,8 @@ options NFSSERVER # Network Filesystem Server
|
||||
options NFS_ROOT # NFS usable as root device
|
||||
options PROCFS # Process filesystem (/proc)
|
||||
options PSEUDOFS # Pseudo-filesystem framework
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options SCHED_4BSD # 4BSD scheduler
|
||||
#options SCHED_ULE # ULE scheduler
|
||||
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||
#options SMP # SMP support
|
||||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
|
@ -37,7 +37,8 @@ options KTRACE # ktrace(1) syscall trace support
|
||||
options MD_ROOT # MD usable as root device
|
||||
options PROCFS # Process filesystem (/proc)
|
||||
options PSEUDOFS # Pseudo-filesystem framework
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options SCHED_4BSD # 4BSD scheduler
|
||||
#options SCHED_ULE # ULE scheduler
|
||||
options SKI # Include SKI support code
|
||||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
options SYSVMSG # SYSV-style message queues
|
||||
|
Loading…
Reference in New Issue
Block a user