GENERIC revision 1.10
11.10Sgwr#	$NetBSD: GENERIC,v 1.10 1994/12/12 18:58:46 gwr Exp $
21.9Sgwr
31.1Sglass#
41.7Sgwr# GENERIC kernel - supports root on: le0, sd*
51.9Sgwr#
61.1Sglass
71.3Sglassinclude "std.sun3"
81.1Sglass
91.4Sgwr# Machines to be supported by this kernel
101.3Sglassoptions		"SUN3_50"
111.3Sglassoptions		"SUN3_60"
121.7Sgwroptions		GENERIC
131.3Sglass
141.4Sgwr# Needs to be set per system.  i.e change these as you see fit
151.3Sglassmaxusers	4
161.10Sgwroptions		TIMEZONE=300		# minutes west of GMT (for param.c)
171.4Sgwroptions 	DST=2			# daylight savings rules (for param.c)
181.4Sgwr
191.4Sgwr# Standard system options
201.4Sgwroptions		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
211.4Sgwroptions		KTRACE				# system call tracing support
221.7Sgwr#makeoptions	DEBUG="-g"			# symbols for kgdb + nm
231.7Sgwr# I use DDB by copying in the symbols with dbsym.
241.7Sgwroptions		DDB
251.10Sgwroptions		SYMTAB_SPACE=89000
261.1Sglass
271.4Sgwr# Filesystem options
281.4Sgwroptions 	NFSSERVER			# nfs server support
291.4Sgwroptions 	NFSCLIENT			# nfs client support
301.4Sgwroptions 	FFS				# ufs file system
311.4Sgwr
321.4Sgwr# Networking options
331.4Sgwroptions		INET				# IP prototol stack support
341.3Sglass
351.10Sgwr# Compatability options
361.10Sgwroptions		COMPAT_SUNOS	# can run SunOS 4.1.1 executables
371.10Sgwroptions		COMPAT_09	# NetBSD 0.9,
381.10Sgwroptions		COMPAT_10	# NetBSD 1.0,
391.10Sgwroptions		COMPAT_43	# and 4.3BSD
401.10Sgwroptions		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
411.3Sglass
421.4Sgwr# Sun3-specific debugging options
431.7Sgwroptions 	CONTEXT_DEBUG
441.7Sgwroptions 	PMAP_DEBUG
451.3Sglass#options 	VMFAULT_TRACE
461.4Sgwr#options 	SYSCALL_DEBUG
471.7Sgwroptions 	EXEC_DEBUG
481.7Sgwroptions 	DIAGNOSTIC
491.7Sgwroptions 	SCSIDEBUG
501.3Sglass
511.1Sglassconfig		netbsd swap generic
521.1Sglass
531.10Sgwr# Devices
541.4Sgwr
551.10Sgwr#ie0 at obio? addr ? level ?
561.10Sgwrle0 at obio? addr ? level ?
571.4Sgwr
581.7Sgwrsi0 at obio? addr ? level ?
591.10Sgwr
601.7Sgwrscsibus* at scsi?
611.7Sgwrsd* at scsibus? target ? lun ?
621.7Sgwrst* at scsibus? target ? lun ?
631.7Sgwrcd* at scsibus? target ? lun ?
641.4Sgwr#ch* at scsibus? target ? lun ?
651.1Sglass
661.4Sgwrpseudo-device	loop
671.4Sgwrpseudo-device	pty
68