NetBSD/sys/arch/alpha/conf/std.alpha

15 lines
450 B
Plaintext
Raw Normal View History

# $NetBSD: std.alpha,v 1.16 1999/03/24 06:06:09 mrg Exp $
#
# Standard/required configuration info for NetBSD/alpha.
machine alpha
# standard ("mandatory") kernel options.
# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
options EXEC_ECOFF # (native) ECOFF binary support
options EXEC_ELF64 # (native) ELF64 binary support
options EXEC_SCRIPT # shell script support
options PMAP_NEW # UVM's new pmap interface