EXPLORA451 revision 1.60
1# $NetBSD: EXPLORA451,v 1.60 2017/07/29 18:08:57 maxv 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) 28 29options SYSVMSG # System V-like message queues 30options SYSVSEM # System V-like semaphores 31#options SEMMNI=10 # number of semaphore identifiers 32#options SEMMNS=60 # number of semaphores in system 33#options SEMUME=10 # max number of undo entries per process 34#options SEMMNU=30 # number of undo structures in system 35options SYSVSHM # System V-like memory sharing 36 37options USERCONF # userconf(4) support 38#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 39#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 40 41# Enable experimental buffer queue strategy for better responsiveness under 42# high disk I/O load. Use it with caution - it's not proven to be stable yet. 43#options BUFQ_READPRIO 44#options BUFQ_PRIOCSCAN 45 46# Diagnostic/debugging support options 47options DIAGNOSTIC # expensive kernel consistency checks 48options DEBUG # expensive debugging checks/support 49options DDB # in-kernel debugger 50options DDB_HISTORY_SIZE=512 # enable history editing in DDB 51#options KGDB # remote debugger 52#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 53makeoptions DEBUG="-g" # compile full symbol table 54makeoptions COPY_SYMTAB=1 55 56# Compatibility options 57options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 58options COMPAT_09 # NetBSD 0.9, 59options COMPAT_10 # NetBSD 1.0, 60options COMPAT_11 # NetBSD 1.1, 61options COMPAT_12 # NetBSD 1.2, 62options COMPAT_13 # NetBSD 1.3, 63options COMPAT_14 # NetBSD 1.4, 64options COMPAT_15 # NetBSD 1.5, 65options COMPAT_16 # NetBSD 1.6, 66options COMPAT_20 # NetBSD 2.0, 67options COMPAT_30 # NetBSD 3.0, 68options COMPAT_40 # NetBSD 4.0, 69options COMPAT_50 # NetBSD 5.0, 70options COMPAT_60 # NetBSD 6.0, and 71options COMPAT_70 # NetBSD 7.0 binary compatibility. 72options COMPAT_43 # 4.3BSD binary compatibility. 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 PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 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) 94file-system PTYFS # /dev/pts/N support 95 96# File system options 97options QUOTA # legacy UFS quotas 98options QUOTA2 # new, in-filesystem UFS quotas 99#options FFS_EI # FFS Endian Independent support 100options WAPBL # File system journaling 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_DEBUG # debug for IP security 112#options MROUTING # IP multicast routing 113#options PIM # Protocol Independent Multicast 114options NETATALK # AppleTalk networking protocols 115options PPP_BSDCOMP # BSD-Compress compression support for PPP 116options PPP_DEFLATE # Deflate compression support for PPP 117options PPP_FILTER # Active filter support for PPP (requires bpf) 118options IPFILTER_LOG # ipmon(8) log support 119options IPFILTER_LOOKUP # ippool(8) support 120#options IPFILTER_DEFAULT_BLOCK # block all packets by default 121#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 122 123# Options for wscons 124# 125# builtin terminal emulations 126#options WSEMUL_SUN # sun terminal emulation 127options WSEMUL_VT100 # VT100 / VT220 emulation 128# different kernel output - see dev/wscons/wsdisplayvar.h 129options WS_KERNEL_FG=WSCOL_GREEN 130#options WS_KERNEL_BG=WSCOL_BLACK 131# compatibility to other console drivers 132#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 133#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 134#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 135#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 136# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 137#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 138# allocate a number of virtual screens at autoconfiguration time 139options WSDISPLAY_DEFAULTSCREENS=1 140 141# Options for netboot 142options NFS_BOOT_BOOTPARAM 143options NFS_BOOT_DHCP 144 145config netbsd root on ? type ? 146 147elb0 at root 148 149cpu0 at elb? 150com0 at elb? 151lpt0 at elb? 152le0 at elb? 153 154fb0 at elb? 155wsdisplay* at fb? 156 157pckbc0 at elb? 158pckbd* at pckbc? 159wskbd* at pckbd? console ? 160pms* at pckbc? 161wsmouse* at pms? mux 0 162 163# Pseudo-Devices 164 165# disk/mass storage pseudo-devices 166 167pseudo-device md # memory disk device (ramdisk) 168pseudo-device vnd # disk-like interface to files 169pseudo-device putter # for puffs and pud 170 171# network pseudo-devices 172pseudo-device bpfilter # Berkeley packet filter 173pseudo-device ipfilter # IP filter (firewall) and NAT 174pseudo-device loop # network loopback 175pseudo-device ppp # Point-to-Point Protocol 176pseudo-device pppoe # PPP over Ethernet (RFC 2516) 177pseudo-device sl # Serial Line IP 178pseudo-device strip # Starmode Radio IP (Metricom) 179pseudo-device irframetty # IrDA frame line discipline 180pseudo-device tun # network tunneling over tty 181pseudo-device tap # virtual Ethernet 182pseudo-device gre # generic L3 over IP tunnel 183pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 184#pseudo-device faith # IPv[46] tcp relay translation i/f 185pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 186pseudo-device vlan # IEEE 802.1q encapsulation 187pseudo-device bridge # simple inter-network bridging 188#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 189 190# miscellaneous pseudo-devices 191pseudo-device pty # pseudo-terminals 192#options RND_COM # use "com" randomness as well (BROKEN) 193pseudo-device clockctl # user control of clock subsystem 194pseudo-device ksyms # /dev/ksyms 195 196# a pseudo device needed for Coda # also needs CODA (above) 197pseudo-device vcoda # coda minicache <-> venus comm. 198 199# a pseudo device needed for SMBFS 200pseudo-device nsmb # experimental - SMB requester 201 202# wscons pseudo-devices 203pseudo-device wsmux # mouse & keyboard multiplexor 204pseudo-device wsfont 205