diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-09 14:38:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-09 14:38:35 +0000 |
commit | b4fa2c69aa4c9af0aea2e22e14a471e6bbad723a (patch) | |
tree | 20dd825deebafdd7741c10ae7bd49005d32ed377 /sys | |
parent | 2fff9264aca44c617580f5a9bbf6ad67281f1b6c (diff) |
Take out DEBUG and DIAGNOSTIC to make thigns fit.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 99525f89084..21558b3da86 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 1997/07/08 21:26:31 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.10 1997/07/09 14:38:34 millert Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -25,7 +25,7 @@ option TIMEZONE="7*60" # Minutes west of GMT (for param.c) option DST=1 # Daylight savings rules (for param.c) # Standard system options -option DEBUG, DIAGNOSTIC # Extra kernel debugging +#option DEBUG, DIAGNOSTIC # Extra kernel debugging #option KTRACE # System call tracing support # File system options |