xref: /netbsd/sys/arch/mac68k/conf/INSTALL (revision 6550d01e)
1#	$NetBSD: INSTALL,v 1.47 2010/11/24 13:53:34 hauke Exp $
2#
3# INSTALL
4
5include	"arch/mac68k/conf/std.mac68k"
6
7#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
8
9makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
10
11maxusers	8		# estimated number of users
12
13# Enable the hooks used for initializing the ram-disk.
14options 	MEMORY_DISK_HOOKS
15options 	MEMORY_DISK_IS_ROOT 	# Force root on ram-disk
16options 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 MB
17options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
18
19# CPU support.  At least one is REQUIRED.
20options 	M68040
21options 	M68030
22options 	M68020		# Note:  must have 68851 PMMU
23
24# CPU-related options.
25options 	FPSP
26options 	FPU_EMULATE
27
28# Standard system options
29
30options 	INSECURE	# disable kernel security levels
31
32options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
33
34options 	USERCONF	# userconf(4) support
35options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
36#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
37
38# Diagnostic/debugging support options - XXX remove these at some point
39options 	DIAGNOSTIC	# cheap kernel consistency checks
40options 	DDB		# in-kernel debugger
41#options 	ADB_DEBUG	# ADB debugging
42
43# Compatibility options
44options 	COMPAT_10	# NetBSD 1.0,
45options 	COMPAT_11	# NetBSD 1.1,
46options 	COMPAT_12	# NetBSD 1.2,
47options 	COMPAT_13	# NetBSD 1.3,
48options 	COMPAT_14	# NetBSD 1.4,
49options 	COMPAT_15	# NetBSD 1.5,
50options 	COMPAT_16	# NetBSD 1.6,
51options 	COMPAT_20	# NetBSD 2.0,
52options 	COMPAT_30	# NetBSD 3.0,
53options 	COMPAT_40	# NetBSD 4.0,
54options 	COMPAT_50	# NetBSD 5.0 compatibility.
55options 	COMPAT_43	# and 4.3BSD
56options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
57
58# File systems
59file-system 	FFS		# UFS
60file-system 	NFS		# Network File System client
61file-system 	CD9660		# ISO 9660 + Rock Ridge file system
62file-system 	MSDOSFS		# MS-DOS file system
63file-system 	KERNFS		# /kern
64#file-system	PTYFS		# /dev/pts/N support
65
66# Filesystem options
67#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
68options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
69options 	WAPBL		# File system journaling support - Experimental
70
71# Networking options
72options 	INET		# IP + ICMP + TCP + UDP
73
74# These options enable verbose messages for several subsystems.
75# Warning, these may compile large string tables into the kernel!
76options 	SCSIVERBOSE	# human readable SCSI error messages
77
78# wscons options
79#options 	WSEMUL_SUN		# sun terminal emulation
80options 	WSEMUL_VT100		# VT100 / VT220 emulation
81options 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
82
83# rcons options; note that 1-bit and 8-bit displays are supported by default.
84options 	RCONS_2BPP		# Support for 2-bit display
85options 	RCONS_4BPP		# Support for 4-bit display
86options 	RCONS_16BPP		# Support for 16-bit display
87
88# Mac-specific options
89#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
90#options 	MRG_ADB		# Use ROM-based ADB driver
91options 	ZS_CONSOLE_ABORT
92
93options 	NFS_BOOT_DHCP
94
95# Kernel root file system and dump configuration.
96config		netbsd	root on ? type ?
97
98#
99# Device configuration
100#
101
102mainbus0 at root
103
104
105# Basic Bus Support
106
107# On-board I/O bus support
108obio0 at mainbus?
109
110# NuBus support
111nubus0 at mainbus?
112
113
114# Console Devices
115
116# Apple Desktop Bus interface
117adb0	at obio?
118aed*	at adb?				# ADB event device
119akbd*	at adb?				# ADB keyboard
120ams*	at adb?				# ADB mouse
121
122# Basic frame buffer support
123intvid0	at obio?			# Internal video hardware
124macvid*	at nubus?			# NuBus video card
125
126# Device-independent frame buffer interface
127macfb*	at intvid?
128macfb*	at macvid?
129
130# Workstation Console devices
131wsdisplay0 at macfb? console ?
132wskbd0	at akbd? console ?
133wsmouse0 at ams?
134
135
136# Serial Devices
137
138# On-board serial interface
139zsc0	at obio?
140zstty*	at zsc? channel ?
141
142
143# SCSI Controllers and Devices
144
145# SCSI controllers
146# XXX - use only one of ncrscsi or sbc
147ncrscsi0 at obio? addr 0		# SCSI NCR 5380
148#sbc0	at obio? addr 0 flags 0x1	# MI SCSI NCR 5380
149esp0	at obio? addr 0			# SCSI NCR 53C9x
150esp1	at obio? addr 1			# SCSI NCR 53C9x
151
152# SCSI bus support
153scsibus* at scsi?
154
155# SCSI devices
156sd*	at scsibus? target ? lun ?	# SCSI disk drives
157cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
158st*	at scsibus? target ? lun ?	# SCSI tape drives
159
160# IDE controller and devices
161wdc*	at obio? flags 0x1000
162atabus* at ata?
163wd*	at atabus? drive ?
164
165
166# Miscellaneous mass storage devices
167
168# IWM floppy disk controller
169iwm0	at obio?			# Sony driver (800K GCR)
170fd*	at iwm? drive ?
171
172
173# Network Interfaces
174
175# On-board Ethernet controllers
176sn*	at obio?			# SONIC-based (DP83932, DP83916)
177mc*	at obio?			# MACE-based
178
179# NuBus Ethernet controllers
180ae*	at nubus?			# DP8390-based
181sn*	at nubus?			# SONIC-based (DP83932, DP83916)
182sm*	at nubus?			# SMC-based
183netdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
184
185nsphy*	at mii? phy ?
186ukphy*	at mii? phy ?
187
188# Audio Devices
189
190# On-board audio hardware
191asc0	at obio?			# ASC/EASC audio
192
193# Pseudo-Devices
194
195# disk/mass storage pseudo-devices
196pseudo-device	md			# memory disk device (ramdisk)
197#pseudo-device	fss			# file system snapshot device
198
199# network pseudo-devices
200pseudo-device	loop 		1 	# network loopback
201pseudo-device	ppp		 	# Point-to-Point Protocol
202pseudo-device	sl		 	# Serial Line IP
203
204# miscellaneous pseudo-devices
205pseudo-device	bpfilter		# Berkeley packet filter
206pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
207
208pseudo-device	rnd			# /dev/random and in-kernel generator
209