GENERIC revision 1.10
1#	$NetBSD: GENERIC,v 1.10 1997/05/08 16:39:36 oki 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
38# compatibility options
39#options 	COMPAT_NOMID		# old zmagic executables
40#options 	COMPAT_43		# compatibility with 4.3BSD binaries
41#options 	COMPAT_44		# compatibility with 4.4BSD binaries
42options 	COMPAT_09		# compatibility with NetBSD 0.9
43options 	COMPAT_10		# compatibility with NetBSD 1.0
44options 	COMPAT_11		# compatibility with NetBSD 1.1
45options 	COMPAT_12
46options 	TCP_COMPAT_42		# 4.2 networking ABI
47#options 	COMPAT_SUNOS		# SunOS binaries
48#options 	COMPAT_HPUX		# HP-UX binaries; VERY EXPERIMENTAL
49#options 	COMPAT_M68K4K		# NetBSD/m68k4k binaries
50
51# file system options
52file-system 	FFS			# Berkeley fast file system
53file-system 	MFS			# memory file system; uses RAM and swap
54file-system 	NFS			# Network File System client
55file-system 	CD9660			# ISO 9660 CD-ROM file system, with RR
56file-system 	MSDOSFS			# MS-DOS FAT file system
57#file-system 	FDESC			# /dev/fd
58file-system 	KERNFS			# kernel file system; recommended
59#file-system 	PROCFS			# /proc
60file-system 	NULLFS			# Loop-back filesystem
61#file-system 	PORTAL			# portal filesystem (still experimental)
62#file-system 	ADOSFS			# AmigaDOS filesystem
63#file-system 	LFS			# Log-based filesystem (still experimental)
64#file-system 	UMAPFS			# uid/gid remapping filesystem
65#file-system 	UNION			# union mount
66
67#options 	QUOTA			# file system quotas
68options 	FASTLINKS		# fast symbolic links in FFS
69#options 	NFSSERVER		# Network File System server
70
71# networking options
72#options 	GATEWAY			# IP packet forwarding
73options 	INET			# Internet protocols
74#options 	NS			# XNS
75#options 	CCITT,LLC,HDLC		# X.25
76#options 	ISO,TPIP		# OSI networking
77#options 	EON			# OSI tunneling over IP
78#options 	MULTICAST		# multicast
79#options 	TUN			# tunnelling
80
81# Options specific to this host.
82options 	DEBUG
83options 	MACHINE_NONCONTIG	# support for noncontig memory
84options 	FPSP			# '40 Floating Point Software
85options 	ITEKANJI		# Kanji display for console
86options 	PANICBUTTON		# enable interrupt switch
87options 	EIOMAPSIZE=0		# do not map PCI address space
88#options 	MAPPEDCOPY		# use page mapping for large copyin/copyout
89#options 	BUFPAGES=900
90#options 	NKMEMCLUSTERS=256
91#options 	PROFTIMER, PRF_INTERVAL=500
92#options 	KGDB,"KGDBDEV=15*256+2", KGDBRATE=19200
93#options 	PPP_OUTQ_SIZE=4096
94
95#config		netbsd root on sd6a swap on sd6b
96config		netbsd root on ? type ?
97
98mainbus0	at root
99
100zs0		at mainbus0		# Zilog serial
101par0		at mainbus0		# builtin parallel port
102spc0		at mainbus0		# builtin scsi
103spc1		at mainbus0		# external scsi
104scsibus*	at spc?
105grfbus0 	at mainbus0		# bitmapped display's
106grf0		at grfbus0		# graphics driver
107ite0		at grf0			# console
108fdc0		at mainbus0		# floppy controller
109fd*		at fdc0 unit ?		# builtin floppy drive
110
111# SCSI disks
112#sd*	at scsibus? target ? lun ?
113sd0	at scsibus? target 0 lun ?
114sd1	at scsibus? target 1 lun ?
115sd2	at scsibus? target 2 lun ?
116sd3	at scsibus? target 3 lun ?
117sd4	at scsibus? target 4 lun ?
118sd5	at scsibus? target 5 lun ?
119sd6	at scsibus? target 6 lun ?
120sd7	at scsibus? target 7 lun ?
121
122# SCSI CD-ROMs
123cd*	at scsibus? target ? lun ?
124
125# SCSI tapes
126st*	at scsibus? target ? lun 0
127
128# ethernet board
129#se0	at scsibus? target ? lun ?
130#ed0	at mainbus0
131
132#device  	bsdaudio0	at nexus0 # /dev/audio
133
134pseudo-device	sl		2	# compressed SLIP
135pseudo-device	ppp		2	# point-to-point protocol
136#pseudo-device	bpfilter	16	# packet filter
137pseudo-device	pty		32	# pseudo-terminals
138pseudo-device	kbd			# kbd
139pseudo-device 	mouse			# mouse
140#pseudo-device	sram			# static RAM
141pseudo-device	bell			# OPM bell
142pseudo-device	pow		2	# software power switch
143pseudo-device	loop			# loopback; recommended
144#pseudo-device	vnd		10	# vn virtual filesystem device
145#pseudo-device	ccd		4	# concatenating disk driver
146