c5b9afa668
GENERIC_601 more or less resembles a Power Macintosh 7200 with a few drivers thrown in for convenience while keeping the kernel itself smaller than 4MB
24 lines
729 B
Plaintext
24 lines
729 B
Plaintext
# $NetBSD: std.macppc.601,v 1.1 2014/03/03 16:09:43 macallan Exp $
|
|
#
|
|
# Standard/required options for NetBSD/macppc.
|
|
|
|
machine macppc powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
# standard ("mandatory") kernel options.
|
|
options PPC_OEA # OEA class PowerPC chips
|
|
options PPC_OEA601 # 601 cpu
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
makeoptions PPC_ARCH_MODE="ppc32"
|
|
makeoptions CPUFLAGS+="-mcpu=601"
|
|
|
|
# Executable support:
|
|
options EXEC_ELF32 # (native) ELF32 binary support
|
|
options EXEC_AOUT # (native) a.out binary support (deprecated)
|
|
options EXEC_SCRIPT # shell script support
|
|
|
|
options INTSTK=0x2000
|
|
|
|
# Atheros HAL options
|
|
include "external/isc/atheros_hal/conf/std.ath_hal"
|