1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

i386/MINIMAL: VERBOSE_SYSINIT=0 for consistency

MFC after:	never
This commit is contained in:
Kyle Evans 2018-10-31 22:55:43 +00:00
parent be352d20d5
commit 90ba2725c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339974

View File

@ -91,6 +91,7 @@ options INVARIANT_SUPPORT # Extra sanity checks of internal structures, require
options WITNESS # Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel