2002-01-27 16:23:08 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.46 2002/01/27 13:23:27 jdolecek Exp $
|
2001-12-14 08:34:45 +03:00
|
|
|
#
|
|
|
|
# GENERIC machine description file
|
|
|
|
#
|
|
|
|
# This machine description file is used to generate the default NetBSD
|
|
|
|
# kernel. The generic kernel does not include all options, subsystems
|
|
|
|
# and device drivers, but should be useful for most applications.
|
|
|
|
#
|
|
|
|
# The machine description file can be customised for your specific
|
|
|
|
# machine to reduce the kernel size and improve its performance.
|
|
|
|
#
|
|
|
|
# For further information on compiling NetBSD kernels, see the config(8)
|
|
|
|
# man page.
|
|
|
|
#
|
|
|
|
# For further information on hardware support for this architecture, see
|
|
|
|
# the intro(4) man page. For further information about kernel options
|
|
|
|
# for this architecture, see the options(4) man page. For an explanation
|
|
|
|
# of each device driver in this file see the section 4 man page for the
|
|
|
|
# device.
|
1998-06-20 08:58:50 +04:00
|
|
|
|
2001-12-14 08:34:45 +03:00
|
|
|
include "arch/sparc64/conf/GENERIC32"
|
1998-06-20 08:58:50 +04:00
|
|
|
|
2002-01-27 16:23:08 +03:00
|
|
|
#ident "GENERIC-$Revision: 1.46 $"
|
2001-10-24 22:49:38 +04:00
|
|
|
|
2001-12-14 08:34:45 +03:00
|
|
|
include "arch/sparc64/conf/std.sparc64-64"
|
2000-01-24 02:46:04 +03:00
|
|
|
|
2000-07-07 23:11:56 +04:00
|
|
|
options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
|
2001-11-20 15:56:17 +03:00
|
|
|
options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility
|
2000-09-22 03:44:06 +04:00
|
|
|
|
|
|
|
# DEBUG options turned on:
|
|
|
|
|
2001-10-24 22:49:38 +04:00
|
|
|
#options LOCKDEBUG
|
|
|
|
#options DIAGNOSTIC
|
2001-11-20 15:56:17 +03:00
|
|
|
makeoptions DEBUG="-g"
|
2000-09-22 03:44:06 +04:00
|
|
|
#options DEBUG
|
|
|
|
#options SYSCALL_DEBUG
|
2002-01-27 16:23:08 +03:00
|
|
|
|
|
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|