b08d93761c
standard path to boot off. DINK32 and ppcboot can handle it as a staging bootloader.
21 lines
505 B
Plaintext
21 lines
505 B
Plaintext
# $NetBSD: std.sandpoint,v 1.13 2007/10/27 15:36:29 nisimura Exp $
|
|
#
|
|
# standard, required NetBSD/sandpoint 'options'
|
|
|
|
machine sandpoint powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
options PPC_OEA # Sandpoint uses OEA compliant CPUs
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
|
|
# Executable support:
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
options PIC_OPENPIC
|
|
options PIC_I8259
|
|
|
|
options INTSTK=0x2000
|
|
|
|
makeoptions TEXTADDR=0x90000
|