# $NetBSD: std.explora,v 1.8 2021/06/26 09:00:39 rin Exp $ # # Standard/required options for NetBSD/explora. machine evbppc powerpc include "conf/std" # MI standard options # standard ("mandatory") kernel options. options PPC_IBM4XX # IBM 40x family options PPC_IBM403 # IBM 403GCX options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by # default (slow cpu) # 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=0x10000 makeoptions BOARDTYPE="explora" makeoptions PPCDIR="ibm4xx" options PPC_INTR_IMPL="" options INTSTK=16384 options PPC_CPU_FREQ=66000000 # XXX hack for pckbc_cnattach() include "arch/evbppc/conf/files.explora" options PPC_PCI_MACHDEP_IMPL=""