Home | History | Annotate | Line # | Download | only in conf
      1 # $NetBSD: std.sun3,v 1.35 2024/01/18 14:39:07 thorpej 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 options 	M68K_MMU_SUN3
     15 
     16 # The root node (required)
     17 mainbus0 at root
     18