NOTES (b6715dab8fff7e4869777a68db83c26c2bf841fd) | NOTES (6026dcd7ca888f3433f4df34ede69a77c1eb7701) |
---|---|
1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 3004 unchanged lines hidden (view full) --- 3013 3014# Module to enable execution of application via emulators like QEMU 3015options IMAGACT_BINMISC 3016 3017# zlib I/O stream support 3018# This enables support for compressed core dumps. 3019options GZIO 3020 | 1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 3004 unchanged lines hidden (view full) --- 3013 3014# Module to enable execution of application via emulators like QEMU 3015options IMAGACT_BINMISC 3016 3017# zlib I/O stream support 3018# This enables support for compressed core dumps. 3019options GZIO 3020 |
3021# zstd I/O stream support 3022# This enables support for Zstd compressed core dumps. 3023options ZSTDIO 3024 |
|
3021# BHND(4) drivers 3022options BHND_LOGLEVEL # Logging threshold level 3023 3024# evdev interface 3025device evdev # input event device support 3026options EVDEV_SUPPORT # evdev support in legacy drivers 3027options EVDEV_DEBUG # enable event debug msgs 3028device uinput # install /dev/uinput cdev 3029options UINPUT_DEBUG # enable uinput debug msgs 3030 3031# Encrypted kernel crash dumps. 3032options EKCD | 3025# BHND(4) drivers 3026options BHND_LOGLEVEL # Logging threshold level 3027 3028# evdev interface 3029device evdev # input event device support 3030options EVDEV_SUPPORT # evdev support in legacy drivers 3031options EVDEV_DEBUG # enable event debug msgs 3032device uinput # install /dev/uinput cdev 3033options UINPUT_DEBUG # enable uinput debug msgs 3034 3035# Encrypted kernel crash dumps. 3036options EKCD |