summaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2015-05-14 14:03:55 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2015-05-14 14:03:55 +0000
commitba8f0eb8fc9262ad9cb7ec03e01db198f5b770bc (patch)
tree18bea34888544fcdd7f3b15dca4fb36818f6aa5e /sys/pc98
parentb2b5a4c06035e436961ccfba9a966a6e42921bc4 (diff)
downloadsrc-test2-ba8f0eb8fc9262ad9cb7ec03e01db198f5b770bc.tar.gz
src-test2-ba8f0eb8fc9262ad9cb7ec03e01db198f5b770bc.zip
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 2312658b8916..b826adb14933 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -71,6 +71,9 @@ options CAPABILITY_MODE # Capsicum capability mode
options CAPABILITIES # Capsicum capabilities
options MAC # TrustedBSD MAC Framework
options INCLUDE_CONFIG_FILE # Include this file in kernel
+options RACCT # Resource accounting framework
+options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
+options RCTL # Resource limits
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.