EXPLORA451 revision 1.24
1# $NetBSD: EXPLORA451,v 1.24 2006/03/28 20:58:39 pavel 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=330000 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_30 # NetBSD 3.0 compatibility. 72options COMPAT_43 # and 4.3BSD 73#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 74options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 75 76# File systems 77file-system FFS # UFS 78file-system EXT2FS # second extended file system (linux) 79file-system LFS # log-structured file system 80file-system MFS # memory file system 81file-system NFS # Network File System client 82file-system NTFS # Windows/NT file system (experimental) 83file-system CD9660 # ISO 9660 + Rock Ridge file system 84file-system MSDOSFS # MS-DOS file system 85file-system FDESC # /dev/fd 86file-system KERNFS # /kern 87file-system NULLFS # loopback file system 88file-system OVERLAY # overlay file system 89file-system PORTAL # portal filesystem (still experimental) 90file-system PROCFS # /proc 91file-system UMAPFS # NULLFS + uid and gid remapping 92file-system UNION # union file system 93file-system CODA # Coda File System; also needs vcoda (below) 94file-system SMBFS # experimental - CIFS; also needs nsmb (below) 95file-system PTYFS # /dev/pts/N support 96 97# File system options 98options QUOTA # UFS quotas 99#options FFS_EI # FFS Endian Independent support 100options SOFTDEP # FFS soft updates support. 101options NFSSERVER # Network File System server 102#options FFS_NO_SNAPSHOT # No FFS snapshot support 103#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 104 # immutable) behave as system flags. 105 106# Networking options 107#options GATEWAY # packet forwarding 108options INET # IP + ICMP + TCP + UDP 109options INET6 # IPV6 110#options IPSEC # IP security 111#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 112#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 113#options IPSEC_DEBUG # debug for IP security 114#options MROUTING # IP multicast routing 115#options PIM # Protocol Independent Multicast 116#options NS # XNS 117#options NSIP # XNS tunneling over IP 118options ISO,TPIP # OSI 119#options EON # OSI tunneling over IP 120options CCITT,LLC,HDLC # X.25 121options NETATALK # AppleTalk networking protocols 122options PPP_BSDCOMP # BSD-Compress compression support for PPP 123options PPP_DEFLATE # Deflate compression support for PPP 124options PPP_FILTER # Active filter support for PPP (requires bpf) 125options PFIL_HOOKS # pfil(9) packet filter hooks 126options IPFILTER_LOG # ipmon(8) log support 127#options IPFILTER_DEFAULT_BLOCK # block all packets by default 128#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 129 130# Options for wscons 131# 132# builtin terminal emulations 133#options WSEMUL_SUN # sun terminal emulation 134options WSEMUL_VT100 # VT100 / VT220 emulation 135# different kernel output - see dev/wscons/wsdisplayvar.h 136options WS_KERNEL_FG=WSCOL_GREEN 137#options WS_KERNEL_BG=WSCOL_BLACK 138# compatibility to other console drivers 139#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 140#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 141#options WSDISPLAY_COMPAT_USL # VT handling 142#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 143# see dev/pckbc/wskbdmap_mfii.c for implemented layouts 144#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 145# allocate a number of virtual screens at autoconfiguration time 146options WSDISPLAY_DEFAULTSCREENS=1 147 148# Options for netboot 149options NFS_BOOT_BOOTPARAM 150options NFS_BOOT_DHCP 151 152config netbsd root on ? type ? 153 154elb0 at root 155 156cpu0 at elb? 157com0 at elb? 158lpt0 at elb? 159le0 at elb? 160 161fb0 at elb? 162wsdisplay* at fb? 163 164pckbc0 at elb? 165pckbd* at pckbc? 166wskbd* at pckbd? console ? 167pms* at pckbc? 168wsmouse* at pms? mux 0 169 170# Pseudo-Devices 171 172# disk/mass storage pseudo-devices 173 174pseudo-device md 1 # memory disk device (ramdisk) 175pseudo-device vnd # disk-like interface to files 176 177# network pseudo-devices 178pseudo-device bpfilter # Berkeley packet filter 179pseudo-device ipfilter # IP filter (firewall) and NAT 180pseudo-device loop # network loopback 181pseudo-device ppp # Point-to-Point Protocol 182pseudo-device pppoe # PPP over Ethernet (RFC 2516) 183pseudo-device sl # Serial Line IP 184pseudo-device strip # Starmode Radio IP (Metricom) 185pseudo-device irframetty # IrDA frame line discipline 186pseudo-device tun # network tunneling over tty 187pseudo-device tap # virtual Ethernet 188pseudo-device gre # generic L3 over IP tunnel 189pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 190#pseudo-device faith # IPv[46] tcp relay translation i/f 191pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 192pseudo-device vlan # IEEE 802.1q encapsulation 193pseudo-device bridge # simple inter-network bridging 194#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 195 196# miscellaneous pseudo-devices 197pseudo-device pty # pseudo-terminals 198pseudo-device rnd # /dev/random and in-kernel generator 199#options RND_COM # use "com" randomness as well (BROKEN) 200pseudo-device clockctl # user control of clock subsystem 201 202# a pseudo device needed for Coda # also needs CODA (above) 203pseudo-device vcoda 4 # coda minicache <-> venus comm. 204 205# a pseudo device needed for SMBFS 206pseudo-device nsmb # experimental - SMB requester 207 208# wscons pseudo-devices 209pseudo-device wsmux # mouse & keyboard multiplexor 210pseudo-device wsfont 211pseudo-device ksyms # /dev/ksyms 212