GENERIC revision 1.5
1#	$NetBSD: GENERIC,v 1.5 1996/09/10 22:47:38 thorpej Exp $
2
3#
4#	GENERIC
5#
6
7# architecture type and name of kernel; REQUIRED
8machine		x68k m68k
9
10# different CPU types; you must have at least the correct one; REQUIRED
11options		M68030
12options		M68040
13
14# time zone RTC is expected to be set in; REQUIRED
15options 	TIMEZONE=-540	# Set the timezone that the kernel will use
16options 	DST=0		# Set the timezone that the kernel will use
17
18# estimated number of users
19maxusers	8
20
21# standard options
22options		GENERIC			# historical
23options 	SWAPPAGER		# swap pager (anonymous and swap space)
24options 	VNODEPAGER		# vnode pager (mapped files)
25options 	DEVPAGER		# device pager (mapped devices)
26#options 	DDB			# kernel debugger; recommended
27#options 	DIAGNOSTIC		# internal consistency checking
28
29options 	KTRACE			# system call tracing, a la ktrace(1)
30options		FIFO			# FIFOs; RECOMMENDED
31options 	SYSVMSG			# System V-like message queues
32options 	SYSVSEM			# System V-like semaphores
33options 	SYSVSHM			# System V-like memory sharing
34options 	SHMMAXPGS=1024		# 1024 pages in the defualt
35#options 	LKM			# loadable kernel modules
36
37# compatibility options
38#options 	COMPAT_NOMID		# old zmagic executables
39#options 	COMPAT_43		# compatibility with 4.3BSD binaries
40#options 	COMPAT_44		# compatibility with 4.4BSD binaries
41options 	COMPAT_09		# compatibility with NetBSD 0.9
42options 	COMPAT_10		# compatibility with NetBSD 1.0
43options 	COMPAT_11		# compatibility with NetBSD 1.1
44options		COMPAT_12
45options 	TCP_COMPAT_42		# 4.2 networking ABI
46#options 	COMPAT_SUNOS		# SunOS binaries
47#options	COMPAT_HPUX		# HP-UX binaries; VERY EXPERIMENTAL
48#options 	COMPAT_M68K4K		# NetBSD/m68k4k binaries
49
50# file system options
51#options 	QUOTA			# file system quotas
52options		FFS			# Berkeley fast file system
53options		FASTLINKS		# fast symbolic links in FFS
54options		MFS			# memory file system; uses RAM and swap
55#options 	NFSSERVER		# Network File System server
56options 	NFSCLIENT		# Network File System client
57options		CD9660			# ISO 9660 CD-ROM file system, with RR
58options 	MSDOSFS			# MS-DOS FAT file system
59#options 	FDESC			# /dev/fd
60options		KERNFS			# kernel file system; recommended
61#options 	PROCFS			# /proc
62options 	NULLFS			# Loop-back filesystem
63#options 	PORTAL			# portal filesystem (still experimental)
64#options 	ADOSFS			# AmigaDOS filesystem
65#options 	LFS			# Log-based filesystem (still experimental)
66#options 	UMAPFS			# uid/gid remapping filesystem
67#options 	UNION			# union mount
68
69# networking options
70#options 	GATEWAY			# IP packet forwarding
71options 	INET			# Internet protocols
72#options	NS			# XNS
73#options 	CCITT,LLC,HDLC		# X.25
74#options 	ISO,TPIP		# OSI networking
75#options 	EON			# OSI tunneling over IP
76#options 	MULTICAST		# multicast
77#options 	TUN			# tunnelling
78
79# Options specific to this host.
80options 	DEBUG
81options 	MACHINE_NONCONTIG	# support for noncontig memory
82options 	FPSP			# '40 Floating Point Software
83options		ITEKANJI		# Kanji display for console
84options 	PANICBUTTON		# enable interrupt switch
85options 	EIOMAPSIZE=0		# do not map PCI address space
86#options 	MAPPEDCOPY		# use page mapping for large copyin/copyout
87#options 	BUFPAGES=900
88#options 	NKMEMCLUSTERS=256
89#options 	PROFTIMER, PRF_INTERVAL=500
90#options 	KGDB,"KGDBDEV=15*256+2", KGDBRATE=19200
91#options 	PPP_OUTQ_SIZE=4096
92
93#config		netbsd root on sd6a swap on sd6b
94config		netbsd swap generic
95
96mainbus0	at root
97
98zs0		at mainbus0		# Zilog serial
99par0		at mainbus0		# builtin parallel port
100spc0		at mainbus0		# builtin scsi
101spc1		at mainbus0		# external scsi
102scsibus*	at spc?
103grfbus0 	at mainbus0		# bitmapped display's
104grf0		at grfbus0		# graphics driver
105ite0		at grf0			# console
106fdc0		at mainbus0		# floppy controller
107fd*		at fdc0 unit ?		# builtin floppy drive
108
109# SCSI disks
110#sd*	at scsibus? target ? lun ?
111sd0	at scsibus? target 0 lun ?
112sd1	at scsibus? target 1 lun ?
113sd2	at scsibus? target 2 lun ?
114sd3	at scsibus? target 3 lun ?
115sd4	at scsibus? target 4 lun ?
116sd5	at scsibus? target 5 lun ?
117sd6	at scsibus? target 6 lun ?
118sd7	at scsibus? target 7 lun ?
119
120# SCSI CD-ROMs
121cd*	at scsibus? target ? lun ?
122
123# SCSI tapes
124st*	at scsibus? target ? lun 0
125
126# ethernet board
127#se0	at scsibus? target ? lun ?
128#ed0	at mainbus0
129
130#device  	bsdaudio0	at nexus0 # /dev/audio
131
132pseudo-device	sl		2	# compressed SLIP
133pseudo-device	ppp		2	# point-to-point protocol
134#pseudo-device	bpfilter	16	# packet filter
135pseudo-device	pty		32	# pseudo-terminals
136pseudo-device	kbd			# kbd
137pseudo-device 	mouse			# mouse
138#pseudo-device	sram			# static RAM
139pseudo-device	bell			# OPM bell
140pseudo-device	pow		2	# software power switch
141pseudo-device	loop			# loopback; recommended
142#pseudo-device	vnd		10	# vn virtual filesystem device
143#pseudo-device	ccd		4	# concatenating disk driver
144