GENERIC revision 1.5
1#	$NetBSD: GENERIC,v 1.5 2001/09/01 21:52:25 atatat Exp $
2#
3# Generic kernel - one size fits all.
4#
5
6# Include attributes common to all cesfics
7include "arch/cesfic/conf/std.cesfic"
8
9# Need to set locally
10maxusers	32
11
12#options LEDEBUG
13
14options FPSP
15# Standard system options
16#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
17options 	COMPAT_43	# compatibility with 4.3BSD interfaces
18options 	COMPAT_44	# compatibility with 4.4BSD binaries
19options 	COMPAT_09	# compatibility with NetBSD 0.9
20options 	COMPAT_10	# compatibility with NetBSD 1.0
21options 	COMPAT_11	# compatibility with NetBSD 1.1
22options 	COMPAT_12	# compatibility with NetBSD 1.2
23options 	COMPAT_13	# compatibility with NetBSD 1.3
24options 	COMPAT_14	# compatibility with NetBSD 1.3
25#options 	SYSVSHM		# System V-style shared memory
26#options 	SYSVSEM		# System V-style semaphores
27#options	SEMMNI=10	# number of semaphore identifiers
28#options	SEMMNS=60	# number of semaphores in system
29#options	SEMUME=10	# max number of undo entries per process
30#options	SEMMNU=30	# number of undo structures in system
31#options 	SYSVMSG		# System V-style message queues
32options 	KTRACE		# system call tracing support
33#options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
34#options 	LKM		# Loadable kernel modules
35options COMPAT_SUNOS
36
37# Filesystems
38#file-system 	FFS		# fast filesystem
39#file-system 	CD9660		# CD-ROM ISO-9660 filesystem
40file-system 	NFS		# Network filesystem client
41#file-system 	UNION		# Union filesystem (req. for FDESC)
42#file-system 	KERNFS		# kernel data-structure filesystem
43#file-system 	FDESC		# user file descriptor filesystem
44#file-system 	PROCFS		# /proc filesystem
45#file-system 	MFS		# Memory-based filesystem
46
47# Filesystem options
48options 	FIFO		# POSIX fifo support (in all filesystems)
49#options 	QUOTA		# User and group quotas in FFS
50#options 	NFSSERVER	# Network filesystem server
51
52# Networking options
53options 	INET		# Internet protocols
54#options  	GATEWAY		# IP forwarding + larger mb_map
55#options  	MROUTING	# Multicast routing
56#options 	PFIL_HOOKS	# packet filter hooks
57#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
58
59# This option enables a different copyin/copyout that uses page
60# mapping for large copies.
61#options 	MAPPEDCOPY	# different copyin/copyout for large copies
62
63options 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
64options 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
65
66# Debugging options
67options 	DIAGNOSTIC	# Extra kernel sanity checks
68options 	DEBUG		# Enable misc. kernel debugging code
69options 	DDB		# Kernel Dynamic Debugger
70#options	KGDB
71makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
72
73options NFS_BOOT_DHCP
74
75config		netbsd root on ? type ?
76
77mainbus0	at root		# root "bus"
78
79zsc*		at mainbus0
80zstty*		at zsc? channel ?
81
82le*		at mainbus0		# LANCE ethernet interfaces
83
84pseudo-device	pty		64	# pseudo ptys
85#pseudo-device	sl		4	# SLIP network interfaces
86#pseudo-device	ppp		4	# PPP network interfaces
87#pseudo-device	bpfilter	16	# Berkeley packet filter
88#pseudo-device	bridge			# simple inter-network bridging
89#pseudo-device	vnd		4	# vnode pseudo-disks
90#pseudo-device	ccd		4	# concatenated disk devices
91pseudo-device	loop			# loopback network interface
92#pseudo-device	ipfilter 		# IP Filter package
93pseudo-device	rnd
94