EXPLORA451 revision 1.3
11.3Shannken#	$NetBSD: EXPLORA451,v 1.3 2003/05/31 12:00:59 hannken Exp $
21.1Shannken#
31.1Shannken#	GENERIC -- everything that's currently supported
41.1Shannken#
51.1Shannken
61.1Shannkeninclude		"arch/evbppc/conf/std.explora"
71.1Shannken
81.1Shannken#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Shannken
101.1Shannken#ident 		"EXPLORA451"
111.1Shannken
121.1Shannkenmaxusers	32
131.1Shannken
141.1Shannken# Options for necessary to use root memory disk
151.1Shannken#options 	MEMORY_DISK_HOOKS
161.1Shannken#options 	MEMORY_DISK_IS_ROOT
171.1Shannken#options 	MEMORY_DISK_SERVER=0
181.1Shannken#options 	MEMORY_DISK_ROOT_SIZE=4096
191.1Shannken
201.1Shannken# Standard system options
211.1Shannken
221.1Shannkenoptions 	INSECURE	# disable kernel security levels - X needs this
231.1Shannken
241.1Shannkenoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
251.1Shannkenoptions 	NTP		# NTP phase/frequency locked loop
261.1Shannken
271.1Shannkenoptions 	KTRACE		# system call tracing via ktrace(1)
281.1Shannkenoptions 	SYSTRACE	# system call vetting via systrace(1)
291.1Shannken
301.1Shannkenoptions 	SYSVMSG		# System V-like message queues
311.1Shannkenoptions 	SYSVSEM		# System V-like semaphores
321.1Shannken#options 	SEMMNI=10	# number of semaphore identifiers
331.1Shannken#options 	SEMMNS=60	# number of semaphores in system
341.1Shannken#options 	SEMUME=10	# max number of undo entries per process
351.1Shannken#options 	SEMMNU=30	# number of undo structures in system
361.1Shannkenoptions 	SYSVSHM		# System V-like memory sharing
371.1Shannken#options 	SHMMAXPGS=2048	# 2048 pages is the default
381.1Shannken
391.1Shannkenoptions 	LKM		# loadable kernel modules
401.1Shannken
411.1Shannkenoptions 	USERCONF	# userconf(4) support
421.1Shannken#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
431.1Shannken
441.1Shannken# Enable experimental buffer queue strategy for better responsiveness under 
451.1Shannken# high disk I/O load. Use it with caution - it's not proven to be stable yet.
461.1Shannken#options 	NEW_BUFQ_STRATEGY
471.1Shannken
481.1Shannken# Diagnostic/debugging support options
491.1Shannkenoptions 	DIAGNOSTIC	# expensive kernel consistency checks
501.1Shannkenoptions 	DEBUG		# expensive debugging checks/support
511.1Shannken#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
521.1Shannkenoptions 	DDB		# in-kernel debugger
531.1Shannkenoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
541.1Shannken#options 	KGDB		# remote debugger
551.1Shannken#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
561.1Shannkenmakeoptions	DEBUG="-g"	# compile full symbol table
571.3Shannkenoptions 	SYMTAB_SPACE=300000
581.1Shannken
591.1Shannken# Compatibility options
601.1Shannkenoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
611.1Shannkenoptions 	COMPAT_09	# NetBSD 0.9,
621.1Shannkenoptions 	COMPAT_10	# NetBSD 1.0,
631.1Shannkenoptions 	COMPAT_11	# NetBSD 1.1,
641.1Shannkenoptions 	COMPAT_12	# NetBSD 1.2,
651.1Shannkenoptions 	COMPAT_13	# NetBSD 1.3,
661.1Shannkenoptions 	COMPAT_14	# NetBSD 1.4,
671.1Shannkenoptions 	COMPAT_15	# NetBSD 1.5,
681.1Shannkenoptions 	COMPAT_43	# and 4.3BSD
691.1Shannken#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
701.1Shannken
711.1Shannken# File systems
721.1Shannkenfile-system 	FFS		# UFS
731.1Shannkenfile-system 	EXT2FS		# second extended file system (linux)
741.1Shannkenfile-system 	LFS		# log-structured file system
751.1Shannkenfile-system 	MFS		# memory file system
761.1Shannkenfile-system 	NFS		# Network File System client
771.1Shannkenfile-system 	NTFS		# Windows/NT file system (experimental)
781.1Shannkenfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
791.1Shannkenfile-system 	MSDOSFS		# MS-DOS file system
801.1Shannkenfile-system 	FDESC		# /dev/fd
811.1Shannkenfile-system 	KERNFS		# /kern
821.1Shannkenfile-system 	NULLFS		# loopback file system
831.1Shannkenfile-system 	OVERLAY		# overlay file system
841.1Shannkenfile-system 	PORTAL		# portal filesystem (still experimental)
851.1Shannkenfile-system 	PROCFS		# /proc
861.1Shannkenfile-system 	UMAPFS		# NULLFS + uid and gid remapping
871.1Shannkenfile-system 	UNION		# union file system
881.1Shannkenfile-system	CODA		# Coda File System; also needs vcoda (below)
891.1Shannkenfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
901.1Shannken
911.1Shannken# File system options
921.1Shannkenoptions 	QUOTA		# UFS quotas
931.1Shannken#options 	FFS_EI		# FFS Endian Independent support
941.1Shannkenoptions 	SOFTDEP		# FFS soft updates support.
951.1Shannkenoptions 	NFSSERVER	# Network File System server
961.1Shannken#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
971.1Shannken				# immutable) behave as system flags.
981.1Shannken
991.1Shannken# Networking options
1001.1Shannken#options 	GATEWAY		# packet forwarding
1011.1Shannkenoptions 	INET		# IP + ICMP + TCP + UDP
1021.1Shannkenoptions 	INET6		# IPV6
1031.1Shannken#options 	IPSEC		# IP security
1041.1Shannken#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1051.1Shannken#options 	IPSEC_DEBUG	# debug for IP security
1061.1Shannken#options 	MROUTING	# IP multicast routing
1071.1Shannken#options 	NS		# XNS
1081.1Shannken#options 	NSIP		# XNS tunneling over IP
1091.1Shannkenoptions 	ISO,TPIP	# OSI
1101.1Shannken#options 	EON		# OSI tunneling over IP
1111.1Shannkenoptions 	CCITT,LLC,HDLC	# X.25
1121.1Shannkenoptions 	NETATALK	# AppleTalk networking protocols
1131.1Shannkenoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1141.1Shannkenoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1151.1Shannkenoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1161.1Shannkenoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1171.1Shannkenoptions 	IPFILTER_LOG	# ipmon(8) log support
1181.1Shannken#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1191.1Shannken#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1201.1Shannken
1211.1Shannken# Options for wscons
1221.1Shannken#
1231.1Shannken# builtin terminal emulations
1241.1Shannken#options 	WSEMUL_SUN		# sun terminal emulation
1251.1Shannkenoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1261.1Shannken# different kernel output - see dev/wscons/wsdisplayvar.h
1271.1Shannkenoptions 	WS_KERNEL_FG=WSCOL_GREEN
1281.1Shannken#options 	WS_KERNEL_BG=WSCOL_BLACK
1291.1Shannken# compatibility to other console drivers
1301.1Shannken#options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1311.1Shannken#options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1321.1Shannken#options 	WSDISPLAY_COMPAT_USL		# VT handling
1331.1Shannken#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1341.1Shannken# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
1351.1Shannken#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1361.1Shannken# allocate a number of virtual screens at autoconfiguration time
1371.1Shannkenoptions 	WSDISPLAY_DEFAULTSCREENS=1
1381.1Shannken
1391.1Shannken# Options for netboot
1401.1Shannkenoptions 	NFS_BOOT_BOOTPARAM
1411.1Shannkenoptions 	NFS_BOOT_DHCP
1421.1Shannken
1431.1Shannkenconfig		netbsd  root on ? type ?
1441.1Shannken
1451.1Shannkenelb0		at root
1461.1Shannken
1471.1Shannkencpu0		at elb?
1481.1Shannkencom0		at elb?
1491.1Shannkenlpt0		at elb?
1501.1Shannkenle0		at elb?
1511.1Shannken
1521.1Shannkenfb0		at elb?
1531.1Shannkenwsdisplay*	at fb?
1541.1Shannken
1551.1Shannkenpckbc0		at elb?
1561.1Shannkenpckbd*		at pckbc?
1571.1Shannkenwskbd*		at pckbd? console ?
1581.1Shannkenpms*		at pckbc?
1591.1Shannkenwsmouse*	at pms? mux 0
1601.1Shannken
1611.1Shannken# Pseudo-Devices
1621.1Shannken
1631.1Shannken# disk/mass storage pseudo-devices
1641.1Shannken
1651.1Shannkenpseudo-device	md		1	# memory disk device (ramdisk)
1661.1Shannkenpseudo-device	vnd		4	# disk-like interface to files
1671.1Shannken
1681.1Shannken# network pseudo-devices
1691.1Shannkenpseudo-device	bpfilter	8	# Berkeley packet filter
1701.1Shannkenpseudo-device	ipfilter		# IP filter (firewall) and NAT
1711.1Shannkenpseudo-device	loop			# network loopback
1721.1Shannkenpseudo-device	ppp		2	# Point-to-Point Protocol
1731.1Shannkenpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1741.1Shannkenpseudo-device	sl		2	# Serial Line IP
1751.1Shannkenpseudo-device	strip		2	# Starmode Radio IP (Metricom)
1761.1Shannkenpseudo-device	irframetty		# IrDA frame line discipline
1771.1Shannkenpseudo-device	tun		2	# network tunneling over tty
1781.1Shannkenpseudo-device	gre		2	# generic L3 over IP tunnel
1791.1Shannkenpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1801.1Shannken#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1811.1Shannken#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1821.1Shannkenpseudo-device	vlan			# IEEE 802.1q encapsulation
1831.1Shannkenpseudo-device	bridge			# simple inter-network bridging
1841.1Shannken#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1851.1Shannken
1861.1Shannken# miscellaneous pseudo-devices
1871.1Shannkenpseudo-device	pty			# pseudo-terminals
1881.1Shannkenpseudo-device	tb		1	# tablet line discipline
1891.1Shannkenpseudo-device	rnd			# /dev/random and in-kernel generator
1901.1Shannken#options 	RND_COM			# use "com" randomness as well (BROKEN)
1911.1Shannkenpseudo-device	clockctl		# user control of clock subsystem
1921.1Shannken
1931.1Shannken# a pseudo device needed for Coda	# also needs CODA (above)
1941.1Shannkenpseudo-device	vcoda		4	# coda minicache <-> venus comm.
1951.1Shannken
1961.1Shannken# a pseudo device needed for SMBFS
1971.1Shannkenpseudo-device	nsmb			# experimental - SMB requester
1981.1Shannken
1991.1Shannken# wscons pseudo-devices
2001.1Shannkenpseudo-device	wsmux			# mouse & keyboard multiplexor
2011.1Shannkenpseudo-device	wsfont
2021.3Shannkenpseudo-device	ksyms			# /dev/ksyms
203