6e066ba77a
and can be optionally enabled based on miniroot and ramdisk size requirements.
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
# $NetBSD: GENERIC,v 1.47 2002/04/12 08:11:21 gmcgarry Exp $
|
|
#
|
|
# 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.
|
|
|
|
include "arch/sparc64/conf/GENERIC32"
|
|
|
|
#ident "GENERIC-$Revision: 1.47 $"
|
|
|
|
include "arch/sparc64/conf/std.sparc64-64"
|
|
|
|
options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
|
|
options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility
|
|
|
|
# DEBUG options turned on:
|
|
|
|
#options LOCKDEBUG
|
|
#options DIAGNOSTIC
|
|
makeoptions DEBUG="-g"
|
|
#options DEBUG
|
|
#options SYSCALL_DEBUG
|
|
|
|
#options USERCONF # userconf(4) support
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|