std.explora revision 1.10
1# $NetBSD: std.explora,v 1.10 2022/05/30 14:09:01 rin Exp $ 2# 3# Standard/required options for NetBSD/explora. 4 5machine evbppc powerpc 6include "conf/std" # MI standard options 7 8# standard ("mandatory") kernel options. 9options PPC_IBM4XX # IBM 40x family 10options PPC_IBM403 # IBM 403GCX 11 12# 403 does not support unaligned memory access. 13options PPC_NO_UNALIGNED 14 15options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by 16 # default (slow cpu) 17 18# Executable support: 19options EXEC_ELF32 # (native) ELF32 binary support 20options EXEC_AOUT # (native) a.out binary support (deprecated) 21options EXEC_SCRIPT # shell script support 22 23makeoptions TEXTADDR=0x10000 24makeoptions BOARDTYPE="explora" 25makeoptions PPCDIR="ibm4xx" 26 27options PPC_INTR_IMPL="<powerpc/intr.h>" 28 29options INTSTK=16384 30 31options PPC_CPU_FREQ=66000000 # XXX hack for pckbc_cnattach() 32 33include "arch/evbppc/conf/files.explora" 34