Disabled some more things that lighter kernels don't need,

and picked up some formatting fixes from GENERIC.
This commit is contained in:
fredette 2001-11-26 17:51:08 +00:00
parent 69c7349d44
commit 6aa55077e7
4 changed files with 23 additions and 23 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: DISKLESS,v 1.6 2001/11/20 12:56:40 lukem Exp $
# $NetBSD: DISKLESS,v 1.7 2001/11/26 17:51:08 fredette Exp $
# DISKLESS Sun2 (2/120, 2/170, 2/50, ...)
# Supports root on: ie0
# Supports root on: ie0, ec0
include "arch/sun2/conf/std.sun2"
#ident "DISKLESS-$Revision: 1.6 $"
#ident "DISKLESS-$Revision: 1.7 $"
# Machines to be supported by this kernel
#options FPU_EMULATE
@ -19,7 +19,7 @@ options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options LKM # loadable kernel modules
#options LKM # loadable kernel modules
#options INSECURE # disable kernel security level
#options UCONSOLE # Allow non-root TIOCCONS
@ -42,9 +42,9 @@ options DDB
# Compatibility options
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
options COMPAT_43 # and 4.3BSD and ...
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
options EXEC_AOUT # support for a.out executables
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options EXEC_AOUT # support for a.out executables
# Filesystem options
#file-system FFS # Berkeley Fast Filesystem
@ -58,10 +58,10 @@ file-system OVERLAY # overlay file system
file-system UNION # union file system
file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support
options QUOTA # FFS quotas
#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
@ -168,9 +168,9 @@ ms0 at zstty? # mouse
## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
#xyc0 at mbio0 addr 0xee40 ipl 2
#xyc0 at vme0 addr 0xee40 ipl 2 vect 0x48
#xyc0 at vme0 addr 0xee40 irq 2 vect 0x48
#xyc1 at mbio0 addr 0xee48 ipl 2
#xyc1 at vme0 addr 0xee48 ipl 2 vect 0x49
#xyc1 at vme0 addr 0xee48 irq 2 vect 0x49
#xy* at xyc? drive ?
## Memory-disk device.

View File

@ -1,11 +1,11 @@
# $NetBSD: FOURMEG,v 1.7 2001/11/20 12:56:40 lukem Exp $
# $NetBSD: FOURMEG,v 1.8 2001/11/26 17:51:08 fredette Exp $
# FOURMEG Sun2 (2/120, 2/170, 2/50, ...)
# Supports root on: ie0, sd*, ...
include "arch/sun2/conf/std.sun2"
#ident "FOURMEG-$Revision: 1.7 $"
#ident "FOURMEG-$Revision: 1.8 $"
# Machines to be supported by this kernel
#options FPU_EMULATE
@ -42,7 +42,7 @@ options KTRACE # system call tracing
# Compatibility options
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
#options COMPAT_43 # and 4.3BSD and ...
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options EXEC_AOUT # support for a.out executables

View File

@ -1,10 +1,10 @@
# $NetBSD: INSTALL,v 1.6 2001/11/20 12:56:40 lukem Exp $
# $NetBSD: INSTALL,v 1.7 2001/11/26 17:51:08 fredette Exp $
# INSTALL Sun2 (2/120, 2/170, 2/50, ...)
include "arch/sun2/conf/std.sun2"
#ident "INSTALL-$Revision: 1.6 $"
#ident "INSTALL-$Revision: 1.7 $"
# Machines to be supported by this kernel
#options FPU_EMULATE
@ -41,9 +41,9 @@ maxusers 2
# Compatibility options
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
#options COMPAT_43 # and 4.3BSD and ...
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
options EXEC_AOUT # support for a.out executables
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options EXEC_AOUT # support for a.out executables
# Filesystem options
file-system FFS # Berkeley Fast Filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.6 2001/11/20 12:56:40 lukem Exp $
# $NetBSD: RAMDISK,v 1.7 2001/11/26 17:51:08 fredette Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@ -46,9 +46,9 @@ maxusers 2
# Compatibility options
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
#options COMPAT_43 # and 4.3BSD and ...
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
options EXEC_AOUT # support for a.out executables
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options EXEC_AOUT # support for a.out executables
# Filesystem options
file-system FFS # Berkeley Fast Filesystem
@ -64,7 +64,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system
#options NFSSERVER # nfs server support
#options QUOTA # FFS quotas
options FFS_EI # FFS Endian Independant support
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
# Networking options
@ -223,7 +223,7 @@ pseudo-device sl 2 # CSLIP
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device pty 32 # pseudo-terminals
pseudo-device pty 4 # pseudo-terminals
#pseudo-device vnd 4 # paging to files
#pseudo-device ccd 4 # concatenated disks
#pseudo-device raid 4 # RAIDframe disk driver