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