DISKLESS revision 1.1
11.1Sgwr#
21.1Sgwr# DISKLESS -- config file for a diskless Sun3/50 or Sun3/60
31.1Sgwr# $Id: DISKLESS,v 1.1 1994/07/29 04:19:59 gwr Exp $
41.1Sgwr#
51.1Sgwr
61.1Sgwrinclude "std.sun3"
71.1Sgwr
81.1Sgwr# Machines to be supported by this kernel
91.1Sgwroptions		"SUN3_50"
101.1Sgwroptions		"SUN3_60"
111.1Sgwr
121.1Sgwr# Needs to be set per system.  i.e change these as you see fit
131.1Sgwrmaxusers	4
141.1Sgwroptions		TIMEZONE=300		# minutes west of GMT (for param.c)
151.1Sgwroptions 	DST=2			# daylight savings rules (for param.c)
161.1Sgwr
171.1Sgwr# Standard system options
181.1Sgwroptions		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
191.1Sgwroptions		KTRACE				# system call tracing support
201.1Sgwr#makeoptions	DEBUG="-g"			# symbols for kgdb + nm
211.1Sgwr# I use DDB by copying in the symbols with dbsym.
221.1Sgwroptions		DDB
231.1Sgwroptions		SYMTAB_SPACE=88000
241.1Sgwr
251.1Sgwr# Filesystem options
261.1Sgwroptions 	NFSSERVER			# nfs server support
271.1Sgwroptions 	NFSCLIENT			# nfs client support
281.1Sgwroptions 	FFS				# ufs file system
291.1Sgwr
301.1Sgwr# Networking options
311.1Sgwroptions		INET				# IP prototol stack support
321.1Sgwr
331.1Sgwr# Sun3-specific options
341.1Sgwroptions		COMPAT_SUNOS
351.1Sgwroptions		COMPAT_09
361.1Sgwr
371.1Sgwr# Sun3-specific debugging options
381.1Sgwroptions 	CONTEXT_DEBUG
391.1Sgwroptions 	PMAP_DEBUG
401.1Sgwr#options 	VMFAULT_TRACE
411.1Sgwr#options 	SYSCALL_DEBUG
421.1Sgwroptions 	EXEC_DEBUG
431.1Sgwroptions 	DIAGNOSTIC
441.1Sgwroptions 	SCSIDEBUG
451.1Sgwr
461.1Sgwrconfig		netbsd swap nfs
471.1Sgwr#config		netbsd root on nfs swap on nfs
481.1Sgwr
491.1Sgwrle0 at obio? addr ? level 3
501.1Sgwr
511.1Sgwrzs0 at obio? addr  0x20000 level 2
521.1Sgwrzs1 at obio? addr  0x00000 level 2
531.1Sgwrkd0 at mainbus0
541.1Sgwr
551.1Sgwrsi0 at obio? addr ? level ?
561.1Sgwrscsibus* at scsi?
571.1Sgwrsd* at scsibus? target ? lun ?
581.1Sgwrst* at scsibus? target ? lun ?
591.1Sgwrcd* at scsibus? target ? lun ?
601.1Sgwr#ch* at scsibus? target ? lun ?
611.1Sgwr
621.1Sgwridprom0 at obctl? addr ? size ?
631.1Sgwr
641.1Sgwr#prom0 at mainbus0
651.1Sgwr
661.1Sgwrpseudo-device	loop
671.1Sgwrpseudo-device	pty
68