15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
# $NetBSD: std.macppc,v 1.6 1999/03/24 06:06:10 mrg Exp $
|
|
#
|
|
# Standard/required options for NetBSD/macppc.
|
|
|
|
machine macppc powerpc
|
|
|
|
# standard ("mandatory") kernel options.
|
|
|
|
# Executable support:
|
|
options EXEC_ELF32 # (native) ELF32 binary support
|
|
options EXEC_AOUT # (native) a.out binary support (deprecated)
|
|
options EXEC_SCRIPT # shell script support
|
|
|
|
#options PMAP_NEW # UVM's new pmap interface
|