Replace TAB just after the keyword `options' with SPACE.

This commit is contained in:
enami 1998-09-02 02:02:33 +00:00
parent 3488d1f3c8
commit 38cae9f204
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.86 1998/07/27 18:27:08 thorpej Exp $
# $NetBSD: ALPHA,v 1.87 1998/09/02 02:02:33 enami Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -18,7 +18,7 @@ options DEC_EB164 # EB164: AlphaPC 164
options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
options DEC_KN300 # KN300: AlphaServer 4100
options DEC_KN300 # KN300: AlphaServer 4100
options DEC_550 # Miata: Digital Personal Workstation
options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A
options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.99 1998/08/11 00:28:53 thorpej Exp $
# $NetBSD: GENERIC,v 1.100 1998/09/02 02:02:34 enami Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@ -18,7 +18,7 @@ options DEC_EB164 # EB164: AlphaPC 164
options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
options DEC_KN300 # KN300: AlphaServer 4100
options DEC_KN300 # KN300: AlphaServer 4100
options DEC_550 # Miata: Digital Personal Workstation
options DEC_1000 # Mikasa etc: Digital AlphaServer 1000
options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A

View File

@ -1,16 +1,16 @@
# $NetBSD: RAWHIDE,v 1.4 1998/06/03 21:16:28 mjacob Exp $
# $NetBSD: RAWHIDE,v 1.5 1998/09/02 02:02:34 enami Exp $
#
# Alpha 4100 stripped for action server kernel.
#
include "arch/alpha/conf/std.alpha"
maxusers 64
#makeoptions DEBUG="-g"
options DEC_KN300 # KN300: AlphaServer 4100
options DEC_KN300 # KN300: AlphaServer 4100
options KTRACE # System call tracing support
options DEBUG # Expensive debugging checks/support
options KMEMSTATS # Collect kmem usage statistics
options DIAGNOSTIC # Cheap kernel consistency checks
options DDB # Kernel Dynamic Debugger
options DDB # Kernel Dynamic Debugger
file-system FFS # Fast file system
file-system MFS # Memory-based file system