NetBSD/sys/arch/evbppc/conf/std.explora
hannken 249e0067fe Add a port to the NCD Explora451 ThinClient.
- Supported devices: le, com, lpt, pckbd, frame buffer.
 - Support missing:   phy, audio, pcmcia.
 - Boots from network or md.

Approved by: Eduardo Horvath <eeh@netbsd.org>
2003-03-11 10:57:54 +00:00

26 lines
667 B
Plaintext

# $NetBSD: std.explora,v 1.1 2003/03/11 10:57:55 hannken 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
options SPILLSTK=1024
include "arch/evbppc/conf/files.explora"