16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
# $NetBSD: std.walnut,v 1.2 2001/08/26 11:00:07 simonb Exp $
|
|
#
|
|
# Standard/required options for NetBSD/walnut.
|
|
|
|
machine walnut powerpc
|
|
|
|
# standard ("mandatory") kernel options.
|
|
options PPC_IBM4XX # IBM 40x family
|
|
|
|
# Executable support:
|
|
options EXEC_ELF32 # (native) ELF32 binary support
|
|
options EXEC_AOUT # (native) a.out binary support (deprecated)
|
|
options EXEC_SCRIPT # shell script support
|
|
|
|
makeoptions TEXTADDR=0x25000
|