Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.
This commit is contained in:
parent
9235101232
commit
1ee7d22c0b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.157 2000/06/14 22:02:15 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.158 2000/06/22 20:27:49 fvdl Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.157 $"
|
||||
#ident "GENERIC-$Revision: 1.158 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -50,7 +50,7 @@ file-system NFS # Sun NFS-compatible file system client
|
|||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocol suite
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.alpha,v 1.18 1999/11/15 19:00:25 fvdl Exp $
|
||||
# $NetBSD: std.alpha,v 1.19 2000/06/22 20:27:49 fvdl Exp $
|
||||
#
|
||||
# Standard/required configuration info for NetBSD/alpha.
|
||||
|
||||
machine alpha
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
# standard ("mandatory") kernel options.
|
||||
|
||||
# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.143 2000/06/14 22:02:18 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.144 2000/06/22 20:27:50 fvdl Exp $
|
||||
|
||||
#
|
||||
#if 0
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.143 $"
|
||||
#ident "GENERIC-$Revision: 1.144 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
@ -109,7 +109,7 @@ file-system UNION # union filesystem
|
|||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
options QUOTA # User and group quotas in FFS
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server side code
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.amiga,v 1.17 1999/11/15 19:00:26 fvdl Exp $
|
||||
# $NetBSD: std.amiga,v 1.18 2000/06/22 20:27:50 fvdl Exp $
|
||||
|
||||
# standard amiga information
|
||||
|
||||
machine amiga m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
mainbus0 at root
|
||||
|
||||
clock0 at mainbus0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.33 2000/06/17 07:29:07 soda Exp $
|
||||
# $NetBSD: GENERIC,v 1.34 2000/06/22 20:27:50 fvdl Exp $
|
||||
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/arc/conf/std.arc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.33 $"
|
||||
#ident "GENERIC-$Revision: 1.34 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -70,7 +70,7 @@ file-system UNION # union file system
|
|||
# File system options
|
||||
options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.arc,v 1.9 2000/01/25 16:07:13 enami Exp $
|
||||
# $NetBSD: std.arc,v 1.10 2000/06/22 20:27:50 fvdl Exp $
|
||||
# standard arc info
|
||||
|
||||
machine arc mips
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
mainbus0 at root
|
||||
cpu* at mainbus0
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.2 2000/06/14 22:02:20 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.3 2000/06/22 20:27:50 fvdl Exp $
|
||||
|
||||
# GENERIC arm26 configuration -- everything I've implemented so far
|
||||
|
||||
|
@ -46,7 +46,7 @@ file-system FDESC # /dev/fd
|
|||
#options QUOTA # UFS quotas
|
||||
#options NFSSERVER # Sun NFS-compatible file system server
|
||||
#options FFS_EI # FFS endianness-independence support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
# Executable format options
|
||||
#options EXEC_AOUT
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.67 2000/06/14 22:02:21 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.68 2000/06/22 20:27:51 fvdl Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/arm32/conf/std.arm32"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.67 $"
|
||||
#ident "GENERIC-$Revision: 1.68 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -60,7 +60,7 @@ file-system UNION # union file system
|
|||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER
|
||||
|
||||
# Networking options
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.arm32,v 1.10 1999/11/15 19:00:26 fvdl Exp $
|
||||
# $NetBSD: std.arm32,v 1.11 2000/06/22 20:27:51 fvdl Exp $
|
||||
#
|
||||
# standard NetBSD/arm32 options
|
||||
|
||||
machine arm32
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_AOUT
|
||||
options EXEC_SCRIPT
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: GENERIC,v 1.66 2000/06/14 22:02:22 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.67 2000/06/22 20:27:51 fvdl Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
include "arch/atari/conf/std.atari"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.66 $"
|
||||
#ident "GENERIC-$Revision: 1.67 $"
|
||||
|
||||
#
|
||||
# Add support for about 16 users. This variable is used to size
|
||||
|
@ -83,7 +83,7 @@ file-system LFS # log-structured file system
|
|||
# File system options
|
||||
options QUOTA # Disk quotas for local disks
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server side code
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.atari,v 1.17 2000/01/26 14:56:43 leo Exp $
|
||||
# $NetBSD: std.atari,v 1.18 2000/06/22 20:27:51 fvdl Exp $
|
||||
#
|
||||
# standard atari information
|
||||
#
|
||||
machine atari m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.28 2000/06/14 22:02:23 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.29 2000/06/22 20:27:51 fvdl Exp $
|
||||
#
|
||||
# First try for BEBOX config file
|
||||
#
|
||||
|
||||
include "arch/bebox/conf/std.bebox"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.28 $"
|
||||
#ident "GENERIC-$Revision: 1.29 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -47,7 +47,7 @@ file-system UMAPFS
|
|||
file-system UNION
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options NFSSERVER
|
||||
|
||||
options INET
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.bebox,v 1.4 1999/11/15 19:00:27 fvdl Exp $
|
||||
# $NetBSD: std.bebox,v 1.5 2000/06/22 20:27:51 fvdl Exp $
|
||||
#
|
||||
# standard, required NetBSD/bebox 'options'
|
||||
|
||||
machine bebox powerpc
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_ELF32 # exec ELF binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: GENERIC,v 1.8 2000/06/14 22:02:23 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 2000/06/22 20:27:51 fvdl Exp $
|
||||
|
||||
include "arch/cobalt/conf/std.cobalt"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -57,7 +57,7 @@ file-system FDESC # user file descriptor filesystem
|
|||
options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: std.cobalt,v 1.1 2000/03/19 23:07:45 soren Exp $
|
||||
# $NetBSD: std.cobalt,v 1.2 2000/06/22 20:27:51 fvdl Exp $
|
||||
|
||||
machine cobalt mips
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options MIPS3
|
||||
options MIPS3_5200
|
||||
options MIPS3_L2CACHE_ABSENT
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: std.evbsh3,v 1.2 1999/11/15 19:00:27 fvdl Exp $
|
||||
# $NetBSD: std.evbsh3,v 1.3 2000/06/22 20:27:52 fvdl Exp $
|
||||
#
|
||||
# standard, required NetBSD/evbsh3 'options'
|
||||
|
||||
machine evbsh3 sh3
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.55 2000/06/14 22:02:24 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.56 2000/06/22 20:27:52 fvdl Exp $
|
||||
#
|
||||
# Generic kernel - one size fits all.
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# Include attributes common to all hp300s
|
||||
include "arch/hp300/conf/std.hp300"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.55 $"
|
||||
#ident "GENERIC-$Revision: 1.56 $"
|
||||
|
||||
# Support for various CPU types
|
||||
options HP320
|
||||
|
@ -55,7 +55,7 @@ file-system MFS # Memory-based filesystem
|
|||
# Filesystem options
|
||||
options QUOTA # User and group quotas in FFS
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network filesystem server
|
||||
options NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.hp300,v 1.6 1999/11/15 19:00:27 fvdl Exp $
|
||||
# $NetBSD: std.hp300,v 1.7 2000/06/22 20:27:52 fvdl Exp $
|
||||
#
|
||||
# Options/devices that all hp300s should have
|
||||
#
|
||||
|
||||
machine hp300 m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for #! scripts
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
# Distribution kernel (NEC VR based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.54 2000/06/17 10:53:05 shin Exp $
|
||||
# $NetBSD: GENERIC,v 1.55 2000/06/22 20:27:52 fvdl Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.54 $"
|
||||
#ident "GENERIC-$Revision: 1.55 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -62,7 +62,7 @@ file-system PROCFS # /proc
|
|||
file-system UNION
|
||||
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options QUOTA # UFS quotas
|
||||
|
||||
# Networking options
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.hpcmips,v 1.4 1999/11/15 19:00:27 fvdl Exp $
|
||||
# $NetBSD: std.hpcmips,v 1.5 2000/06/22 20:27:52 fvdl Exp $
|
||||
# standard, required hpcmips info
|
||||
|
||||
machine hpcmips mips
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
mainbus0 at root
|
||||
cpu* at mainbus0
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.354 2000/06/16 10:31:03 hubertf Exp $
|
||||
# $NetBSD: GENERIC,v 1.355 2000/06/22 20:27:52 fvdl Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.354 $"
|
||||
#ident "GENERIC-$Revision: 1.355 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -107,7 +107,7 @@ file-system CODA # Coda File System; also needs vcoda (below)
|
|||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.i386,v 1.18 1999/11/15 19:00:28 fvdl Exp $
|
||||
# $NetBSD: std.i386,v 1.19 2000/06/22 20:27:53 fvdl Exp $
|
||||
#
|
||||
# standard, required NetBSD/i386 'options'
|
||||
|
||||
machine i386
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_AOUT # exec a.out binaries
|
||||
options EXEC_ELF32 # exec ELF binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC,v 1.5 2000/06/14 22:02:29 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.6 2000/06/22 20:27:53 fvdl Exp $
|
||||
#
|
||||
# GENERIC LUNA68K
|
||||
#
|
||||
include "arch/luna68k/conf/std.luna68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.5 $"
|
||||
#ident "GENERIC-$Revision: 1.6 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -59,7 +59,7 @@ file-system NULLFS # loopback file system
|
|||
#options NFSSERVER # nfs server support
|
||||
#options QUOTA # ffs quotas
|
||||
#options FFS_EI # ffs endian independant support
|
||||
#options SOFTDEP # ffs soft updates support
|
||||
options SOFTDEP # ffs soft updates support
|
||||
|
||||
# Networking options
|
||||
options INET # IP prototol stack support
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# $NetBSD: std.luna68k,v 1.1 2000/01/05 08:48:54 nisimura Exp $
|
||||
# $NetBSD: std.luna68k,v 1.2 2000/06/22 20:27:53 fvdl Exp $
|
||||
|
||||
machine luna68k m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_AOUT # exec a.out binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC,v 1.102 2000/06/14 22:02:30 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.103 2000/06/22 20:27:53 fvdl Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.102 $"
|
||||
#ident "GENERIC-$Revision: 1.103 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
|
@ -82,7 +82,7 @@ file-system CODA # Venus/Coda distributed file system
|
|||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
# $NetBSD: std.mac68k,v 1.24 1999/11/15 19:00:28 fvdl Exp $
|
||||
# $NetBSD: std.mac68k,v 1.25 2000/06/22 20:27:53 fvdl Exp $
|
||||
#
|
||||
# standard Macintosh information.
|
||||
# roughly copied from std.sparc 14 Oct 1993.
|
||||
|
||||
machine mac68k m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options HZ=60 # mac clock runs at 60hz
|
||||
|
||||
# Executable support
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.70 2000/06/14 22:02:30 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.71 2000/06/22 20:27:53 fvdl Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/macppc/conf/std.macppc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.70 $"
|
||||
#ident "GENERIC-$Revision: 1.71 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -61,7 +61,7 @@ file-system UNION # union file system
|
|||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.macppc,v 1.8 1999/11/15 19:00:28 fvdl Exp $
|
||||
# $NetBSD: std.macppc,v 1.9 2000/06/22 20:27:53 fvdl Exp $
|
||||
#
|
||||
# Standard/required options for NetBSD/macppc.
|
||||
|
||||
machine macppc powerpc
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
# standard ("mandatory") kernel options.
|
||||
|
||||
# Executable support:
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.14 2000/06/14 22:02:31 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.15 2000/06/22 20:27:54 fvdl Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/mmeye/conf/std.mmeye"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.14 $"
|
||||
#ident "GENERIC-$Revision: 1.15 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
|
@ -70,7 +70,7 @@ file-system CODA # Coda File System; also needs vcoda (below)
|
|||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.mmeye,v 1.4 2000/02/24 19:42:36 msaitoh Exp $
|
||||
# $NetBSD: std.mmeye,v 1.5 2000/06/22 20:27:54 fvdl Exp $
|
||||
#
|
||||
# standard, required NetBSD/mmeye 'options'
|
||||
|
||||
machine mmeye sh3
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options IOM_ROM_BEGIN=0x00000000
|
||||
options IOM_RAM_SIZE=0x01000000 # 16MB
|
||||
options IOM_RAM_BEGIN=0x8c000000
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: GENERIC,v 1.8 2000/06/14 22:02:31 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 2000/06/22 20:27:54 fvdl Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
|
||||
# Boards this kernel supports
|
||||
options MVME147
|
||||
|
@ -29,7 +29,7 @@ file-system MFS
|
|||
|
||||
options NFSSERVER
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
# Networking options
|
||||
options INET
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.mvme68k,v 1.7 1999/11/15 19:00:28 fvdl Exp $
|
||||
# $NetBSD: std.mvme68k,v 1.8 2000/06/22 20:27:54 fvdl Exp $
|
||||
#
|
||||
# Options/devices that all mvme68ks should have
|
||||
#
|
||||
|
||||
machine mvme68k m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for #! scripts
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC,v 1.8 2000/06/14 22:02:32 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 2000/06/22 20:27:54 fvdl Exp $
|
||||
|
||||
# news68k GENERIC config file;
|
||||
#
|
||||
include "arch/news68k/conf/std.news68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -67,7 +67,7 @@ file-system UNION # union file system
|
|||
options NFSSERVER # nfs server support
|
||||
options QUOTA # ffs quotas
|
||||
#options FFS_EI # ffs endian independant support
|
||||
#options SOFTDEP # ffs soft updates support
|
||||
options SOFTDEP # ffs soft updates support
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# $NetBSD: std.news68k,v 1.1 1999/12/09 14:53:03 tsutsui Exp $
|
||||
# $NetBSD: std.news68k,v 1.2 2000/06/22 20:27:54 fvdl Exp $
|
||||
|
||||
machine news68k m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_AOUT # exec a.out binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC,v 1.22 2000/06/14 22:02:33 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.23 2000/06/22 20:27:54 fvdl Exp $
|
||||
#
|
||||
# GENERIC kernel for RISC-NEWS
|
||||
|
||||
include "arch/newsmips/conf/std.newsmips"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.22 $"
|
||||
#ident "GENERIC-$Revision: 1.23 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -60,7 +60,7 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
|||
options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# $NetBSD: std.newsmips,v 1.6 1999/11/15 19:00:29 fvdl Exp $
|
||||
# $NetBSD: std.newsmips,v 1.7 2000/06/22 20:27:54 fvdl Exp $
|
||||
|
||||
machine newsmips mips
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_ELF32 # exec ELF32 binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.30 2000/06/14 22:02:33 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.31 2000/06/22 20:27:55 fvdl Exp $
|
||||
#
|
||||
# GENERIC next68k
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/next68k/conf/std.next68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.30 $"
|
||||
#ident "GENERIC-$Revision: 1.31 $"
|
||||
|
||||
# Needs to be set per system. i.e change these as you see fit
|
||||
maxusers 16
|
||||
|
@ -78,7 +78,7 @@ file-system UNION # union file system
|
|||
|
||||
options NFSSERVER # nfs server support
|
||||
options QUOTA # FFS quotas
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.next68k,v 1.7 1999/11/15 19:00:29 fvdl Exp $
|
||||
# $NetBSD: std.next68k,v 1.8 2000/06/22 20:27:55 fvdl Exp $
|
||||
|
||||
# Standard information for next68k
|
||||
machine next68k m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
# Standard defines
|
||||
options EXEC_AOUT
|
||||
options EXEC_SCRIPT
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.27 2000/06/14 22:02:34 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.28 2000/06/22 20:27:55 fvdl Exp $
|
||||
#
|
||||
# First try for PPC config file
|
||||
#
|
||||
|
||||
include "arch/ofppc/conf/std.ofppc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.27 $"
|
||||
#ident "GENERIC-$Revision: 1.28 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -52,7 +52,7 @@ file-system UNION
|
|||
|
||||
options NFSSERVER
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
options INET
|
||||
options INET6 # IPV6
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.ofppc,v 1.4 1999/11/15 19:00:29 fvdl Exp $
|
||||
# $NetBSD: std.ofppc,v 1.5 2000/06/22 20:27:55 fvdl Exp $
|
||||
#
|
||||
# standard, required NetBSD/ofppc 'options'
|
||||
|
||||
machine ofppc powerpc
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_ELF32 # exec ELF binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.10 2000/06/14 22:02:34 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.11 2000/06/22 20:27:55 fvdl Exp $
|
||||
#
|
||||
# GENERIC: generic kernel for most machines
|
||||
#
|
||||
|
||||
include "arch/pc532/conf/std.pc532"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
#ident "GENERIC-$Revision: 1.11 $"
|
||||
|
||||
maxusers 8 # estimated number of users
|
||||
|
||||
|
@ -40,7 +40,7 @@ file-system NFS # Network File System client
|
|||
options NFSSERVER # Network File System server
|
||||
#options QUOTA # file system quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
# networking options
|
||||
#options GATEWAY # packet forwarding
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.pc532,v 1.12 2000/01/10 04:47:08 jonb Exp $
|
||||
# $NetBSD: std.pc532,v 1.13 2000/06/22 20:27:55 fvdl Exp $
|
||||
#
|
||||
# Standard configuration info for NetBSD/pc532.
|
||||
|
||||
machine pc532
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
mainbus0 at root
|
||||
clock0 at mainbus0 # system timer
|
||||
rtc0 at mainbus0 # realtime clock
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#
|
||||
# $NetBSD: GENERIC,v 1.77 2000/06/14 22:02:35 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.78 2000/06/22 20:27:55 fvdl Exp $
|
||||
#
|
||||
# Distribution kernel (any model) kernel config file
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.77 $"
|
||||
#ident "GENERIC-$Revision: 1.78 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -70,7 +70,7 @@ file-system UNION
|
|||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options QUOTA # UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.pmax,v 1.11 1999/11/15 19:00:29 fvdl Exp $
|
||||
# $NetBSD: std.pmax,v 1.12 2000/06/22 20:27:55 fvdl Exp $
|
||||
# standard, required pmax info
|
||||
|
||||
machine pmax mips
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
# Standard exec-package options
|
||||
options EXEC_ELF32 # 32-bit ELF support (native format)
|
||||
options EXEC_SCRIPT # exec of #! scripts
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.8 2000/06/14 22:02:36 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 2000/06/22 20:27:55 fvdl Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/prep/conf/std.prep"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -58,7 +58,7 @@ file-system UNION # union file system
|
|||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: std.prep,v 1.1 2000/02/29 15:21:25 nonaka Exp $
|
||||
# $NetBSD: std.prep,v 1.2 2000/06/22 20:27:56 fvdl Exp $
|
||||
#
|
||||
# standard, required NetBSD/prep 'options'
|
||||
|
||||
machine prep powerpc
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
options EXEC_ELF32 # exec ELF binaries
|
||||
options EXEC_AOUT # exec a.out binaries
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: std.sgimips,v 1.1 2000/06/14 15:45:37 soren Exp $
|
||||
# $NetBSD: std.sgimips,v 1.2 2000/06/22 20:27:56 fvdl Exp $
|
||||
|
||||
machine sgimips mips
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_ELF32 # exec ELF32 binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# $NetBSD: std.sh3,v 1.3 2000/02/23 21:14:13 msaitoh Exp $
|
||||
# $NetBSD: std.sh3,v 1.4 2000/06/22 20:27:56 fvdl Exp $
|
||||
#
|
||||
# standard, required NetBSD/sh3 'options'
|
||||
|
||||
machine sh3
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: GENERIC,v 1.109 2000/06/21 13:46:43 pk Exp $
|
||||
# $NetBSD: GENERIC,v 1.110 2000/06/22 20:27:56 fvdl Exp $
|
||||
|
||||
include "arch/sparc/conf/std.sparc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.109 $"
|
||||
#ident "GENERIC-$Revision: 1.110 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -157,7 +157,7 @@ file-system CODA # Coda File System; also needs vcoda (below)
|
|||
options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
options INET # IP (Internet Protocol) v4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.sparc,v 1.19 1999/11/15 19:00:30 fvdl Exp $
|
||||
# $NetBSD: std.sparc,v 1.20 2000/06/22 20:27:56 fvdl Exp $
|
||||
|
||||
#
|
||||
# Mandatory NetBSD/sparc kernel options.
|
||||
|
@ -6,10 +6,6 @@
|
|||
|
||||
machine sparc # Machine architecture; required by config(8)
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_AOUT # execve(2) support for a.out binaries
|
||||
options EXEC_ELF32 # execve(2) support for ELF binaries
|
||||
options EXEC_SCRIPT # execve(2) support for scripts
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: GENERIC,v 1.35 2000/06/19 23:30:32 eeh Exp $
|
||||
# $NetBSD: GENERIC,v 1.36 2000/06/22 20:27:56 fvdl Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.35 $"
|
||||
#ident "GENERIC-$Revision: 1.36 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -159,7 +159,7 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
|||
options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
options INET # IP (Internet Protocol) v4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.sparc64,v 1.7 2000/06/19 23:30:32 eeh Exp $
|
||||
# $NetBSD: std.sparc64,v 1.8 2000/06/22 20:27:57 fvdl Exp $
|
||||
|
||||
#
|
||||
# Mandatory NetBSD/sparc kernel options.
|
||||
|
@ -7,8 +7,4 @@
|
|||
machine sparc64 # Machine architecture; required by config(8)
|
||||
makeoptions MACHINE=sparc64
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_SCRIPT # execve(2) support for scripts
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.68 2000/06/14 22:02:38 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.69 2000/06/22 20:27:57 fvdl Exp $
|
||||
|
||||
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
|
||||
# Supports root on: ie0, le0, sd*, ...
|
||||
|
||||
include "arch/sun3/conf/std.sun3"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.68 $"
|
||||
#ident "GENERIC-$Revision: 1.69 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
options FPU_EMULATE
|
||||
|
@ -67,7 +67,7 @@ file-system MFS # memory-based filesystem
|
|||
options NFSSERVER # nfs server support
|
||||
options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
# Networking options
|
||||
options INET # IP prototol stack support
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.sun3,v 1.27 1999/11/15 19:00:30 fvdl Exp $
|
||||
# $NetBSD: std.sun3,v 1.28 2000/06/22 20:27:57 fvdl Exp $
|
||||
|
||||
# Standard information for Sun3 machines.
|
||||
machine sun3 m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
# Machine type to be supported by this kernel. Note:
|
||||
# The SUN3 and SUN3X options are mutually exclusive!
|
||||
# (Your kernel will only run on one or the other.)
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.sun3x,v 1.5 1999/11/15 19:00:30 fvdl Exp $
|
||||
# $NetBSD: std.sun3x,v 1.6 2000/06/22 20:27:57 fvdl Exp $
|
||||
|
||||
# Standard information for Sun3X machines.
|
||||
machine sun3 m68k
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
# Machine type to be supported by this kernel. Note:
|
||||
# The SUN3 and SUN3X options are mutually exclusive!
|
||||
# (Your kernel will only run on one or the other.)
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.71 2000/06/19 04:22:16 matt Exp $
|
||||
# $NetBSD: GENERIC,v 1.72 2000/06/22 20:27:57 fvdl Exp $
|
||||
#
|
||||
# GENERIC VAX configuration file; all supported devices.
|
||||
#
|
||||
|
||||
include "arch/vax/conf/std.vax"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.71 $"
|
||||
#ident "GENERIC-$Revision: 1.72 $"
|
||||
|
||||
# Here are all different supported CPU types listed.
|
||||
options "VAX8600"
|
||||
|
@ -63,7 +63,7 @@ file-system CD9660
|
|||
|
||||
options QUOTA
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER
|
||||
options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp
|
||||
options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: std.vax,v 1.10 1999/11/15 19:00:31 fvdl Exp $
|
||||
# $NetBSD: std.vax,v 1.11 2000/06/22 20:27:57 fvdl Exp $
|
||||
#
|
||||
# Std vaxfiles
|
||||
#
|
||||
machine vax
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_AOUT # execve(2) support for a.out binaries
|
||||
options EXEC_SCRIPT # execve(2) support for scripts
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.46 2000/06/14 22:02:43 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.47 2000/06/22 20:27:57 fvdl Exp $
|
||||
|
||||
#
|
||||
# GENERIC
|
||||
|
@ -6,7 +6,7 @@
|
|||
|
||||
include "arch/x68k/conf/std.x68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.46 $"
|
||||
#ident "GENERIC-$Revision: 1.47 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -155,7 +155,7 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
|||
options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
options QUOTA # FFS quotas
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options SOFTDEP # FFS soft updates support.
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
options INET # IP (Internet Protocol) v4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.x68k,v 1.8 1999/11/15 19:00:31 fvdl Exp $
|
||||
# $NetBSD: std.x68k,v 1.9 2000/06/22 20:27:57 fvdl Exp $
|
||||
|
||||
#
|
||||
# Mandatory NetBSD/x68k kernel options.
|
||||
|
@ -6,10 +6,6 @@
|
|||
|
||||
machine x68k m68k # Machine architecture; required by config(8)
|
||||
|
||||
prefix ../gnu/sys
|
||||
cinclude "conf/files.softdep"
|
||||
prefix
|
||||
|
||||
options EXEC_AOUT # execve(2) support for a.out binaries
|
||||
options EXEC_SCRIPT # execve(2) support for scripts
|
||||
|
||||
|
|
Loading…
Reference in New Issue