11.9Srin# $NetBSD: std.walnut,v 1.9 2020/03/01 23:23:36 rin Exp $ 21.1Sscw# 31.1Sscw# Standard/required options for NetBSD/walnut. 41.1Sscw 51.1Sscwmachine evbppc powerpc 61.5Syamtinclude "conf/std" # MI standard options 71.1Sscw 81.1Sscw# standard ("mandatory") kernel options. 91.1Sscwoptions PPC_IBM4XX # IBM 40x family 101.1Sscw 111.9Srinoptions IBM405_ERRATA77 121.9Srin 131.1Sscw# Executable support: 141.1Sscwoptions EXEC_ELF32 # (native) ELF32 binary support 151.1Sscwoptions EXEC_AOUT # (native) a.out binary support (deprecated) 161.1Sscwoptions EXEC_SCRIPT # shell script support 171.1Sscw 181.1Sscwmakeoptions TEXTADDR=0x25000 191.1Sscwmakeoptions BOARDTYPE="walnut" 201.1Sscwmakeoptions PPCDIR="ibm4xx" 211.2Smatt 221.7Smattoptions PPC_INTR_IMPL="<powerpc/intr.h>" 231.8Smattoptions PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>" 241.3Smattoptions KERNBASE=0x25000 251.3Smatt 261.3Smattoptions INTSTK=16384 271.1Sscw 281.1Sscwinclude "arch/powerpc/conf/files.ibm4xx" 291.1Sscwinclude "arch/evbppc/conf/files.walnut" 30