GENERIC revision 1.51
1# $NetBSD: GENERIC,v 1.51 2005/12/09 23:34:03 elad Exp $ 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. 20 21include "arch/sparc64/conf/GENERIC32" 22 23#ident "GENERIC-$Revision: 1.51 $" 24 25include "arch/sparc64/conf/std.sparc64-64" 26 27options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility 28options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility 29 30# DEBUG options 31 32#options LOCKDEBUG 33#options DIAGNOSTIC 34#makeoptions DEBUG="-g" 35#options DEBUG 36#options SYSCALL_DEBUG 37 38# Veriexec 39#options VERIFIED_EXEC 40# 41# a pseudo device needed for veriexec 42#pseudo-device veriexec 1 43# 44# Uncomment the fingerprint methods below that are desired. Note that 45# removing fingerprint methods will have almost no impact on the kernel 46# code size. 47# 48#options VERIFIED_EXEC_FP_RMD160 49#options VERIFIED_EXEC_FP_SHA256 50#options VERIFIED_EXEC_FP_SHA384 51#options VERIFIED_EXEC_FP_SHA512 52#options VERIFIED_EXEC_FP_SHA1 53#options VERIFIED_EXEC_FP_MD5 54 55