diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 101b81174c43..0932c3f20805 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.110 1999/01/25 07:55:32 ross Exp $ +# $NetBSD: GENERIC,v 1.111 1999/01/28 18:03:56 ross Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -6,8 +6,6 @@ include "arch/alpha/conf/std.alpha" maxusers 32 -#makeoptions DEBUG="-g" - # CPU Support #options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. @@ -31,7 +29,7 @@ options KTRACE # System call tracing support # Diagnostic/debugging support options options DIAGNOSTIC # Cheap kernel consistency checks options DDB # kernel debugger -makeoptions DEBUG="-g" +#makeoptions DEBUG="-g" # File systems file-system FFS # Fast file system