blob: 4ae2a878ff68d4a7ec36258e16e1e6855962dc49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: std.obs200,v 1.4 2010/03/18 14:15:38 kiyohara Exp $
#
# Standard/required options for obs200
include "arch/evbppc/conf/std.obs405"
makeoptions PRDCTTYPE="obs200"
makeoptions TEXTADDR=0x450000
options KERNBASE=0x450000
include "arch/evbppc/conf/files.obs200"
|