GENERIC (bfba40a452839e6edb2a45d5b6da01c8e4240b78) | GENERIC (b581c4975b2004325f20c5595fc4f0e86a8759bf) |
---|---|
1# 2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64 3# 4# For more information on this file, please read the handbook section on 5# Kernel Configuration Files: 6# 7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 8# --- 51 unchanged lines hidden (view full) --- 60options SYSVSHM # SYSV-style shared memory 61options SYSVMSG # SYSV-style message queues 62options SYSVSEM # SYSV-style semaphores 63options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions 64options KBD_INSTALL_CDEV # install a CDEV entry in /dev 65options STOP_NMI # Stop CPUS using NMI instead of IPI 66options AUDIT # Security event auditing 67options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) | 1# 2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64 3# 4# For more information on this file, please read the handbook section on 5# Kernel Configuration Files: 6# 7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 8# --- 51 unchanged lines hidden (view full) --- 60options SYSVSHM # SYSV-style shared memory 61options SYSVMSG # SYSV-style message queues 62options SYSVSEM # SYSV-style semaphores 63options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions 64options KBD_INSTALL_CDEV # install a CDEV entry in /dev 65options STOP_NMI # Stop CPUS using NMI instead of IPI 66options AUDIT # Security event auditing 67options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) |
68#options KDTRACE_FRAME # Ensure frames are compiled in 69#options KDTRACE_HOOKS # Kernel DTrace hooks |
|
68 69# Debugging for use in -current 70options KDB # Enable kernel debugger support. 71options DDB # Support DDB. 72options GDB # Support remote GDB. 73options INVARIANTS # Enable calls of extra sanity checking 74options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS 75options WITNESS # Enable checks to detect deadlocks and cycles --- 240 unchanged lines hidden --- | 70 71# Debugging for use in -current 72options KDB # Enable kernel debugger support. 73options DDB # Support DDB. 74options GDB # Support remote GDB. 75options INVARIANTS # Enable calls of extra sanity checking 76options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS 77options WITNESS # Enable checks to detect deadlocks and cycles --- 240 unchanged lines hidden --- |