Home | History | Annotate | Line # | Download | only in conf
EXPLORA451 revision 1.11
      1  1.11       dsl #	$NetBSD: EXPLORA451,v 1.11 2005/02/18 21:05:51 dsl Exp $
      2   1.1   hannken #
      3   1.1   hannken #	GENERIC -- everything that's currently supported
      4   1.1   hannken #
      5   1.1   hannken 
      6   1.1   hannken include		"arch/evbppc/conf/std.explora"
      7   1.1   hannken 
      8   1.1   hannken #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9   1.1   hannken 
     10   1.1   hannken #ident 		"EXPLORA451"
     11   1.1   hannken 
     12   1.1   hannken maxusers	32
     13   1.1   hannken 
     14   1.1   hannken # Options for necessary to use root memory disk
     15   1.1   hannken #options 	MEMORY_DISK_HOOKS
     16   1.1   hannken #options 	MEMORY_DISK_IS_ROOT
     17   1.1   hannken #options 	MEMORY_DISK_SERVER=0
     18   1.1   hannken #options 	MEMORY_DISK_ROOT_SIZE=4096
     19   1.1   hannken 
     20   1.1   hannken # Standard system options
     21   1.1   hannken 
     22   1.1   hannken options 	INSECURE	# disable kernel security levels - X needs this
     23   1.1   hannken 
     24   1.1   hannken options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     25   1.1   hannken options 	NTP		# NTP phase/frequency locked loop
     26   1.1   hannken 
     27   1.1   hannken options 	KTRACE		# system call tracing via ktrace(1)
     28   1.1   hannken options 	SYSTRACE	# system call vetting via systrace(1)
     29   1.1   hannken 
     30   1.1   hannken options 	SYSVMSG		# System V-like message queues
     31   1.1   hannken options 	SYSVSEM		# System V-like semaphores
     32   1.1   hannken #options 	SEMMNI=10	# number of semaphore identifiers
     33   1.1   hannken #options 	SEMMNS=60	# number of semaphores in system
     34   1.1   hannken #options 	SEMUME=10	# max number of undo entries per process
     35   1.1   hannken #options 	SEMMNU=30	# number of undo structures in system
     36   1.1   hannken options 	SYSVSHM		# System V-like memory sharing
     37   1.1   hannken #options 	SHMMAXPGS=2048	# 2048 pages is the default
     38   1.1   hannken 
     39   1.1   hannken options 	LKM		# loadable kernel modules
     40   1.1   hannken 
     41   1.1   hannken options 	USERCONF	# userconf(4) support
     42   1.1   hannken #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     43   1.5    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     44   1.1   hannken 
     45   1.1   hannken # Enable experimental buffer queue strategy for better responsiveness under 
     46   1.1   hannken # high disk I/O load. Use it with caution - it's not proven to be stable yet.
     47   1.1   hannken #options 	NEW_BUFQ_STRATEGY
     48   1.1   hannken 
     49   1.1   hannken # Diagnostic/debugging support options
     50   1.1   hannken options 	DIAGNOSTIC	# expensive kernel consistency checks
     51   1.1   hannken options 	DEBUG		# expensive debugging checks/support
     52   1.1   hannken #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     53   1.1   hannken options 	DDB		# in-kernel debugger
     54   1.1   hannken options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     55   1.1   hannken #options 	KGDB		# remote debugger
     56   1.1   hannken #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     57   1.1   hannken makeoptions	DEBUG="-g"	# compile full symbol table
     58   1.8       chs options 	SYMTAB_SPACE=320000
     59   1.1   hannken 
     60   1.1   hannken # Compatibility options
     61   1.1   hannken options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
     62   1.1   hannken options 	COMPAT_09	# NetBSD 0.9,
     63   1.1   hannken options 	COMPAT_10	# NetBSD 1.0,
     64   1.1   hannken options 	COMPAT_11	# NetBSD 1.1,
     65   1.1   hannken options 	COMPAT_12	# NetBSD 1.2,
     66   1.1   hannken options 	COMPAT_13	# NetBSD 1.3,
     67   1.1   hannken options 	COMPAT_14	# NetBSD 1.4,
     68   1.4      matt options 	COMPAT_16	# NetBSD 1.6,
     69   1.1   hannken options 	COMPAT_43	# and 4.3BSD
     70   1.1   hannken #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     71   1.7  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     72   1.1   hannken 
     73   1.1   hannken # File systems
     74   1.1   hannken file-system 	FFS		# UFS
     75   1.1   hannken file-system 	EXT2FS		# second extended file system (linux)
     76   1.1   hannken file-system 	LFS		# log-structured file system
     77   1.1   hannken file-system 	MFS		# memory file system
     78   1.1   hannken file-system 	NFS		# Network File System client
     79   1.1   hannken file-system 	NTFS		# Windows/NT file system (experimental)
     80   1.1   hannken file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     81   1.1   hannken file-system 	MSDOSFS		# MS-DOS file system
     82   1.1   hannken file-system 	FDESC		# /dev/fd
     83   1.1   hannken file-system 	KERNFS		# /kern
     84   1.1   hannken file-system 	NULLFS		# loopback file system
     85   1.1   hannken file-system 	OVERLAY		# overlay file system
     86   1.1   hannken file-system 	PORTAL		# portal filesystem (still experimental)
     87   1.1   hannken file-system 	PROCFS		# /proc
     88   1.1   hannken file-system 	UMAPFS		# NULLFS + uid and gid remapping
     89   1.1   hannken file-system 	UNION		# union file system
     90   1.1   hannken file-system	CODA		# Coda File System; also needs vcoda (below)
     91   1.1   hannken file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
     92   1.1   hannken 
     93   1.1   hannken # File system options
     94   1.1   hannken options 	QUOTA		# UFS quotas
     95   1.1   hannken #options 	FFS_EI		# FFS Endian Independent support
     96   1.1   hannken options 	SOFTDEP		# FFS soft updates support.
     97   1.1   hannken options 	NFSSERVER	# Network File System server
     98  1.11       dsl #options 	FFS_NO_SNAPSHOT	# ffs snapshots
     99   1.1   hannken #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    100   1.1   hannken 				# immutable) behave as system flags.
    101   1.1   hannken 
    102   1.1   hannken # Networking options
    103   1.1   hannken #options 	GATEWAY		# packet forwarding
    104   1.1   hannken options 	INET		# IP + ICMP + TCP + UDP
    105   1.1   hannken options 	INET6		# IPV6
    106   1.1   hannken #options 	IPSEC		# IP security
    107   1.1   hannken #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    108   1.1   hannken #options 	IPSEC_DEBUG	# debug for IP security
    109   1.1   hannken #options 	MROUTING	# IP multicast routing
    110   1.6      manu #options 	PIM		# Protocol Independent Multicast
    111   1.1   hannken #options 	NS		# XNS
    112   1.1   hannken #options 	NSIP		# XNS tunneling over IP
    113   1.1   hannken options 	ISO,TPIP	# OSI
    114   1.1   hannken #options 	EON		# OSI tunneling over IP
    115   1.1   hannken options 	CCITT,LLC,HDLC	# X.25
    116   1.1   hannken options 	NETATALK	# AppleTalk networking protocols
    117   1.1   hannken options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    118   1.1   hannken options 	PPP_DEFLATE	# Deflate compression support for PPP
    119   1.1   hannken options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    120   1.1   hannken options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    121   1.1   hannken options 	IPFILTER_LOG	# ipmon(8) log support
    122   1.1   hannken #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    123   1.1   hannken #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    124   1.1   hannken 
    125   1.1   hannken # Options for wscons
    126   1.1   hannken #
    127   1.1   hannken # builtin terminal emulations
    128   1.1   hannken #options 	WSEMUL_SUN		# sun terminal emulation
    129   1.1   hannken options 	WSEMUL_VT100		# VT100 / VT220 emulation
    130   1.1   hannken # different kernel output - see dev/wscons/wsdisplayvar.h
    131   1.1   hannken options 	WS_KERNEL_FG=WSCOL_GREEN
    132   1.1   hannken #options 	WS_KERNEL_BG=WSCOL_BLACK
    133   1.1   hannken # compatibility to other console drivers
    134   1.1   hannken #options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    135   1.1   hannken #options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    136   1.1   hannken #options 	WSDISPLAY_COMPAT_USL		# VT handling
    137   1.1   hannken #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    138   1.1   hannken # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
    139   1.1   hannken #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    140   1.1   hannken # allocate a number of virtual screens at autoconfiguration time
    141   1.1   hannken options 	WSDISPLAY_DEFAULTSCREENS=1
    142   1.1   hannken 
    143   1.1   hannken # Options for netboot
    144   1.1   hannken options 	NFS_BOOT_BOOTPARAM
    145   1.1   hannken options 	NFS_BOOT_DHCP
    146   1.1   hannken 
    147   1.1   hannken config		netbsd  root on ? type ?
    148   1.1   hannken 
    149   1.1   hannken elb0		at root
    150   1.1   hannken 
    151   1.1   hannken cpu0		at elb?
    152   1.1   hannken com0		at elb?
    153   1.1   hannken lpt0		at elb?
    154   1.1   hannken le0		at elb?
    155   1.1   hannken 
    156   1.1   hannken fb0		at elb?
    157   1.1   hannken wsdisplay*	at fb?
    158   1.1   hannken 
    159   1.1   hannken pckbc0		at elb?
    160   1.1   hannken pckbd*		at pckbc?
    161   1.1   hannken wskbd*		at pckbd? console ?
    162   1.1   hannken pms*		at pckbc?
    163   1.1   hannken wsmouse*	at pms? mux 0
    164   1.1   hannken 
    165   1.1   hannken # Pseudo-Devices
    166   1.1   hannken 
    167   1.1   hannken # disk/mass storage pseudo-devices
    168   1.1   hannken 
    169   1.1   hannken pseudo-device	md		1	# memory disk device (ramdisk)
    170   1.1   hannken pseudo-device	vnd		4	# disk-like interface to files
    171   1.1   hannken 
    172   1.1   hannken # network pseudo-devices
    173   1.1   hannken pseudo-device	bpfilter	8	# Berkeley packet filter
    174   1.1   hannken pseudo-device	ipfilter		# IP filter (firewall) and NAT
    175   1.1   hannken pseudo-device	loop			# network loopback
    176   1.1   hannken pseudo-device	ppp		2	# Point-to-Point Protocol
    177   1.1   hannken pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    178   1.1   hannken pseudo-device	sl		2	# Serial Line IP
    179   1.1   hannken pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    180   1.1   hannken pseudo-device	irframetty		# IrDA frame line discipline
    181   1.1   hannken pseudo-device	tun		2	# network tunneling over tty
    182   1.9      cube pseudo-device	tap			# virtual Ethernet
    183   1.1   hannken pseudo-device	gre		2	# generic L3 over IP tunnel
    184   1.1   hannken pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    185   1.1   hannken #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    186   1.1   hannken #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    187   1.1   hannken pseudo-device	vlan			# IEEE 802.1q encapsulation
    188   1.1   hannken pseudo-device	bridge			# simple inter-network bridging
    189   1.1   hannken #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    190   1.1   hannken 
    191   1.1   hannken # miscellaneous pseudo-devices
    192   1.1   hannken pseudo-device	pty			# pseudo-terminals
    193   1.1   hannken pseudo-device	tb		1	# tablet line discipline
    194   1.1   hannken pseudo-device	rnd			# /dev/random and in-kernel generator
    195   1.1   hannken #options 	RND_COM			# use "com" randomness as well (BROKEN)
    196   1.1   hannken pseudo-device	clockctl		# user control of clock subsystem
    197   1.1   hannken 
    198   1.1   hannken # a pseudo device needed for Coda	# also needs CODA (above)
    199   1.1   hannken pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    200   1.1   hannken 
    201   1.1   hannken # a pseudo device needed for SMBFS
    202   1.1   hannken pseudo-device	nsmb			# experimental - SMB requester
    203   1.1   hannken 
    204   1.1   hannken # wscons pseudo-devices
    205   1.1   hannken pseudo-device	wsmux			# mouse & keyboard multiplexor
    206   1.1   hannken pseudo-device	wsfont
    207   1.3   hannken pseudo-device	ksyms			# /dev/ksyms
    208