mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fix a cut-n-paste glitch with SCHED_4BSD.
This commit is contained in:
parent
444ba94513
commit
4ef90982ca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134918
@ -30,7 +30,7 @@ ident GENERIC
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
||||
#options SCHED_ULE # ULE scheduler
|
||||
#options SCHED_4BSD # 4BSD scheduler
|
||||
options SCHED_4BSD # 4BSD scheduler
|
||||
options PREEMPTION # Enable kernel thread preemption
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
|
Loading…
Reference in New Issue
Block a user