GENERIC revision 1.1
1# $NetBSD: GENERIC,v 1.1 2001/05/14 18:23:06 drochner 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 SYSVMSG # System V-style message queues 27options KTRACE # system call tracing support 28#options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 29#options LKM # Loadable kernel modules 30options COMPAT_SUNOS 31 32# Filesystems 33#file-system FFS # fast filesystem 34#file-system CD9660 # CD-ROM ISO-9660 filesystem 35file-system NFS # Network filesystem client 36#file-system UNION # Union filesystem (req. for FDESC) 37#file-system KERNFS # kernel data-structure filesystem 38#file-system FDESC # user file descriptor filesystem 39#file-system PROCFS # /proc filesystem 40#file-system MFS # Memory-based filesystem 41 42# Filesystem options 43options FIFO # POSIX fifo support (in all filesystems) 44#options QUOTA # User and group quotas in FFS 45#options NFSSERVER # Network filesystem server 46 47# Networking options 48options INET # Internet protocols 49#options GATEWAY # IP forwarding + larger mb_map 50#options MROUTING # Multicast routing 51#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 52#options PFIL_HOOKS # packet filter hooks 53 54# This option enables a different copyin/copyout that uses page 55# mapping for large copies. 56#options MAPPEDCOPY # different copyin/copyout for large copies 57 58options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 59 60# Debugging options 61options DIAGNOSTIC # Extra kernel sanity checks 62options DEBUG # Enable misc. kernel debugging code 63options DDB # Kernel Dynamic Debugger 64#options KGDB 65makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 66 67options NFS_BOOT_DHCP 68 69config netbsd root on ? type ? 70 71mainbus0 at root # root "bus" 72 73zsc* at mainbus0 74zstty* at zsc? channel ? 75 76le* at mainbus0 # LANCE ethernet interfaces 77 78pseudo-device pty 64 # pseudo ptys 79#pseudo-device sl 4 # SLIP network interfaces 80#pseudo-device ppp 4 # PPP network interfaces 81#pseudo-device bpfilter 16 # Berkeley packet filter 82#pseudo-device vnd 4 # vnode pseudo-disks 83#pseudo-device ccd 4 # concatenated disk devices 84pseudo-device loop # loopback network interface 85#pseudo-device ipfilter # IP Filter package 86pseudo-device rnd 87