DISKLESS revision 1.4
11.4Sgwr#	$NetBSD: DISKLESS,v 1.4 1994/12/12 18:58:45 gwr Exp $
21.3Sgwr
31.1Sgwr#
41.1Sgwr# DISKLESS -- config file for a diskless Sun3/50 or Sun3/60
51.3Sgwr#
61.1Sgwr
71.1Sgwrinclude "std.sun3"
81.1Sgwr
91.1Sgwr# Machines to be supported by this kernel
101.1Sgwroptions		"SUN3_50"
111.1Sgwroptions		"SUN3_60"
121.1Sgwr
131.1Sgwr# Needs to be set per system.  i.e change these as you see fit
141.1Sgwrmaxusers	4
151.1Sgwroptions		TIMEZONE=300		# minutes west of GMT (for param.c)
161.1Sgwroptions 	DST=2			# daylight savings rules (for param.c)
171.1Sgwr
181.1Sgwr# Standard system options
191.1Sgwroptions		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
201.1Sgwroptions		KTRACE				# system call tracing support
211.1Sgwr#makeoptions	DEBUG="-g"			# symbols for kgdb + nm
221.1Sgwr# I use DDB by copying in the symbols with dbsym.
231.1Sgwroptions		DDB
241.4Sgwroptions		SYMTAB_SPACE=89000
251.1Sgwr
261.1Sgwr# Filesystem options
271.1Sgwroptions 	NFSSERVER			# nfs server support
281.1Sgwroptions 	NFSCLIENT			# nfs client support
291.1Sgwroptions 	FFS				# ufs file system
301.1Sgwr
311.1Sgwr# Networking options
321.1Sgwroptions		INET				# IP prototol stack support
331.1Sgwr
341.4Sgwr# Compatability options
351.4Sgwroptions		COMPAT_SUNOS	# can run SunOS 4.1.1 executables
361.4Sgwroptions		COMPAT_09	# NetBSD 0.9,
371.4Sgwroptions		COMPAT_10	# NetBSD 1.0,
381.4Sgwroptions		COMPAT_43	# and 4.3BSD
391.4Sgwroptions		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
401.1Sgwr
411.1Sgwr# Sun3-specific debugging options
421.1Sgwroptions 	CONTEXT_DEBUG
431.1Sgwroptions 	PMAP_DEBUG
441.1Sgwr#options 	VMFAULT_TRACE
451.1Sgwr#options 	SYSCALL_DEBUG
461.1Sgwroptions 	EXEC_DEBUG
471.1Sgwroptions 	DIAGNOSTIC
481.1Sgwroptions 	SCSIDEBUG
491.1Sgwr
501.1Sgwrconfig		netbsd swap nfs
511.1Sgwr
521.4Sgwr# Devices
531.1Sgwr
541.4Sgwr#ie0 at obio? addr ? level ?
551.4Sgwrle0 at obio? addr ? level ?
561.1Sgwr
571.1Sgwrpseudo-device	loop
581.1Sgwrpseudo-device	pty
59