* add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file

* fix up use of 'options<SPACE><TAB>'
This commit is contained in:
lukem 1997-11-17 01:58:31 +00:00
parent bbee567187
commit e8cb388f65
20 changed files with 79 additions and 52 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS3X,v 1.9 1997/10/17 04:29:59 gwr Exp $
# $NetBSD: DISKLESS3X,v 1.10 1997/11/17 01:58:35 lukem Exp $
# DISKLESS Sun3x (3/80, 3/470)
# Root and swap on NFS
@ -30,6 +30,7 @@ options DDB
#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # kernel debugging code
#options DIAGNOSTIC # extra kernel sanity checking
#options KMEMSTATS # kernel memory statistics (vmstat -m)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.42 1997/10/17 03:17:01 gwr Exp $
# $NetBSD: GENERIC,v 1.43 1997/11/17 01:58:31 lukem Exp $
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
# Supports root on: ie0, le0, sd*, ...
@ -30,6 +30,7 @@ options DDB
#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # kernel debugging code
#options DIAGNOSTIC # extra kernel sanity checking
#options KMEMSTATS # kernel memory statistics (vmstat -m)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC3X,v 1.13 1997/10/17 02:55:40 gwr Exp $
# $NetBSD: GENERIC3X,v 1.14 1997/11/17 01:58:35 lukem Exp $
# GENERIC Sun3x (3/80, 3/470)
# Supports root on: le0, sd*
@ -29,6 +29,7 @@ options DDB
#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # kernel debugging code
#options DIAGNOSTIC # extra kernel sanity checking
#options KMEMSTATS # kernel memory statistics (vmstat -m)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_KGDB,v 1.11 1997/05/07 02:15:02 lukem Exp $
# $NetBSD: GENERIC_KGDB,v 1.12 1997/11/17 01:58:32 lukem Exp $
#
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -27,6 +27,9 @@ makeoptions DEBUG="-g" # debugging symbols for gdb
options KGDB
options KGDBDEV=0x0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
# Filesystem options
file-system FFS # ufs file system
file-system NFS # nfs client support

View File

@ -1,4 +1,4 @@
# $NetBSD: KGDB,v 1.11 1997/05/07 02:15:02 lukem Exp $
# $NetBSD: KGDB,v 1.12 1997/11/17 01:58:32 lukem Exp $
#
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -27,6 +27,9 @@ makeoptions DEBUG="-g" # debugging symbols for gdb
options KGDB
options KGDBDEV=0x0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
# Filesystem options
file-system FFS # ufs file system
file-system NFS # nfs client support

View File

@ -1,4 +1,4 @@
# $NetBSD: KGDB3X,v 1.13 1997/10/17 02:55:40 gwr Exp $
# $NetBSD: KGDB3X,v 1.14 1997/11/17 01:58:35 lukem Exp $
# GENERIC Sun3x (3/80, 3/470)
# Supports root on: le0, sd*
@ -29,6 +29,7 @@ options DDB
#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # kernel debugging code
#options DIAGNOSTIC # extra kernel sanity checking
#options KMEMSTATS # kernel memory statistics (vmstat -m)

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.11 1997/05/07 02:15:03 lukem Exp $
# $NetBSD: RAMDISK,v 1.12 1997/11/17 01:58:33 lukem Exp $
#
# RAMDISK: Root/swap on ramdisk
@ -26,6 +26,9 @@ makeoptions DEBUG="-g" # debugging symbols for gdb
options KGDB
options KGDBDEV=0x0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MINIROOTSIZE=512 # 256K

View File

@ -1,4 +1,4 @@
# $NetBSD: SMD_TEST,v 1.10 1997/05/07 02:15:03 lukem Exp $
# $NetBSD: SMD_TEST,v 1.11 1997/11/17 01:58:33 lukem Exp $
#
# SMD_TEST - for Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -24,6 +24,9 @@ options DDB
#options KGDB
#options KGDBDEV=0x0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
# Filesystem options
file-system FFS # ufs file system
file-system NFS # nfs client support

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.9 1997/10/17 04:29:59 gwr Exp $
# $NetBSD: DISKLESS,v 1.10 1997/11/17 01:58:35 lukem Exp $
# DISKLESS Sun3x (3/80, 3/470)
# Root and swap on NFS
@ -30,6 +30,7 @@ options DDB
#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # kernel debugging code
#options DIAGNOSTIC # extra kernel sanity checking
#options KMEMSTATS # kernel memory statistics (vmstat -m)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.13 1997/10/17 02:55:40 gwr Exp $
# $NetBSD: GENERIC,v 1.14 1997/11/17 01:58:35 lukem Exp $
# GENERIC Sun3x (3/80, 3/470)
# Supports root on: le0, sd*
@ -29,6 +29,7 @@ options DDB
#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01
# Other debugging options
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # kernel debugging code
#options DIAGNOSTIC # extra kernel sanity checking
#options KMEMSTATS # kernel memory statistics (vmstat -m)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.24 1997/08/23 19:19:31 mjacob Exp $
# $NetBSD: GENERIC,v 1.25 1997/11/17 01:58:37 lukem Exp $
#
# GENERIC VAX configuration file; all supported devices.
#
@ -20,6 +20,7 @@ maxusers 8
# Kernel compiled-in symbolic debugger & system call tracer
options DDB
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
options KTRACE
#options DIAGNOSTIC

View File

@ -1,4 +1,4 @@
# $NetBSD: std.vax,v 1.5 1997/01/12 12:38:58 ragge Exp $
# $NetBSD: std.vax,v 1.6 1997/11/17 01:58:38 lukem Exp $
#
# Std vaxfiles
#

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.17 1997/10/19 09:29:55 oki Exp $
# $NetBSD: ALL,v 1.18 1997/11/17 01:58:39 lukem Exp $
#
# ALL -- everything that's currently supported
@ -26,6 +26,7 @@ options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
options DIAGNOSTIC # internal consistency checking
options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,11 +1,11 @@
# $NetBSD: EMPTY,v 1.5 1997/05/08 16:39:36 oki Exp $
# $NetBSD: EMPTY,v 1.6 1997/11/17 01:58:40 lukem Exp $
#
# EMPTY
#
#--- from std.x68k
# $NetBSD: EMPTY,v 1.5 1997/05/08 16:39:36 oki Exp $
# $NetBSD: EMPTY,v 1.6 1997/11/17 01:58:40 lukem Exp $
#
# standard x68k information
#
@ -53,6 +53,7 @@ options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
#options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DIAGNOSTIC # internal consistency checking
options FIFO # FIFOs; RECOMMENDED

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.14 1997/10/19 16:04:57 oki Exp $
# $NetBSD: GENERIC,v 1.15 1997/11/17 01:58:40 lukem Exp $
#
# GENERIC
@ -26,6 +26,7 @@ options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
#options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DIAGNOSTIC # internal consistency checking
options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,4 +1,4 @@
# $NetBSD: JUPITER,v 1.7 1997/06/12 18:42:26 mrg Exp $
# $NetBSD: JUPITER,v 1.8 1997/11/17 01:58:41 lukem Exp $
#
# JUPITER
@ -26,6 +26,7 @@ options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
options DIAGNOSTIC # internal consistency checking
options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,4 +1,4 @@
# $NetBSD: MARINE,v 1.8 1997/06/12 18:42:28 mrg Exp $
# $NetBSD: MARINE,v 1.9 1997/11/17 01:58:42 lukem Exp $
#
# MARINE
@ -26,6 +26,7 @@ options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DIAGNOSTIC # internal consistency checking
#options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,4 +1,4 @@
# $NetBSD: NBTY,v 1.8 1997/10/15 23:39:23 thorpej Exp $
# $NetBSD: NBTY,v 1.9 1997/11/17 01:58:44 lukem Exp $
#
# ALL -- everything that's currently supported
@ -25,6 +25,7 @@ options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
options DIAGNOSTIC # internal consistency checking
options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,4 +1,4 @@
# $NetBSD: SMALL,v 1.6 1997/06/12 18:42:30 mrg Exp $
# $NetBSD: SMALL,v 1.7 1997/11/17 01:58:45 lukem Exp $
#
# SMALL
@ -21,6 +21,7 @@ options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DIAGNOSTIC # internal consistency checking
#options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,4 +1,4 @@
# $NetBSD: SMALL030,v 1.6 1997/06/12 18:42:33 mrg Exp $
# $NetBSD: SMALL030,v 1.7 1997/11/17 01:58:45 lukem Exp $
#
# SMALL030 -- small configuration with mc68030 processor
@ -25,6 +25,7 @@ maxusers 8
options SWAPPAGER # paging
options VNODEPAGER,DEVPAGER # vnode and device node caching
#options DDB # kernel debugger; recommended
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DIAGNOSTIC # internal consistency checking
#options KTRACE # system call tracing, a la ktrace(1)