### Rozhuk Ivan 2009.12-2023 ### RIM kernel configuration file for FreeBSD/AMD64 ### warning: all modules loaded by loader! ############################################################## ### Text marks ############################################# ############################################################## #! - critical, cant be excluded #b - only build in to kernel, no module #d - default, see DEFAULTS -- Default kernel configuration file for FreeBSD #m - can be loaded as module (for use in kernel config) #o - option #D - debug #W - for workstation/desktop only #R - for router/server ############################################################## ### Config ################################################# ############################################################## include RIM_BASE ident RIM_WKS # Kernel base options COMPAT_FREEBSD32 #oW Compatible with i386 binaries options COMPAT_LINUXKPI #oW Enable Linux Kernel Programming Interface # Bus support. device agp #!bW support several AGP chipsets / some modules requires functions that not exported, ex.: EXPORT_SYMBOL(agp_bind_pages); # syscons is the legacy console driver, resembling an SCO console # Keep for nvidia driver: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216050 device sc options SC_PIXEL_MODE # add support for the raster text mode device vga # VGA video card driver options VESA # Add support for VESA BIOS Extensions (VBE) # SysV options SYSVSHM #mW SYSV-style shared memory options SYSVMSG #mW SYSV-style message queues options SYSVSEM #mW SYSV-style semaphores # Filesystems options FDESCFS #mW File descriptor filesystem options FUSEFS #mW FUSEFS support module device cuse #mW CUSE support module options PROCFS #mW Process filesystem (requires PSEUDOFS) options PSEUDOFS #mW Pseudo-filesystem framework # HID support device hconf #m Multitouch configuration TLC device hgame #m Generic game controllers device hms #m HID mouse / replace ums device hmt #m HID multitouch (MS-compatible) device hpen #m Generic pen driver device ps4dshock #m Sony PS4 DualShock 4 gamepad driver device xb360gp #m XBox 360 gamepad driver