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