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