GENERIC revision 1.11
11.11Satatat# $NetBSD: GENERIC,v 1.11 2002/04/25 15:06:25 atatat Exp $ 21.1Sdrochner# 31.7Sgmcgarry# GENERIC machine description file 41.7Sgmcgarry# 51.7Sgmcgarry# This machine description file is used to generate the default NetBSD 61.7Sgmcgarry# kernel. The generic kernel does not include all options, subsystems 71.7Sgmcgarry# and device drivers, but should be useful for most applications. 81.1Sdrochner# 91.7Sgmcgarry# The machine description file can be customised for your specific 101.7Sgmcgarry# machine to reduce the kernel size and improve its performance. 111.7Sgmcgarry# 121.7Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8) 131.7Sgmcgarry# man page. 141.7Sgmcgarry# 151.7Sgmcgarry# For further information on hardware support for this architecture, see 161.7Sgmcgarry# the intro(4) man page. For further information about kernel options 171.7Sgmcgarry# for this architecture, see the options(4) man page. For an explanation 181.7Sgmcgarry# of each device driver in this file see the section 4 man page for the 191.7Sgmcgarry# device. 201.1Sdrochner 211.7Sgmcgarryinclude "arch/cesfic/conf/std.cesfic" 221.11Satatat 231.11Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 241.1Sdrochner 251.1Sdrochner# Need to set locally 261.1Sdrochnermaxusers 32 271.1Sdrochner 281.6Slukem#options LEDEBUG 291.1Sdrochner 301.6Slukemoptions FPSP 311.9Sjdolecek 321.1Sdrochner# Standard system options 331.10Sgmcgarry#options USERCONF # userconf(4) support 341.9Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 351.9Sjdolecek 361.3Sabs#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 371.1Sdrochneroptions COMPAT_43 # compatibility with 4.3BSD interfaces 381.1Sdrochneroptions COMPAT_44 # compatibility with 4.4BSD binaries 391.1Sdrochneroptions COMPAT_09 # compatibility with NetBSD 0.9 401.1Sdrochneroptions COMPAT_10 # compatibility with NetBSD 1.0 411.1Sdrochneroptions COMPAT_11 # compatibility with NetBSD 1.1 421.1Sdrochneroptions COMPAT_12 # compatibility with NetBSD 1.2 431.1Sdrochneroptions COMPAT_13 # compatibility with NetBSD 1.3 441.1Sdrochneroptions COMPAT_14 # compatibility with NetBSD 1.3 451.1Sdrochner#options SYSVSHM # System V-style shared memory 461.1Sdrochner#options SYSVSEM # System V-style semaphores 471.6Slukem#options SEMMNI=10 # number of semaphore identifiers 481.6Slukem#options SEMMNS=60 # number of semaphores in system 491.6Slukem#options SEMUME=10 # max number of undo entries per process 501.6Slukem#options SEMMNU=30 # number of undo structures in system 511.1Sdrochner#options SYSVMSG # System V-style message queues 521.1Sdrochneroptions KTRACE # system call tracing support 531.1Sdrochner#options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 541.1Sdrochner#options LKM # Loadable kernel modules 551.6Slukemoptions COMPAT_SUNOS 561.1Sdrochner 571.1Sdrochner# Filesystems 581.1Sdrochner#file-system FFS # fast filesystem 591.1Sdrochner#file-system CD9660 # CD-ROM ISO-9660 filesystem 601.1Sdrochnerfile-system NFS # Network filesystem client 611.1Sdrochner#file-system UNION # Union filesystem (req. for FDESC) 621.1Sdrochner#file-system KERNFS # kernel data-structure filesystem 631.1Sdrochner#file-system FDESC # user file descriptor filesystem 641.1Sdrochner#file-system PROCFS # /proc filesystem 651.1Sdrochner#file-system MFS # Memory-based filesystem 661.1Sdrochner 671.1Sdrochner# Filesystem options 681.1Sdrochneroptions FIFO # POSIX fifo support (in all filesystems) 691.1Sdrochner#options QUOTA # User and group quotas in FFS 701.1Sdrochner#options NFSSERVER # Network filesystem server 711.1Sdrochner 721.1Sdrochner# Networking options 731.1Sdrochneroptions INET # Internet protocols 741.6Slukem#options GATEWAY # IP forwarding + larger mb_map 751.6Slukem#options MROUTING # Multicast routing 761.1Sdrochner#options PFIL_HOOKS # packet filter hooks 771.3Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 781.1Sdrochner 791.1Sdrochner# This option enables a different copyin/copyout that uses page 801.1Sdrochner# mapping for large copies. 811.1Sdrochner#options MAPPEDCOPY # different copyin/copyout for large copies 821.1Sdrochner 831.1Sdrochneroptions COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 841.4Schsoptions COMPAT_AOUT_M68K # support for NetBSD a.out executables 851.1Sdrochner 861.1Sdrochner# Debugging options 871.1Sdrochneroptions DIAGNOSTIC # Extra kernel sanity checks 881.1Sdrochneroptions DEBUG # Enable misc. kernel debugging code 891.1Sdrochneroptions DDB # Kernel Dynamic Debugger 901.6Slukem#options KGDB 911.1Sdrochnermakeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 921.1Sdrochner 931.6Slukemoptions NFS_BOOT_DHCP 941.1Sdrochner 951.1Sdrochnerconfig netbsd root on ? type ? 961.1Sdrochner 971.1Sdrochnermainbus0 at root # root "bus" 981.1Sdrochner 991.1Sdrochnerzsc* at mainbus0 1001.1Sdrochnerzstty* at zsc? channel ? 1011.1Sdrochner 1021.1Sdrochnerle* at mainbus0 # LANCE ethernet interfaces 1031.1Sdrochner 1041.1Sdrochnerpseudo-device pty 64 # pseudo ptys 1051.1Sdrochner#pseudo-device sl 4 # SLIP network interfaces 1061.1Sdrochner#pseudo-device ppp 4 # PPP network interfaces 1071.8Smartin#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 1081.1Sdrochner#pseudo-device bpfilter 16 # Berkeley packet filter 1091.5Satatat#pseudo-device bridge # simple inter-network bridging 1101.1Sdrochner#pseudo-device vnd 4 # vnode pseudo-disks 1111.1Sdrochner#pseudo-device ccd 4 # concatenated disk devices 1121.1Sdrochnerpseudo-device loop # loopback network interface 1131.1Sdrochner#pseudo-device ipfilter # IP Filter package 1141.1Sdrochnerpseudo-device rnd 115