Home | History | Annotate | Line # | Download | only in conf
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
      7 include "arch/cesfic/conf/std.cesfic"
      8 
      9 # Need to set locally
     10 maxusers	32
     11 
     12 #options LEDEBUG
     13 
     14 options FPSP
     15 # Standard system options
     16 options 	COMPAT_43	# compatibility with 4.3BSD interfaces
     17 options 	COMPAT_44	# compatibility with 4.4BSD binaries
     18 options 	COMPAT_09	# compatibility with NetBSD 0.9
     19 options 	COMPAT_10	# compatibility with NetBSD 1.0
     20 options 	COMPAT_11	# compatibility with NetBSD 1.1
     21 options 	COMPAT_12	# compatibility with NetBSD 1.2
     22 options 	COMPAT_13	# compatibility with NetBSD 1.3
     23 options 	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
     31 options 	KTRACE		# system call tracing support
     32 #options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
     33 #options 	LKM		# Loadable kernel modules
     34 options COMPAT_SUNOS
     35 
     36 # Filesystems
     37 #file-system 	FFS		# fast filesystem
     38 #file-system 	CD9660		# CD-ROM ISO-9660 filesystem
     39 file-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
     47 options 	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
     52 options 	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 
     62 options 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
     63 
     64 # Debugging options
     65 options 	DIAGNOSTIC	# Extra kernel sanity checks
     66 options 	DEBUG		# Enable misc. kernel debugging code
     67 options 	DDB		# Kernel Dynamic Debugger
     68 #options	KGDB
     69 makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
     70 
     71 options NFS_BOOT_DHCP
     72 
     73 config		netbsd root on ? type ?
     74 
     75 mainbus0	at root		# root "bus"
     76 
     77 zsc*		at mainbus0
     78 zstty*		at zsc? channel ?
     79 
     80 le*		at mainbus0		# LANCE ethernet interfaces
     81 
     82 pseudo-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
     88 pseudo-device	loop			# loopback network interface
     89 #pseudo-device	ipfilter 		# IP Filter package
     90 pseudo-device	rnd
     91