* 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.
#
@ -6,27 +6,28 @@
include "arch/vax/conf/std.vax"
# Here are all different supported CPU types listed.
options "VAX8600"
options "VAX8200"
options "VAX780"
options "VAX750"
options "VAX630" # MV II
options "VAX650" # MV III, 3600, 3800, 3900
options "VAX410" # VS 2000
options "VAX43" # VS 3100/76
options "VAX8600"
options "VAX8200"
options "VAX780"
options "VAX750"
options "VAX630" # MV II
options "VAX650" # MV III, 3600, 3800, 3900
options "VAX410" # VS 2000
options "VAX43" # VS 3100/76
# Max users on system; this is just a hint
maxusers 8
# Kernel compiled-in symbolic debugger & system call tracer
options DDB
options KTRACE
#options DIAGNOSTIC
options DDB
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
options KTRACE
#options DIAGNOSTIC
#options SCSIVERBOSE # Verbose SCSI errors
# Network support
#options GATEWAY
#options GATEWAY
options INET
# All supported filesystem types
@ -41,28 +42,28 @@ file-system PROCFS
file-system UMAPFS
file-system UNION
options QUOTA
options FIFO
options NFSSERVER
options QUOTA
options FIFO
options NFSSERVER
# System V shared memory & semaphores support.
options SYSVMSG
options SYSVSEM
options SYSVSHM
options SYSVMSG
options SYSVSEM
options SYSVSHM
# Old compat stuff; needed to run 4.3BSD Reno programs.
# Note that if COMPAT_ULTRIX is set, you lose compatibility with
# 4.3BSD Reno programs and get Ultrix compatibility instead.
# (They cannot coexist).
options COMPAT_43
options COMPAT_09
options COMPAT_10
options COMPAT_11
options COMPAT_12
#options COMPAT_ULTRIX
options TCP_COMPAT_42
options COMPAT_43
options COMPAT_09
options COMPAT_10
options COMPAT_11
options COMPAT_12
#options COMPAT_ULTRIX
options TCP_COMPAT_42
options LKM
options LKM
# Kernel(s) to compile
config netbsd root on ? type ?

View File

@ -1,12 +1,12 @@
# $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
#
machine vax
options SWAPPAGER # swap and anonymous memory
options VNODEPAGER # mapped files
options DEVPAGER # mapped devices
options SWAPPAGER # swap and anonymous memory
options VNODEPAGER # mapped files
options DEVPAGER # mapped devices
options EXEC_AOUT # execve(2) support for a.out binaries
options EXEC_SCRIPT # execve(2) support for scripts
options EXEC_AOUT # execve(2) support for a.out binaries
options EXEC_SCRIPT # execve(2) support for scripts

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)