15 lines
467 B
Plaintext
15 lines
467 B
Plaintext
# $NetBSD: std.alpha,v 1.24 2007/07/07 17:03:28 tsutsui Exp $
|
|
#
|
|
# Standard/required configuration info for NetBSD/alpha.
|
|
|
|
machine alpha
|
|
include "conf/std" # MI standard options
|
|
|
|
# standard ("mandatory") kernel options.
|
|
options HZ=1024
|
|
|
|
# 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
|