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