GENERIC revision 1.21
1#	$NetBSD: GENERIC,v 1.21 1998/09/03 14:29:33 minoura 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
16options 	M68060
17
18# set to indicate RTC is offset from GMT
19options 	RTC_OFFSET=-540	# hardware clock is this many mins. west of GMT
20
21# estimated number of users
22maxusers	8
23
24# standard options
25options 	SWAPPAGER		# swap pager (anonymous and swap space)
26options 	VNODEPAGER		# vnode pager (mapped files)
27options 	DEVPAGER		# device pager (mapped devices)
28#options 	DDB			# kernel debugger; recommended
29#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
30#options 	DIAGNOSTIC		# internal consistency checking
31
32options 	KTRACE			# system call tracing, a la ktrace(1)
33options 	SYSVMSG			# System V-like message queues
34options 	SYSVSEM			# System V-like semaphores
35options 	SYSVSHM			# System V-like memory sharing
36options 	SHMMAXPGS=1024		# 1024 pages in the defualt
37#options 	LKM			# loadable kernel modules
38#options 	SCSIVERBOSE		# Verbose SCSI errors
39
40# compatibility options
41#options 	COMPAT_NOMID		# old zmagic executables
42#options 	COMPAT_43		# compatibility with 4.3BSD binaries
43#options 	COMPAT_44		# compatibility with 4.4BSD binaries
44options 	COMPAT_09		# compatibility with NetBSD 0.9
45options 	COMPAT_10		# compatibility with NetBSD 1.0
46options 	COMPAT_11		# compatibility with NetBSD 1.1
47options 	COMPAT_12		# compatibility with NetBSD 1.2
48options 	COMPAT_13		# compatibility with NetBSD 1.3
49options 	TCP_COMPAT_42		# 4.2 networking ABI
50#options 	COMPAT_SUNOS		# SunOS binaries
51#options 	COMPAT_HPUX		# HP-UX binaries; VERY EXPERIMENTAL
52#options 	COMPAT_M68K4K		# NetBSD/m68k4k binaries
53
54# file system options
55file-system 	FFS			# Berkeley fast file system
56file-system 	MFS			# memory file system; uses RAM and swap
57file-system 	NFS			# Network File System client
58file-system 	CD9660			# ISO 9660 CD-ROM file system, with RR
59file-system 	MSDOSFS			# MS-DOS FAT file system
60file-system 	FDESC			# /dev/fd
61file-system 	KERNFS			# kernel file system; recommended
62file-system 	PROCFS			# /proc
63file-system 	NULLFS			# Loop-back filesystem
64file-system 	PORTAL			# portal filesystem (still experimental)
65#file-system 	ADOSFS			# AmigaDOS filesystem
66file-system 	LFS			# Log-based filesystem (still experimental)
67file-system 	UMAPFS			# uid/gid remapping filesystem
68file-system 	UNION			# union mount
69
70#options 	QUOTA			# file system quotas
71#options 	FFS_EI		# FFS Endian Independant support
72#options 	NFSSERVER		# Network File System server
73
74# networking options
75#options 	GATEWAY			# IP packet forwarding
76options 	INET			# Internet protocols
77#options 	NS			# XNS
78#options 	CCITT,LLC,HDLC		# X.25
79#options 	ISO,TPIP		# OSI networking
80#options 	EON			# OSI tunneling over IP
81#options 	MULTICAST		# multicast
82#options 	TUN			# tunnelling
83
84# Options specific to this host.
85options 	DEBUG
86options 	MACHINE_NONCONTIG	# support for noncontig memory
87options 	FPSP			# '40 Floating Point Software
88options 	PANICBUTTON		# enable interrupt switch
89options 	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
101zsc0		at mainbus0
102zstty0		at zsc0 channel 0	# built-in RS-232C
103ms0		at zsc0 channel 1	# standard mouse
104par0		at mainbus0		# builtin parallel port
105spc0		at mainbus0		# builtin scsi
106spc1		at mainbus0		# external scsi
107scsibus*	at spc?
108mha0		at mainbus0		# MK-HA1 Mach-2 SCSI
109scsibus*	at mha?
110grfbus0 	at mainbus0		# bitmapped display's
111grf0		at grfbus0		# graphics driver
112ite0		at grf0			# console
113fdc0		at mainbus0		# floppy controller
114fd*		at fdc0 unit ?		# builtin floppy drive
115
116# SCSI disks
117#sd*	at scsibus? target ? lun ?
118sd0	at scsibus? target 0 lun ?
119sd1	at scsibus? target 1 lun ?
120sd2	at scsibus? target 2 lun ?
121sd3	at scsibus? target 3 lun ?
122sd4	at scsibus? target 4 lun ?
123sd5	at scsibus? target 5 lun ?
124sd6	at scsibus? target 6 lun ?
125sd7	at scsibus? target 7 lun ?
126
127# SCSI CD-ROMs
128cd*	at scsibus? target ? lun ?
129
130# SCSI tapes
131st*	at scsibus? target ? lun 0
132
133# ethernet board
134#se0	at scsibus? target ? lun ?
135#ed0	at mainbus0
136
137#device  	bsdaudio0	at nexus0 # /dev/audio
138
139pseudo-device	sl		2	# compressed SLIP
140pseudo-device	ppp		2	# point-to-point protocol
141#pseudo-device	bpfilter	16	# packet filter
142pseudo-device	pty		32	# pseudo-terminals
143pseudo-device	kbd			# kbd
144#pseudo-device	sram			# static RAM
145pseudo-device	bell			# OPM bell
146pseudo-device	pow		2	# software power switch
147pseudo-device	loop			# loopback; recommended
148#pseudo-device	vnd		10	# vn virtual filesystem device
149#pseudo-device	ccd		4	# concatenating disk driver
150# rnd is EXPERIMENTAL
151#pseudo-device	rnd			# /dev/random and in-kernel generator
152