EXEC_ELF32 is now default. enable "rnd"

This commit is contained in:
mrg 1999-06-06 13:00:03 +00:00
parent 4482c7e0a6
commit 440ac638bc
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.83 1999/06/06 09:23:38 pk Exp $
# $NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp $
include "arch/sparc/conf/std.sparc"
@ -126,7 +126,6 @@ options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
options COMPAT_SVR4 # SunOS 5.x binary compatibility
options COMPAT_AOUT # NetBSD a.out compatibility
options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
## File systems. You probably need at least one of FFS or NFS.
file-system FFS # Berkeley Fast Filesystem
@ -534,6 +533,5 @@ pseudo-device pty 32 # pseudo-ttys (for network, etc.)
## Random device, used to implement /dev/random (a source of random noise),
## and generate randomness for some kernel formulae.
## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
#pseudo-device rnd
pseudo-device rnd

View File

@ -1,4 +1,4 @@
# $NetBSD: std.sparc,v 1.15 1999/03/24 06:06:11 mrg Exp $
# $NetBSD: std.sparc,v 1.16 1999/06/06 13:00:03 mrg Exp $
#
# Mandatory NetBSD/sparc kernel options.
@ -9,4 +9,5 @@ machine sparc # Machine architecture; required by config(8)
#options PMAP_NEW # new pmap(9) interfaces
options EXEC_AOUT # execve(2) support for a.out binaries
options EXEC_ELF32 # execve(2) support for a.out binaries
options EXEC_SCRIPT # execve(2) support for scripts