Convert spaces to tabs following option declarations
This commit is contained in:
parent
49324f585c
commit
eb51f51303
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.57 1997/06/12 18:42:00 mrg Exp $
|
||||
# $NetBSD: GENERIC,v 1.58 1997/07/10 20:46:37 mellon Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
|
||||
@ -12,21 +12,21 @@ maxusers 8
|
||||
makeoptions LOADADDRESS="fffffc0000300000"
|
||||
|
||||
# CPU Support
|
||||
#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||
options DEC_3000_300 # Pelican etc: 3000/300*
|
||||
options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
||||
options DEC_EB164 # EB164: AlphaPC 164
|
||||
options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
|
||||
options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
|
||||
options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
|
||||
#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||
options DEC_3000_300 # Pelican etc: 3000/300*
|
||||
options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
||||
options DEC_EB164 # EB164: AlphaPC 164
|
||||
options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
|
||||
options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
|
||||
options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
|
||||
|
||||
# Standard system options
|
||||
options KTRACE # System call tracing support
|
||||
options KTRACE # System call tracing support
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # Cheap kernel consistency checks
|
||||
options DIAGNOSTIC # Cheap kernel consistency checks
|
||||
|
||||
# File systems
|
||||
file-system FFS # Fast file system
|
||||
@ -36,36 +36,36 @@ file-system MSDOSFS # MS-DOS-compatible file system
|
||||
file-system NFS # Sun NFS-compatible file system client
|
||||
|
||||
# File system options
|
||||
options FIFO # POSIX fifo support (in all file systems)
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
options FIFO # POSIX fifo support (in all file systems)
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocol suite
|
||||
options INET # Internet protocol suite
|
||||
|
||||
# 4.3BSD compatibility. Should be optional, but necessary for now.
|
||||
options COMPAT_43
|
||||
options COMPAT_43
|
||||
|
||||
# Binary compatibility with previous versions of NetBSD.
|
||||
#options COMPAT_09
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
#options COMPAT_09
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
|
||||
# System V-like shared memory
|
||||
options SYSVSHM
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options SYSVSHM
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
# Loadable Kernel Modules
|
||||
options LKM
|
||||
options LKM
|
||||
|
||||
# Disable kernel security.
|
||||
#options INSECURE
|
||||
#options INSECURE
|
||||
|
||||
# Misc. options
|
||||
options EISAVERBOSE # recognize "unknown" EISA devices
|
||||
options PCIVERBOSE # recognize "unknown" PCI devices
|
||||
options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
options EISAVERBOSE # recognize "unknown" EISA devices
|
||||
options PCIVERBOSE # recognize "unknown" PCI devices
|
||||
options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
|
||||
config netbsd root on ? type ?
|
||||
#config netbsd root on sd0 type ffs
|
||||
|
Loading…
Reference in New Issue
Block a user