GENERIC (c6879c6c14eedbd060ba588a3129a6c60ebbe783) GENERIC (be352d20d5198f55ed91c3805d5e7272b3f636a7)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

--- 79 unchanged lines hidden (view full) ---

88options DDB # Support DDB.
89options GDB # Support remote GDB.
90options DEADLKRES # Enable the deadlock resolver
91options INVARIANTS # Enable calls of extra sanity checking
92options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
93options WITNESS # Enable checks to detect deadlocks and cycles
94options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
95options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

--- 79 unchanged lines hidden (view full) ---

88options DDB # Support DDB.
89options GDB # Support remote GDB.
90options DEADLKRES # Enable the deadlock resolver
91options INVARIANTS # Enable calls of extra sanity checking
92options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
93options WITNESS # Enable checks to detect deadlocks and cycles
94options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
95options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
96options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
96
97# Kernel dump features.
98options EKCD # Support for encrypted kernel dumps
99options GZIO # gzip-compressed kernel and user dumps
100options ZSTDIO # zstd-compressed kernel and user dumps
101options NETDUMP # netdump(4) client support
102
103# To make an SMP kernel, the next two lines are needed

--- 264 unchanged lines hidden ---
97
98# Kernel dump features.
99options EKCD # Support for encrypted kernel dumps
100options GZIO # gzip-compressed kernel and user dumps
101options ZSTDIO # zstd-compressed kernel and user dumps
102options NETDUMP # netdump(4) client support
103
104# To make an SMP kernel, the next two lines are needed

--- 264 unchanged lines hidden ---