GENERIC (726a1868a6b93afc3c224cf7054ba38441bdb0e9) | GENERIC (4275e0d98d4976b415e1054cd936e15af18bc7d1) |
---|---|
1# 2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc 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# --- 39 unchanged lines hidden (view full) --- 48options PROCFS #Process filesystem (requires PSEUDOFS) 49options PSEUDOFS #Pseudo-filesystem framework 50options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] 51options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI 52options KTRACE #ktrace(1) syscall trace support 53options SYSVSHM #SYSV-style shared memory 54options SYSVMSG #SYSV-style message queues 55options SYSVSEM #SYSV-style semaphores | 1# 2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc 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# --- 39 unchanged lines hidden (view full) --- 48options PROCFS #Process filesystem (requires PSEUDOFS) 49options PSEUDOFS #Pseudo-filesystem framework 50options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] 51options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI 52options KTRACE #ktrace(1) syscall trace support 53options SYSVSHM #SYSV-style shared memory 54options SYSVMSG #SYSV-style message queues 55options SYSVSEM #SYSV-style semaphores |
56#options P1003_1B #Posix P1003_1B real-time extentions 57#options _KPOSIX_PRIORITY_SCHEDULING | 56#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions |
58 59# Debugging for use in -current 60options DDB #Enable the kernel debugger 61options INVARIANTS #Enable calls of extra sanity checking 62options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS 63options WITNESS #Enable checks to detect deadlocks and cycles 64 65# To make an SMP kernel, the next line is needed --- 62 unchanged lines hidden --- | 57 58# Debugging for use in -current 59options DDB #Enable the kernel debugger 60options INVARIANTS #Enable calls of extra sanity checking 61options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS 62options WITNESS #Enable checks to detect deadlocks and cycles 63 64# To make an SMP kernel, the next line is needed --- 62 unchanged lines hidden --- |