13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
# $NetBSD: std.alpha,v 1.17 1999/09/12 01:16:59 chs 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
|