Files
netbsd/sys/arch/amd64/conf/RNDVERBOSE
2015-10-15 10:25:28 +02:00

25 lines
924 B
Plaintext

# $NetBSD: RNDVERBOSE,v 1.2 2014/08/10 16:44:33 tls 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/amd64/conf/GENERIC"
options DEBUG,LOCKDEBUG,RND_VERBOSE
makeoptions DEBUG="-g"