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