GENERIC revision 1.7
11.7Sgmcgarry# $NetBSD: GENERIC,v 1.7 2001/12/14 05:34:46 gmcgarry 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.1Sdrochner 231.1Sdrochner# Need to set locally 241.1Sdrochnermaxusers 32 251.1Sdrochner 261.6Slukem#options LEDEBUG 271.1Sdrochner 281.6Slukemoptions FPSP 291.1Sdrochner# Standard system options 301.3Sabs#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 311.1Sdrochneroptions COMPAT_43 # compatibility with 4.3BSD interfaces 321.1Sdrochneroptions COMPAT_44 # compatibility with 4.4BSD binaries 331.1Sdrochneroptions COMPAT_09 # compatibility with NetBSD 0.9 341.1Sdrochneroptions COMPAT_10 # compatibility with NetBSD 1.0 351.1Sdrochneroptions COMPAT_11 # compatibility with NetBSD 1.1 361.1Sdrochneroptions COMPAT_12 # compatibility with NetBSD 1.2 371.1Sdrochneroptions COMPAT_13 # compatibility with NetBSD 1.3 381.1Sdrochneroptions COMPAT_14 # compatibility with NetBSD 1.3 391.1Sdrochner#options SYSVSHM # System V-style shared memory 401.1Sdrochner#options SYSVSEM # System V-style semaphores 411.6Slukem#options SEMMNI=10 # number of semaphore identifiers 421.6Slukem#options SEMMNS=60 # number of semaphores in system 431.6Slukem#options SEMUME=10 # max number of undo entries per process 441.6Slukem#options SEMMNU=30 # number of undo structures in system 451.1Sdrochner#options SYSVMSG # System V-style message queues 461.1Sdrochneroptions KTRACE # system call tracing support 471.1Sdrochner#options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 481.1Sdrochner#options LKM # Loadable kernel modules 491.6Slukemoptions COMPAT_SUNOS 501.1Sdrochner 511.1Sdrochner# Filesystems 521.1Sdrochner#file-system FFS # fast filesystem 531.1Sdrochner#file-system CD9660 # CD-ROM ISO-9660 filesystem 541.1Sdrochnerfile-system NFS # Network filesystem client 551.1Sdrochner#file-system UNION # Union filesystem (req. for FDESC) 561.1Sdrochner#file-system KERNFS # kernel data-structure filesystem 571.1Sdrochner#file-system FDESC # user file descriptor filesystem 581.1Sdrochner#file-system PROCFS # /proc filesystem 591.1Sdrochner#file-system MFS # Memory-based filesystem 601.1Sdrochner 611.1Sdrochner# Filesystem options 621.1Sdrochneroptions FIFO # POSIX fifo support (in all filesystems) 631.1Sdrochner#options QUOTA # User and group quotas in FFS 641.1Sdrochner#options NFSSERVER # Network filesystem server 651.1Sdrochner 661.1Sdrochner# Networking options 671.1Sdrochneroptions INET # Internet protocols 681.6Slukem#options GATEWAY # IP forwarding + larger mb_map 691.6Slukem#options MROUTING # Multicast routing 701.1Sdrochner#options PFIL_HOOKS # packet filter hooks 711.3Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 721.1Sdrochner 731.1Sdrochner# This option enables a different copyin/copyout that uses page 741.1Sdrochner# mapping for large copies. 751.1Sdrochner#options MAPPEDCOPY # different copyin/copyout for large copies 761.1Sdrochner 771.1Sdrochneroptions COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 781.4Schsoptions COMPAT_AOUT_M68K # support for NetBSD a.out executables 791.1Sdrochner 801.1Sdrochner# Debugging options 811.1Sdrochneroptions DIAGNOSTIC # Extra kernel sanity checks 821.1Sdrochneroptions DEBUG # Enable misc. kernel debugging code 831.1Sdrochneroptions DDB # Kernel Dynamic Debugger 841.6Slukem#options KGDB 851.1Sdrochnermakeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 861.1Sdrochner 871.6Slukemoptions NFS_BOOT_DHCP 881.1Sdrochner 891.1Sdrochnerconfig netbsd root on ? type ? 901.1Sdrochner 911.1Sdrochnermainbus0 at root # root "bus" 921.1Sdrochner 931.1Sdrochnerzsc* at mainbus0 941.1Sdrochnerzstty* at zsc? channel ? 951.1Sdrochner 961.1Sdrochnerle* at mainbus0 # LANCE ethernet interfaces 971.1Sdrochner 981.1Sdrochnerpseudo-device pty 64 # pseudo ptys 991.1Sdrochner#pseudo-device sl 4 # SLIP network interfaces 1001.1Sdrochner#pseudo-device ppp 4 # PPP network interfaces 1011.1Sdrochner#pseudo-device bpfilter 16 # Berkeley packet filter 1021.5Satatat#pseudo-device bridge # simple inter-network bridging 1031.1Sdrochner#pseudo-device vnd 4 # vnode pseudo-disks 1041.1Sdrochner#pseudo-device ccd 4 # concatenated disk devices 1051.1Sdrochnerpseudo-device loop # loopback network interface 1061.1Sdrochner#pseudo-device ipfilter # IP Filter package 1071.1Sdrochnerpseudo-device rnd 108