blob: 8c8408099becb6ba960b37f8bae91d4b1c338ff6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: std.obs200,v 1.5 2020/03/01 23:23:36 rin Exp $
#
# Standard/required options for obs200
include "arch/evbppc/conf/std.obs405"
options IBM405_ERRATA77
makeoptions PRDCTTYPE="obs200"
makeoptions TEXTADDR=0x450000
options KERNBASE=0x450000
include "arch/evbppc/conf/files.obs200"
|