NetBSD/sys/arch/sparc/conf/std.sparc
chs f3a668ed84 eliminate the PMAP_NEW option by making it required for all ports.
ports which previously had no support for PMAP_NEW now implement
the pmap_k* interfaces as wrappers around the non-k versions.
1999-09-12 01:16:55 +00:00

12 lines
336 B
Plaintext

# $NetBSD: std.sparc,v 1.18 1999/09/12 01:17:18 chs Exp $
#
# Mandatory NetBSD/sparc kernel options.
#
machine sparc # Machine architecture; required by config(8)
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