Home | History | Annotate | Line # | Download | only in conf
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
      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 	SYSVMSG		# System V-style message queues
     27 options 	KTRACE		# system call tracing support
     28 #options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
     29 #options 	LKM		# Loadable kernel modules
     30 options COMPAT_SUNOS
     31 
     32 # Filesystems
     33 #file-system 	FFS		# fast filesystem
     34 #file-system 	CD9660		# CD-ROM ISO-9660 filesystem
     35 file-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
     43 options 	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
     48 options 	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 
     58 options 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
     59 
     60 # Debugging options
     61 options 	DIAGNOSTIC	# Extra kernel sanity checks
     62 options 	DEBUG		# Enable misc. kernel debugging code
     63 options 	DDB		# Kernel Dynamic Debugger
     64 #options	KGDB
     65 makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
     66 
     67 options NFS_BOOT_DHCP
     68 
     69 config		netbsd root on ? type ?
     70 
     71 mainbus0	at root		# root "bus"
     72 
     73 zsc*		at mainbus0
     74 zstty*		at zsc? channel ?
     75 
     76 le*		at mainbus0		# LANCE ethernet interfaces
     77 
     78 pseudo-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
     84 pseudo-device	loop			# loopback network interface
     85 #pseudo-device	ipfilter 		# IP Filter package
     86 pseudo-device	rnd
     87