use options SPACE TAB
This commit is contained in:
parent
b42556773f
commit
cb33448ead
|
@ -1,11 +1,11 @@
|
||||||
# $NetBSD: GENERIC,v 1.421 2001/09/06 13:29:29 augustss Exp $
|
# $NetBSD: GENERIC,v 1.422 2001/09/07 00:18:27 lukem Exp $
|
||||||
#
|
#
|
||||||
# GENERIC -- everything that's currently supported
|
# GENERIC -- everything that's currently supported
|
||||||
#
|
#
|
||||||
|
|
||||||
include "arch/i386/conf/std.i386"
|
include "arch/i386/conf/std.i386"
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.421 $"
|
#ident "GENERIC-$Revision: 1.422 $"
|
||||||
|
|
||||||
maxusers 32 # estimated number of users
|
maxusers 32 # estimated number of users
|
||||||
|
|
||||||
|
@ -52,10 +52,10 @@ options KTRACE # system call tracing via ktrace(1)
|
||||||
|
|
||||||
options SYSVMSG # System V-like message queues
|
options SYSVMSG # System V-like message queues
|
||||||
options SYSVSEM # System V-like semaphores
|
options SYSVSEM # System V-like semaphores
|
||||||
#options SEMMNI=10 # number of semaphore identifiers
|
#options SEMMNI=10 # number of semaphore identifiers
|
||||||
#options SEMMNS=60 # number of semaphores in system
|
#options SEMMNS=60 # number of semaphores in system
|
||||||
#options SEMUME=10 # max number of undo entries per process
|
#options SEMUME=10 # max number of undo entries per process
|
||||||
#options SEMMNU=30 # number of undo structures in system
|
#options SEMMNU=30 # number of undo structures in system
|
||||||
options SYSVSHM # System V-like memory sharing
|
options SYSVSHM # System V-like memory sharing
|
||||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||||
|
|
||||||
|
@ -88,8 +88,8 @@ options COMPAT_SVR4 # binary compatibility with SVR4
|
||||||
options COMPAT_IBCS2 # binary compatibility with SCO and ISC
|
options COMPAT_IBCS2 # binary compatibility with SCO and ISC
|
||||||
options COMPAT_LINUX # binary compatibility with Linux
|
options COMPAT_LINUX # binary compatibility with Linux
|
||||||
options COMPAT_FREEBSD # binary compatibility with FreeBSD
|
options COMPAT_FREEBSD # binary compatibility with FreeBSD
|
||||||
#options COMPAT_MACH # binary compatibility with Mach binaries
|
#options COMPAT_MACH # binary compatibility with Mach binaries
|
||||||
#options EXEC_MACHO # exec MACH-O binaries
|
#options EXEC_MACHO # exec MACH-O binaries
|
||||||
#options COMPAT_PECOFF # kernel support to run Win32 apps
|
#options COMPAT_PECOFF # kernel support to run Win32 apps
|
||||||
|
|
||||||
# File systems
|
# File systems
|
||||||
|
@ -150,7 +150,7 @@ options PCIVERBOSE # verbose PCI device autoconfig messages
|
||||||
options SCSIVERBOSE # human readable SCSI error messages
|
options SCSIVERBOSE # human readable SCSI error messages
|
||||||
options USBVERBOSE # verbose USB device autoconfig messages
|
options USBVERBOSE # verbose USB device autoconfig messages
|
||||||
#options PNPBIOSVERBOSE # verbose PnP BIOS messages
|
#options PNPBIOSVERBOSE # verbose PnP BIOS messages
|
||||||
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
#options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
|
||||||
options I2OVERBOSE # verbose I2O driver messages
|
options I2OVERBOSE # verbose I2O driver messages
|
||||||
options MCAVERBOSE # verbose MCA device autoconfig messages
|
options MCAVERBOSE # verbose MCA device autoconfig messages
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue