blob: b25ccfa6dd53ae367b46c4131e5d136e79539463 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: std.sun3,v 1.34 2010/09/19 02:09:29 tsutsui Exp $
# Standard information for Sun3 machines.
machine sun3 m68k sun68k
include "conf/std" # MI standard options
include "arch/m68k/conf/std.m68k" # m68k standard options
# Machine type to be supported by this kernel. Note:
# The SUN3 and SUN3X options are mutually exclusive!
# (Your kernel will only run on one or the other.)
makeoptions MACHTYPE=sun3
options _SUN3_
options M68020
# The root node (required)
mainbus0 at root
|