blob: 1bcac8a34f823b11d3a94c7624e80895a92a5dd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: std.explora,v 1.2 2003/08/12 05:15:42 matt Exp $
#
# Standard/required options for NetBSD/explora.
machine evbppc powerpc
# standard ("mandatory") kernel options.
options PPC_IBM4XX # IBM 40x family
options PPC_IBM403 # IBM 403GCX
# 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="<powerpc/ibm4xx/ibm4xx_intr.h>"
options INTSTK=8192
include "arch/evbppc/conf/files.explora"
|