Lines Matching +full:- +full:- +full:enable +full:- +full:debug
2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27 options PREEMPTION # Enable kernel thread preemption
39 options SOFTUPDATES # Enable FFS soft updates support
42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
43 options QUOTA # Enable disk quotas for UFS
51 options PSEUDOFS # Pseudo-filesystem framework
61 options SYSVSHM # SYSV-style shared memory
62 options SYSVMSG # SYSV-style message queues
63 options SYSVSEM # SYSV-style semaphores
64 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
76 options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
80 # RISC-V SBI console
120 options USB_DEBUG # enable debug msgs
129 device umass # Disks/Mass storage - Requires scbus and da
132 options HID_DEBUG # enable debug msgs
139 device uart_ns8250 # ns8250-type UART driver
167 options KDB # Enable kernel debugger support.
170 include "std.debug"
175 options GZIO # gzip-compressed kernel and user dumps
176 options ZSTDIO # zstd-compressed kernel and user dumps