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