13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
# $NetBSD: std.alpha,v 1.19 2000/06/22 20:27:49 fvdl 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
|