# $NetBSD: GENERIC,v 1.41 2006/02/04 02:44:36 rpaulo Exp $ # # GENERIC machine description file # # This machine description file is used to generate the default NetBSD # kernel. The generic kernel does not include all options, subsystems # and device drivers, but should be useful for most applications. # # The machine description file can be customised for your specific # machine to reduce the kernel size and improve its performance. # # For further information on compiling NetBSD kernels, see the config(8) # man page. # # For further information on hardware support for this architecture, see # the intro(4) man page. For further information about kernel options # for this architecture, see the options(4) man page. For an explanation # of each device driver in this file see the section 4 man page for the # device. include "arch/cesfic/conf/std.cesfic" options INCLUDE_CONFIG_FILE # embed config file in kernel binary # Need to set locally maxusers 32 #options LEDEBUG options FPSP # Standard system options options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel # Enable experimental buffer queue strategy for better responsiveness under # high disk I/O load. Use it with caution - it's not proven to be stable yet. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. options COMPAT_43 # compatibility with 4.3BSD interfaces options COMPAT_44 # compatibility with 4.4BSD binaries options COMPAT_09 # compatibility with NetBSD 0.9 options COMPAT_10 # compatibility with NetBSD 1.0 options COMPAT_11 # compatibility with NetBSD 1.1 options COMPAT_12 # compatibility with NetBSD 1.2 options COMPAT_13 # compatibility with NetBSD 1.3 options COMPAT_14 # compatibility with NetBSD 1.4 options COMPAT_15 # compatibility with NetBSD 1.5 options COMPAT_16 # compatibility with NetBSD 1.6 options COMPAT_20 # compatibility with NetBSD 2.0 options COMPAT_30 # NetBSD 3.0 compatibility. #options SYSVSHM # System V-style shared memory #options SYSVSEM # System V-style semaphores #options SEMMNI=10 # number of semaphore identifiers #options SEMMNS=60 # number of semaphores in system #options SEMUME=10 # max number of undo entries per process #options SEMMNU=30 # number of undo structures in system #options SYSVMSG # System V-style message queues #options P1003_1B_SEMAPHORE # p1003.1b semaphore support options KTRACE # system call tracing support options SYSTRACE # system call vetting via systrace(1) #options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool #options LKM # Loadable kernel modules options COMPAT_SUNOS options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. # Filesystems #file-system FFS # fast filesystem #file-system CD9660 # CD-ROM ISO-9660 filesystem file-system NFS # Network filesystem client #file-system UNION # Union filesystem (req. for FDESC) #file-system KERNFS # kernel data-structure filesystem #file-system FDESC # user file descriptor filesystem #file-system PROCFS # /proc filesystem #file-system MFS # Memory-based filesystem file-system PTYFS # /dev/pts/N support #file-system TMPFS # experimental - Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system # Filesystem options options FIFO # POSIX fifo support (in all filesystems) #options QUOTA # User and group quotas in FFS #options NFSSERVER # Network filesystem server # Networking options options INET # Internet protocols #options GATEWAY # IP forwarding + larger mb_map #options MROUTING # Multicast routing #options PIM # Protocol Independent Multicast #options PFIL_HOOKS # packet filter hooks #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG #options ALTQ # Manipulate network interfaces' output queues #options ALTQ_BLUE # Stochastic Fair Blue #options ALTQ_CBQ # Class-Based Queueing #options ALTQ_CDNR # Diffserv Traffic Conditioner #options ALTQ_FIFOQ # First-In First-Out Queue #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) #options ALTQ_HFSC # Hierarchical Fair Service Curve #options ALTQ_LOCALQ # Local queueing discipline #options ALTQ_PRIQ # Priority Queueing #options ALTQ_RED # Random Early Detection #options ALTQ_RIO # RED with IN/OUT #options ALTQ_WFQ # Weighted Fair Queueing # This option enables a different copyin/copyout that uses page # mapping for large copies. #options MAPPEDCOPY # different copyin/copyout for large copies options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries options COMPAT_AOUT_M68K # support for NetBSD a.out executables # Debugging options #options DIAGNOSTIC # Extra kernel sanity checks #options DEBUG # Enable misc. kernel debugging code options DDB # Kernel Dynamic Debugger #options KGDB makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols options NFS_BOOT_DHCP config netbsd root on ? type ? mainbus0 at root # root "bus" zsc* at mainbus0 zstty* at zsc? channel ? le* at mainbus0 # LANCE ethernet interfaces pseudo-device pty 64 # pseudo ptys #pseudo-device sl 4 # SLIP network interfaces #pseudo-device ppp 4 # PPP network interfaces #pseudo-device pppoe # PPP over Ethernet (RFC 2516) #pseudo-device bpfilter # Berkeley packet filter #pseudo-device bridge # simple inter-network bridging #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too #pseudo-device vnd 4 # vnode pseudo-disks #options VND_COMPRESSION # compressed vnd(4) #pseudo-device ccd 4 # concatenated disk devices #pseudo-device cgd 4 # cryptographic disk devices pseudo-device loop # loopback network interface #pseudo-device ipfilter # IP Filter package pseudo-device rnd pseudo-device clockctl # user control of clock subsystem pseudo-device ksyms # /dev/ksyms #pseudo-device pf # PF packet filter #pseudo-device pflog # PF log if # Veriexec #options VERIFIED_EXEC # # a pseudo device needed for veriexec #pseudo-device veriexec 1 # # Uncomment the fingerprint methods below that are desired. Note that # removing fingerprint methods will have almost no impact on the kernel # code size. # #options VERIFIED_EXEC_FP_RMD160 #options VERIFIED_EXEC_FP_SHA256 #options VERIFIED_EXEC_FP_SHA384 #options VERIFIED_EXEC_FP_SHA512 #options VERIFIED_EXEC_FP_SHA1 #options VERIFIED_EXEC_FP_MD5