mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 00:57:28 -04:00
26 lines
701 B
Plaintext
26 lines
701 B
Plaintext
# $NetBSD: std.virtex,v 1.3 2011/06/20 17:44:33 matt Exp $
|
|
#
|
|
# Standard/required options for NetBSD/virtex.
|
|
|
|
machine evbppc powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
# standard ("mandatory") kernel options.
|
|
options PPC_IBM4XX # IBM 40x family
|
|
|
|
# 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=0x25000
|
|
makeoptions BOARDTYPE="virtex"
|
|
makeoptions PPCDIR="ibm4xx"
|
|
|
|
options PPC_INTR_IMPL="<powerpc/intr.h>"
|
|
options KERNBASE=0x25000
|
|
options INTSTK=16384
|
|
|
|
include "arch/powerpc/conf/files.ibm4xx"
|
|
include "arch/evbppc/conf/files.virtex"
|