Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.45
      1  1.45  gmcgarry # $NetBSD: GENERIC,v 1.45 2001/12/14 05:34:52 gmcgarry Exp $
      2  1.45  gmcgarry #
      3  1.45  gmcgarry # GENERIC machine description file
      4  1.45  gmcgarry # 
      5  1.45  gmcgarry # This machine description file is used to generate the default NetBSD
      6  1.45  gmcgarry # kernel.  The generic kernel does not include all options, subsystems
      7  1.45  gmcgarry # and device drivers, but should be useful for most applications.
      8  1.45  gmcgarry #
      9  1.45  gmcgarry # The machine description file can be customised for your specific
     10  1.45  gmcgarry # machine to reduce the kernel size and improve its performance.
     11  1.45  gmcgarry #
     12  1.45  gmcgarry # For further information on compiling NetBSD kernels, see the config(8)
     13  1.45  gmcgarry # man page.
     14  1.45  gmcgarry #
     15  1.45  gmcgarry # For further information on hardware support for this architecture, see
     16  1.45  gmcgarry # the intro(4) man page.  For further information about kernel options
     17  1.45  gmcgarry # for this architecture, see the options(4) man page.  For an explanation
     18  1.45  gmcgarry # of each device driver in this file see the section 4 man page for the
     19  1.45  gmcgarry # device.
     20   1.1       eeh 
     21  1.45  gmcgarry include 	"arch/sparc64/conf/GENERIC32"
     22  1.23   hubertf 
     23  1.45  gmcgarry #ident 	"GENERIC-$Revision: 1.45 $"
     24  1.43   thorpej 
     25  1.45  gmcgarry include 	"arch/sparc64/conf/std.sparc64-64"
     26   1.1       eeh 
     27  1.40       eeh options 	COMPAT_NETBSD32	# NetBSD/sparc binary compatibility
     28  1.44     lukem options 	COMPAT_SVR4_32	# SunOS 5.x 32-bit binary compatibility
     29  1.41       eeh 
     30  1.41       eeh # DEBUG options turned on:
     31  1.41       eeh 
     32  1.43   thorpej #options 	LOCKDEBUG
     33  1.43   thorpej #options 	DIAGNOSTIC
     34  1.44     lukem makeoptions	DEBUG="-g"
     35  1.41       eeh #options 	DEBUG
     36  1.41       eeh #options 	SYSCALL_DEBUG
     37