DISKLESS3X revision 1.11
11.11Skleink# $NetBSD: DISKLESS3X,v 1.11 1997/12/01 16:11:39 kleink 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.9Sgwrmaxusers	2
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.10Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
341.8Sgwr#options 	DEBUG		# kernel debugging code
351.8Sgwr#options 	DIAGNOSTIC	# extra kernel sanity checking
361.8Sgwr#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
371.8Sgwr#options 	PMAP_DEBUG
381.8Sgwr
391.8Sgwr# Compatability options
401.8Sgwroptions 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
411.8Sgwroptions 	COMPAT_43	# and 4.3BSD and ...
421.9Sgwroptions 	COMPAT_10	# NetBSD 1.0
431.9Sgwroptions 	COMPAT_11	# NetBSD 1.1
441.8Sgwroptions 	COMPAT_12	# NetBSD 1.2
451.11Skleinkoptions 	COMPAT_13	# NetBSD 1.3
461.1Sgwr
471.1Sgwr# Filesystem options
481.9Sgwr#file-system	FFS		# Berkeley Fast Filesystem
491.8Sgwrfile-system	NFS		# Sun NFS client support
501.9Sgwr#file-system	CD9660		# ISO 9660 + Rock Ridge file system
511.9Sgwr#file-system	MSDOSFS		# MS-DOS FAT file system
521.6Slukemfile-system	FDESC		# /dev/fd/*
531.6Slukemfile-system	KERNFS		# /kern
541.6Slukemfile-system	NULLFS		# loopback file system
551.6Slukemfile-system	PROCFS		# /proc
561.9Sgwr#file-system	UNION		# union file system
571.9Sgwr#file-system	MFS		# memory-based filesystem
581.2Sthorpej
591.1Sgwroptions 	FIFO		# FIFOs; RECOMMENDED
601.9Sgwr#options 	NFSSERVER	# nfs server support
611.9Sgwr#options 	QUOTA		# FFS quotas
621.1Sgwr
631.1Sgwr# Networking options
641.1Sgwroptions 	INET		# IP prototol stack support
651.8Sgwroptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
661.6Slukem#options 	GATEWAY		# IP packet forwarding
671.9Sgwr#options 	ISO,TPIP	# OSI networking
681.9Sgwr#options 	EON		# OSI tunneling over IP
691.9Sgwr#options 	CCITT,LLC,HDLC	# X.25
701.9Sgwr#options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
711.8Sgwr
721.8Sgwr# Work-around for root on slow servers (insurance...)
731.1Sgwroptions 	NFS_BOOT_RWSIZE=1024
741.1Sgwr
751.2Sthorpejconfig		netbsd root on ? type nfs
761.1Sgwr
771.1Sgwr#
781.1Sgwr# Serial ports
791.1Sgwr#
801.6Slukemzstty0	at zsc1 channel 0	# ttya
811.6Slukemzstty1	at zsc1 channel 1	# ttyb
821.1Sgwr
831.6Slukemkbd0	at zsc0 channel 0	# keyboard
841.6Slukemms0	at zsc0 channel 1	# mouse
851.1Sgwr
861.1Sgwr#
871.1Sgwr# Network devices
881.1Sgwr#
891.1Sgwr
901.8Sgwr# Intel Ethernet
911.8Sgwrie0 at obio0 addr 0x65000000 ipl 3
921.8Sgwr
931.1Sgwr# Lance Ethernet (only onboard)
941.1Sgwrle0 at obio0 addr 0x65002000 ipl 3
951.1Sgwr
961.1Sgwr#
971.1Sgwr# Frame buffer devices
981.1Sgwr#
991.1Sgwr
1001.8Sgwr# bwtwo - Monochrome frame buffer.
1011.4Sjeremybwtwo0 at obmem0 addr 0x50400000 ipl 4
1021.1Sgwr
1031.1Sgwr# Misc.
1041.6Slukempseudo-device	loop		1	# network loopback
1051.9Sgwrpseudo-device	bpfilter	8	# packet filter
1061.8Sgwrpseudo-device	sl		2	# CSLIP
1071.8Sgwrpseudo-device	ppp		2	# PPP
1081.9Sgwrpseudo-device	tun		2	# network tunneling over tty
1091.9Sgwr#pseudo-device	ipfilter		# ip filter
1101.1Sgwr
1111.6Slukempseudo-device	pty		32	# pseudo-terminals
112