Home | History | Annotate | Line # | Download | only in conf
std.sun3 revision 1.33
      1 # $NetBSD: std.sun3,v 1.33 2006/10/01 03:53:27 tsutsui Exp $
      2 
      3 # Standard information for Sun3 machines.
      4 machine	sun3 m68k sun68k
      5 include		"conf/std"	# MI standard options
      6 
      7 # Machine type to be supported by this kernel.  Note:
      8 # The SUN3 and SUN3X options are mutually exclusive!
      9 # (Your kernel will only run on one or the other.)
     10 makeoptions	MACHTYPE=sun3
     11 options 	_SUN3_
     12 options 	M68020
     13 
     14 # The root node (required)
     15 mainbus0 at root
     16 
     17 # Standard defines
     18 options 	EXEC_ELF32, EXEC_SCRIPT
     19