DISKLESS revision 1.3
11.2Scgd#	$NetBSD: DISKLESS,v 1.3 1994/11/21 21:26:40 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.1Sgwroptions		SYMTAB_SPACE=88000
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.1Sgwr# Sun3-specific options
351.1Sgwroptions		COMPAT_SUNOS
361.1Sgwroptions		COMPAT_09
371.1Sgwr
381.1Sgwr# Sun3-specific debugging options
391.1Sgwroptions 	CONTEXT_DEBUG
401.1Sgwroptions 	PMAP_DEBUG
411.1Sgwr#options 	VMFAULT_TRACE
421.1Sgwr#options 	SYSCALL_DEBUG
431.1Sgwroptions 	EXEC_DEBUG
441.1Sgwroptions 	DIAGNOSTIC
451.1Sgwroptions 	SCSIDEBUG
461.1Sgwr
471.1Sgwrconfig		netbsd swap nfs
481.1Sgwr#config		netbsd root on nfs swap on nfs
491.1Sgwr
501.1Sgwrle0 at obio? addr ? level 3
511.1Sgwr
521.1Sgwrzs0 at obio? addr  0x20000 level 2
531.1Sgwrzs1 at obio? addr  0x00000 level 2
541.1Sgwrkd0 at mainbus0
551.1Sgwr
561.1Sgwrsi0 at obio? addr ? level ?
571.1Sgwrscsibus* at scsi?
581.1Sgwrsd* at scsibus? target ? lun ?
591.1Sgwrst* at scsibus? target ? lun ?
601.1Sgwrcd* at scsibus? target ? lun ?
611.1Sgwr#ch* at scsibus? target ? lun ?
621.1Sgwr
631.1Sgwridprom0 at obctl? addr ? size ?
641.1Sgwr
651.1Sgwr#prom0 at mainbus0
661.1Sgwr
671.1Sgwrpseudo-device	loop
681.1Sgwrpseudo-device	pty
69