Lines Matching +full:mostly +full:- +full:generic
2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/i386
5 # GENERIC, minus all functionality that can be replaced by loading kernel
10 # some features (ACL, GJOURNAL) that GENERIC includes.
13 # o (non-loaded) random is included due to uncertainty...
21 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
41 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
55 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
67 options SYSVSHM # SYSV-style shared memory
68 options SYSVMSG # SYSV-style message queues
69 options SYSVSEM # SYSV-style semaphores
70 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
89 # Make an SMP-capable kernel by default
123 device uart # Generic UART driver
137 device virtio # Generic VirtIO bus (required)
162 device ahci # AHCI-compatible SATA controllers