[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sparc64 / conf

Annotation of src/sys/arch/sparc64/conf/GENERIC, Revision 1.42.4.3

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

CVSweb <webmaster@jp.NetBSD.org>