GENERIC revision 1.2
1# $NetBSD: GENERIC,v 1.2 2001/06/30 11:00:32 darcy Exp $ 2# 3# Generic kernel - one size fits all. 4# 5 6# Include attributes common to all cesfics 7include "arch/cesfic/conf/std.cesfic" 8 9# Need to set locally 10maxusers 32 11 12#options LEDEBUG 13 14options FPSP 15# Standard system options 16options COMPAT_43 # compatibility with 4.3BSD interfaces 17options COMPAT_44 # compatibility with 4.4BSD binaries 18options COMPAT_09 # compatibility with NetBSD 0.9 19options COMPAT_10 # compatibility with NetBSD 1.0 20options COMPAT_11 # compatibility with NetBSD 1.1 21options COMPAT_12 # compatibility with NetBSD 1.2 22options COMPAT_13 # compatibility with NetBSD 1.3 23options COMPAT_14 # compatibility with NetBSD 1.3 24#options SYSVSHM # System V-style shared memory 25#options SYSVSEM # System V-style semaphores 26#options SEMMNI=10 # number of semaphore identifiers 27#options SEMMNS=60 # number of semaphores in system 28#options SEMUME=10 # max number of undo entries per process 29#options SEMMNU=30 # number of undo structures in system 30#options SYSVMSG # System V-style message queues 31options KTRACE # system call tracing support 32#options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 33#options LKM # Loadable kernel modules 34options COMPAT_SUNOS 35 36# Filesystems 37#file-system FFS # fast filesystem 38#file-system CD9660 # CD-ROM ISO-9660 filesystem 39file-system NFS # Network filesystem client 40#file-system UNION # Union filesystem (req. for FDESC) 41#file-system KERNFS # kernel data-structure filesystem 42#file-system FDESC # user file descriptor filesystem 43#file-system PROCFS # /proc filesystem 44#file-system MFS # Memory-based filesystem 45 46# Filesystem options 47options FIFO # POSIX fifo support (in all filesystems) 48#options QUOTA # User and group quotas in FFS 49#options NFSSERVER # Network filesystem server 50 51# Networking options 52options INET # Internet protocols 53#options GATEWAY # IP forwarding + larger mb_map 54#options MROUTING # Multicast routing 55#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 56#options PFIL_HOOKS # packet filter hooks 57 58# This option enables a different copyin/copyout that uses page 59# mapping for large copies. 60#options MAPPEDCOPY # different copyin/copyout for large copies 61 62options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 63 64# Debugging options 65options DIAGNOSTIC # Extra kernel sanity checks 66options DEBUG # Enable misc. kernel debugging code 67options DDB # Kernel Dynamic Debugger 68#options KGDB 69makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 70 71options NFS_BOOT_DHCP 72 73config netbsd root on ? type ? 74 75mainbus0 at root # root "bus" 76 77zsc* at mainbus0 78zstty* at zsc? channel ? 79 80le* at mainbus0 # LANCE ethernet interfaces 81 82pseudo-device pty 64 # pseudo ptys 83#pseudo-device sl 4 # SLIP network interfaces 84#pseudo-device ppp 4 # PPP network interfaces 85#pseudo-device bpfilter 16 # Berkeley packet filter 86#pseudo-device vnd 4 # vnode pseudo-disks 87#pseudo-device ccd 4 # concatenated disk devices 88pseudo-device loop # loopback network interface 89#pseudo-device ipfilter # IP Filter package 90pseudo-device rnd 91