be consistent with use of spaces and tabs.
This commit is contained in:
parent
68db3bde6d
commit
5352e2713a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.62 1997/04/08 03:00:37 scottr Exp $
|
||||
# $NetBSD: GENERIC,v 1.63 1997/05/06 00:31:49 lukem Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
@ -33,19 +33,19 @@ options COMPAT_SUNOS # SunOS 4.x binary compatibility
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem client
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
file-system NULLFS # NULL layered filesystem
|
||||
file-system MFS # memory-based filesystem
|
||||
file-system FDESC # user file descriptor filesystem
|
||||
file-system UMAPFS # uid/gid remapping filesystem
|
||||
file-system LFS # Log-based filesystem (still experimental)
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system UNION # union file system
|
||||
file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem client
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
file-system NULLFS # NULL layered filesystem
|
||||
file-system MFS # memory-based filesystem
|
||||
file-system FDESC # user file descriptor filesystem
|
||||
file-system UMAPFS # uid/gid remapping filesystem
|
||||
file-system LFS # Log-based filesystem (still experimental)
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system UNION # union file system
|
||||
file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
|
||||
# Filesystem options
|
||||
options QUOTA # FFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PUMA,v 1.20 1997/02/12 04:31:35 scottr Exp $
|
||||
# $NetBSD: PUMA,v 1.21 1997/05/06 00:31:50 lukem Exp $
|
||||
#
|
||||
# PUMA
|
||||
|
||||
@ -6,7 +6,7 @@ include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
maxusers 16
|
||||
|
||||
options DDB
|
||||
options DDB
|
||||
|
||||
# Filesystem
|
||||
file-system FFS
|
||||
@ -20,29 +20,29 @@ file-system FDESC # user file descriptor filesystem
|
||||
file-system PROCFS # Process filesystem
|
||||
|
||||
# File system options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options NFSSERVER # Sun NFS-compatible filesystem
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options NFSSERVER # Sun NFS-compatible filesystem
|
||||
|
||||
options LKM # Loadable Kernel Modules
|
||||
options LKM # Loadable Kernel Modules
|
||||
|
||||
options SCSI
|
||||
options SCSI
|
||||
|
||||
# Networking options
|
||||
options INET
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
options COMPAT_42
|
||||
options COMPAT_43
|
||||
options NS
|
||||
options MAPMEM
|
||||
options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
options INET
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
options COMPAT_42
|
||||
options COMPAT_43
|
||||
options NS
|
||||
options MAPMEM
|
||||
options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
|
||||
# Mac-specific options
|
||||
options M68030
|
||||
options COMPAT_NOMID
|
||||
options COMPAT_SUNOS
|
||||
options COMPAT_09
|
||||
options COMPAT_10
|
||||
options M68030
|
||||
options COMPAT_NOMID
|
||||
options COMPAT_SUNOS
|
||||
options COMPAT_09
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
|
||||
@ -77,4 +77,4 @@ pseudo-device sl
|
||||
# Puma-specific options
|
||||
|
||||
# Try linked commands on all targets
|
||||
options TRY_SCSI_LINKED_COMMANDS=0x7f
|
||||
options TRY_SCSI_LINKED_COMMANDS=0x7f
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: RAMDISK,v 1.11 1997/03/15 18:09:54 is Exp $
|
||||
# $NetBSD: RAMDISK,v 1.12 1997/05/06 00:31:50 lukem Exp $
|
||||
#
|
||||
# Generic mac68k kernel with built-in RAM disk image.
|
||||
|
||||
include "arch/mac68k/conf/GENERIC"
|
||||
|
||||
# Enable the hooks used for initializing the ram-disk.
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MINIROOTSIZE=5120 # 2.5 MB
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MINIROOTSIZE=5120 # 2.5 MB
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SPOT,v 1.27 1997/04/08 02:59:17 scottr Exp $
|
||||
# $NetBSD: SPOT,v 1.28 1997/05/06 00:31:52 lukem Exp $
|
||||
#
|
||||
# SPOT
|
||||
|
||||
@ -35,19 +35,19 @@ options COMPAT_SUNOS # SunOS 4.x binary compatibility
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
|
||||
# Filesystems
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem client
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
file-system NULLFS # NULL layered filesystem
|
||||
file-system MFS # memory-based filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system UNION # union file system
|
||||
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem client
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
file-system NULLFS # NULL layered filesystem
|
||||
file-system MFS # memory-based filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system UNION # union file system
|
||||
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
|
||||
# Filesystem options
|
||||
options QUOTA # FFS quotas
|
||||
|
Loading…
Reference in New Issue
Block a user