DISKLESS3X revision 1.8
11.8Sgwr# $NetBSD: DISKLESS3X,v 1.8 1997/10/07 17:50:50 gwr Exp $
21.1Sgwr
31.1Sgwr# DISKLESS Sun3x (3/80, 3/470)
41.3Sgwr# Root and swap on NFS
51.1Sgwr# Includes devices needed to run as an X-terminal
61.1Sgwr
71.1Sgwrinclude "arch/sun3x/conf/std.sun3x"
81.1Sgwr
91.1Sgwr# Machines to be supported by this kernel
101.1Sgwr# options 	FPU_EMULATE	# XXX - Ever needed?
111.1Sgwr
121.1Sgwr# Needs to be set per system.  i.e change these as you see fit
131.1Sgwrmaxusers	4
141.1Sgwr
151.1Sgwr# Standard system options
161.8Sgwroptions 	KTRACE		# system call tracing
171.8Sgwroptions 	SYSVMSG		# System V message queues
181.8Sgwroptions 	SYSVSEM		# System V semaphores
191.8Sgwroptions 	SYSVSHM		# System V shared memory
201.8Sgwr#options 	SHMMAXPGS=1024	# 1024 pages is the default
211.8Sgwr#options 	LKM		# loadable kernel modules
221.8Sgwr#options 	INSECURE	# disable kernel security level
231.8Sgwr#options 	UCONSOLE	# Allow non-root TIOCCONS
241.1Sgwr
251.8Sgwr# Which kernel debugger?  Uncomment either this:
261.8Sgwroptions 	DDB
271.3Sgwr# ... or these for KGDB (gdb remote target)
281.8Sgwr#makeoptions DEBUG="-g"		# debugging symbols for gdb
291.1Sgwr#options 	KGDB
301.8Sgwr#options 	KGDBDEV=0x0C01	# ttya=0C00 ttyb=0C01
311.8Sgwr
321.8Sgwr# Other debugging options
331.8Sgwr#options 	DEBUG		# kernel debugging code
341.8Sgwr#options 	DIAGNOSTIC	# extra kernel sanity checking
351.8Sgwr#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
361.8Sgwr#options 	PMAP_DEBUG
371.8Sgwr
381.8Sgwr# Compatability options
391.8Sgwroptions 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
401.8Sgwroptions 	COMPAT_43	# and 4.3BSD and ...
411.8Sgwroptions 	COMPAT_12	# NetBSD 1.2
421.1Sgwr
431.1Sgwr# Filesystem options
441.8Sgwrfile-system	NFS		# Sun NFS client support
451.6Slukemfile-system	FDESC		# /dev/fd/*
461.6Slukemfile-system	KERNFS		# /kern
471.6Slukemfile-system	NULLFS		# loopback file system
481.6Slukemfile-system	PROCFS		# /proc
491.2Sthorpej
501.1Sgwroptions 	FIFO		# FIFOs; RECOMMENDED
511.1Sgwr
521.1Sgwr# Networking options
531.1Sgwroptions 	INET		# IP prototol stack support
541.8Sgwroptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
551.6Slukem#options 	GATEWAY		# IP packet forwarding
561.8Sgwr
571.8Sgwr# Work-around for root on slow servers (insurance...)
581.1Sgwroptions 	NFS_BOOT_RWSIZE=1024
591.1Sgwr
601.2Sthorpejconfig		netbsd root on ? type nfs
611.1Sgwr
621.1Sgwr#
631.1Sgwr# Serial ports
641.1Sgwr#
651.6Slukemzstty0	at zsc1 channel 0	# ttya
661.6Slukemzstty1	at zsc1 channel 1	# ttyb
671.1Sgwr
681.6Slukemkbd0	at zsc0 channel 0	# keyboard
691.6Slukemms0	at zsc0 channel 1	# mouse
701.1Sgwr
711.1Sgwr#
721.1Sgwr# Network devices
731.1Sgwr#
741.1Sgwr
751.8Sgwr# Intel Ethernet
761.8Sgwrie0 at obio0 addr 0x65000000 ipl 3
771.8Sgwr
781.1Sgwr# Lance Ethernet (only onboard)
791.1Sgwrle0 at obio0 addr 0x65002000 ipl 3
801.1Sgwr
811.1Sgwr#
821.1Sgwr# Frame buffer devices
831.1Sgwr#
841.1Sgwr
851.8Sgwr# bwtwo - Monochrome frame buffer.
861.4Sjeremybwtwo0 at obmem0 addr 0x50400000 ipl 4
871.1Sgwr
881.1Sgwr# Misc.
891.6Slukempseudo-device	loop		1	# network loopback
901.8Sgwrpseudo-device	sl		2	# CSLIP
911.8Sgwrpseudo-device	ppp		2	# PPP
921.1Sgwr
931.6Slukempseudo-device	pty		32	# pseudo-terminals
94