xref: /netbsd-src/sys/arch/mac68k/conf/INSTALL (revision 9616dacfef448e70e3fbbd865bddf60d54b656c5)
1#	$NetBSD: INSTALL,v 1.55 2015/08/21 01:52:08 uebayasi 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
41pseudo-device	ksyms
42#options 	ADB_DEBUG	# ADB debugging
43
44# Compatibility options
45options 	COMPAT_10	# NetBSD 1.0,
46options 	COMPAT_11	# NetBSD 1.1,
47options 	COMPAT_12	# NetBSD 1.2,
48options 	COMPAT_13	# NetBSD 1.3,
49options 	COMPAT_14	# NetBSD 1.4,
50options 	COMPAT_15	# NetBSD 1.5,
51options 	COMPAT_16	# NetBSD 1.6,
52options 	COMPAT_20	# NetBSD 2.0,
53options 	COMPAT_30	# NetBSD 3.0,
54options 	COMPAT_40	# NetBSD 4.0,
55options 	COMPAT_50	# NetBSD 5.0,
56options 	COMPAT_60	# NetBSD 6.0, and
57options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
58options 	COMPAT_43	# and 4.3BSD
59options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
60
61# File systems
62file-system 	FFS		# UFS
63file-system 	NFS		# Network File System client
64file-system 	CD9660		# ISO 9660 + Rock Ridge file system
65file-system 	MSDOSFS		# MS-DOS file system
66file-system 	KERNFS		# /kern
67#file-system	PTYFS		# /dev/pts/N support
68
69# Filesystem options
70#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
71options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
72options 	WAPBL		# File system journaling support
73
74# Networking options
75options 	INET		# IP + ICMP + TCP + UDP
76
77# These options enable verbose messages for several subsystems.
78# Warning, these may compile large string tables into the kernel!
79options 	SCSIVERBOSE	# human readable SCSI error messages
80
81# wscons options
82#options 	WSEMUL_SUN		# sun terminal emulation
83options 	WSEMUL_VT100		# VT100 / VT220 emulation
84options 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
85options 	WSDISPLAY_DEFAULTSCREENS=1
86#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
87
88# rcons options; note that 1-bit and 8-bit displays are supported by default.
89options 	RCONS_2BPP		# Support for 2-bit display
90options 	RCONS_4BPP		# Support for 4-bit display
91options 	RCONS_16BPP		# Support for 16-bit display
92
93# Mac-specific options
94#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
95#options 	MRG_ADB		# Use ROM-based ADB driver
96options 	ZS_CONSOLE_ABORT
97
98options 	NFS_BOOT_DHCP
99
100# Kernel root file system and dump configuration.
101config		netbsd	root on ? type ?
102
103#
104# Device configuration
105#
106
107mainbus0 at root
108
109
110# Basic Bus Support
111
112# On-board I/O bus support
113obio0 at mainbus?
114
115# NuBus support
116nubus0 at mainbus?
117
118
119# Console Devices
120
121# Apple Desktop Bus interface
122adb0	at obio?
123aed*	at adb?				# ADB event device
124akbd*	at adb?				# ADB keyboard
125ams*	at adb?				# ADB mouse
126
127# Basic frame buffer support
128intvid0	at obio?			# Internal video hardware
129macvid*	at nubus?			# NuBus video card
130
131# Device-independent frame buffer interface
132macfb*	at intvid?
133macfb*	at macvid?
134
135# Workstation Console devices
136wsdisplay0 at macfb? console ?
137wskbd0	at akbd? console ?
138wsmouse0 at ams?
139
140
141# Serial Devices
142
143# On-board serial interface
144zsc0	at obio?
145zstty*	at zsc? channel ?
146
147
148# SCSI Controllers and Devices
149
150# SCSI controllers
151# XXX - use only one of ncrscsi or sbc
152ncrscsi0 at obio? addr 0		# SCSI NCR 5380
153#sbc0	at obio? addr 0 flags 0x1	# MI SCSI NCR 5380
154esp0	at obio? addr 0			# SCSI NCR 53C9x
155esp1	at obio? addr 1			# SCSI NCR 53C9x
156
157# SCSI bus support
158scsibus* at scsi?
159
160# SCSI devices
161sd*	at scsibus? target ? lun ?	# SCSI disk drives
162cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
163st*	at scsibus? target ? lun ?	# SCSI tape drives
164
165# IDE controller and devices
166wdc*	at obio? flags 0x1000
167atabus* at ata?
168wd*	at atabus? drive ?
169
170
171# Miscellaneous mass storage devices
172
173# IWM floppy disk controller
174iwm0	at obio?			# Sony driver (800K GCR)
175fd*	at iwm? drive ?
176
177
178# Network Interfaces
179
180# On-board Ethernet controllers
181sn*	at obio?			# SONIC-based (DP83932, DP83916)
182mc*	at obio?			# MACE-based
183
184# NuBus Ethernet controllers
185ae*	at nubus?			# DP8390-based
186sn*	at nubus?			# SONIC-based (DP83932, DP83916)
187sm*	at nubus?			# SMC-based
188netdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
189
190nsphy*	at mii? phy ?
191ukphy*	at mii? phy ?
192
193# Audio Devices
194
195# On-board audio hardware
196asc0	at obio?			# ASC/EASC audio
197
198# Pseudo-Devices
199
200# disk/mass storage pseudo-devices
201pseudo-device	md			# memory disk device (ramdisk)
202#pseudo-device	fss			# file system snapshot device
203
204# network pseudo-devices
205pseudo-device	loop 		 	# network loopback
206pseudo-device	ppp		 	# Point-to-Point Protocol
207pseudo-device	sl		 	# Serial Line IP
208
209# miscellaneous pseudo-devices
210pseudo-device	bpfilter		# Berkeley packet filter
211pseudo-device	pty			# pseudo-terminals
212
213