NetBSD/sys/conf/std

13 lines
468 B
Plaintext
Raw Normal View History

2005-12-11 15:16:03 +03:00
# $NetBSD: std,v 1.4 2005/12/11 12:20:30 christos Exp $
#
# standard MI 'options'
#
# this file is for options which can't be off-by-default for some reasons.
# "it's commonly used" is NOT a good reason to enable options here.
2005-09-17 18:39:11 +04:00
# the following options are on-by-default to keep
# kernel config file compatibility.
options VMSWAP # Swap device/file support
options BUFQ_FCFS # First-come First-serve strategy
options BUFQ_DISKSORT # Traditional min seek sort strategy