INSTALL revision 1.55
11.55Suebayasi#	$NetBSD: INSTALL,v 1.55 2015/08/21 01:52:08 uebayasi Exp $
21.1Sender#
31.1Sender# INSTALL
41.1Sender
51.1Senderinclude	"arch/mac68k/conf/std.mac68k"
61.16Satatat
71.16Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
81.8Sabs
91.11Slukemmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
101.1Sender
111.1Sendermaxusers	8		# estimated number of users
121.1Sender
131.1Sender# Enable the hooks used for initializing the ram-disk.
141.1Senderoptions 	MEMORY_DISK_HOOKS
151.1Senderoptions 	MEMORY_DISK_IS_ROOT 	# Force root on ram-disk
161.14Slukemoptions 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 MB
171.44Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
181.1Sender
191.1Sender# CPU support.  At least one is REQUIRED.
201.1Senderoptions 	M68040
211.1Senderoptions 	M68030
221.1Senderoptions 	M68020		# Note:  must have 68851 PMMU
231.1Sender
241.1Sender# CPU-related options.
251.1Senderoptions 	FPSP
261.1Senderoptions 	FPU_EMULATE
271.1Sender
281.1Sender# Standard system options
291.1Sender
301.1Senderoptions 	INSECURE	# disable kernel security levels
311.1Sender
321.1Senderoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
331.12Sjdolecek
341.22Slukemoptions 	USERCONF	# userconf(4) support
351.21Sabsoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
361.28Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
371.1Sender
381.1Sender# Diagnostic/debugging support options - XXX remove these at some point
391.1Senderoptions 	DIAGNOSTIC	# cheap kernel consistency checks
401.1Senderoptions 	DDB		# in-kernel debugger
411.55Suebayasipseudo-device	ksyms
421.5Sscottr#options 	ADB_DEBUG	# ADB debugging
431.1Sender
441.1Sender# Compatibility options
451.1Senderoptions 	COMPAT_10	# NetBSD 1.0,
461.1Senderoptions 	COMPAT_11	# NetBSD 1.1,
471.1Senderoptions 	COMPAT_12	# NetBSD 1.2,
481.1Senderoptions 	COMPAT_13	# NetBSD 1.3,
491.3Saugustssoptions 	COMPAT_14	# NetBSD 1.4,
501.25Scloptions 	COMPAT_15	# NetBSD 1.5,
511.25Scloptions 	COMPAT_16	# NetBSD 1.6,
521.47Shaukeoptions 	COMPAT_20	# NetBSD 2.0,
531.47Shaukeoptions 	COMPAT_30	# NetBSD 3.0,
541.47Shaukeoptions 	COMPAT_40	# NetBSD 4.0,
551.54Sdhollandoptions 	COMPAT_50	# NetBSD 5.0,
561.54Sdhollandoptions 	COMPAT_60	# NetBSD 6.0, and
571.54Sdhollandoptions 	COMPAT_70	# NetBSD 7.0 binary compatibility.
581.1Senderoptions 	COMPAT_43	# and 4.3BSD
591.29Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
601.1Sender
611.1Sender# File systems
621.1Senderfile-system 	FFS		# UFS
631.1Senderfile-system 	NFS		# Network File System client
641.1Senderfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
651.1Senderfile-system 	MSDOSFS		# MS-DOS file system
661.1Senderfile-system 	KERNFS		# /kern
671.34Schristos#file-system	PTYFS		# /dev/pts/N support
681.9Sabs
691.9Sabs# Filesystem options
701.40Syamt#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
711.35Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
721.49Sdhollandoptions 	WAPBL		# File system journaling support
731.1Sender
741.1Sender# Networking options
751.1Senderoptions 	INET		# IP + ICMP + TCP + UDP
761.1Sender
771.1Sender# These options enable verbose messages for several subsystems.
781.1Sender# Warning, these may compile large string tables into the kernel!
791.1Senderoptions 	SCSIVERBOSE	# human readable SCSI error messages
801.1Sender
811.4Sscottr# wscons options
821.4Sscottr#options 	WSEMUL_SUN		# sun terminal emulation
831.4Sscottroptions 	WSEMUL_VT100		# VT100 / VT220 emulation
841.4Sscottroptions 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
851.50Sabsoptions 	WSDISPLAY_DEFAULTSCREENS=1
861.50Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
871.4Sscottr
881.4Sscottr# rcons options; note that 1-bit and 8-bit displays are supported by default.
891.4Sscottroptions 	RCONS_2BPP		# Support for 2-bit display
901.4Sscottroptions 	RCONS_4BPP		# Support for 4-bit display
911.4Sscottroptions 	RCONS_16BPP		# Support for 16-bit display
921.4Sscottr
931.1Sender# Mac-specific options
941.2Sbriggs#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
951.1Sender#options 	MRG_ADB		# Use ROM-based ADB driver
961.1Senderoptions 	ZS_CONSOLE_ABORT
971.1Sender
981.4Sscottroptions 	NFS_BOOT_DHCP
991.1Sender
1001.1Sender# Kernel root file system and dump configuration.
1011.1Senderconfig		netbsd	root on ? type ?
1021.1Sender
1031.1Sender#
1041.1Sender# Device configuration
1051.1Sender#
1061.1Sender
1071.1Sendermainbus0 at root
1081.1Sender
1091.1Sender
1101.1Sender# Basic Bus Support
1111.1Sender
1121.1Sender# On-board I/O bus support
1131.1Senderobio0 at mainbus?
1141.1Sender
1151.1Sender# NuBus support
1161.1Sendernubus0 at mainbus?
1171.1Sender
1181.1Sender
1191.1Sender# Console Devices
1201.1Sender
1211.1Sender# Apple Desktop Bus interface
1221.1Senderadb0	at obio?
1231.1Senderaed*	at adb?				# ADB event device
1241.4Sscottrakbd*	at adb?				# ADB keyboard
1251.4Sscottrams*	at adb?				# ADB mouse
1261.1Sender
1271.1Sender# Basic frame buffer support
1281.1Senderintvid0	at obio?			# Internal video hardware
1291.1Sendermacvid*	at nubus?			# NuBus video card
1301.1Sender
1311.1Sender# Device-independent frame buffer interface
1321.4Sscottrmacfb*	at intvid?
1331.4Sscottrmacfb*	at macvid?
1341.1Sender
1351.4Sscottr# Workstation Console devices
1361.4Sscottrwsdisplay0 at macfb? console ?
1371.4Sscottrwskbd0	at akbd? console ?
1381.4Sscottrwsmouse0 at ams?
1391.1Sender
1401.1Sender
1411.1Sender# Serial Devices
1421.1Sender
1431.1Sender# On-board serial interface
1441.1Senderzsc0	at obio?
1451.1Senderzstty*	at zsc? channel ?
1461.1Sender
1471.1Sender
1481.1Sender# SCSI Controllers and Devices
1491.1Sender
1501.1Sender# SCSI controllers
1511.1Sender# XXX - use only one of ncrscsi or sbc
1521.30Schsncrscsi0 at obio? addr 0		# SCSI NCR 5380
1531.30Schs#sbc0	at obio? addr 0 flags 0x1	# MI SCSI NCR 5380
1541.30Schsesp0	at obio? addr 0			# SCSI NCR 53C9x
1551.30Schsesp1	at obio? addr 1			# SCSI NCR 53C9x
1561.1Sender
1571.1Sender# SCSI bus support
1581.1Senderscsibus* at scsi?
1591.1Sender
1601.1Sender# SCSI devices
1611.1Sendersd*	at scsibus? target ? lun ?	# SCSI disk drives
1621.1Sendercd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1631.1Senderst*	at scsibus? target ? lun ?	# SCSI tape drives
1641.17Sshiba
1651.17Sshiba# IDE controller and devices
1661.18Swormeywdc*	at obio? flags 0x1000
1671.27Slukematabus* at ata?
1681.26Sbouyerwd*	at atabus? drive ?
1691.1Sender
1701.1Sender
1711.1Sender# Miscellaneous mass storage devices
1721.1Sender
1731.1Sender# IWM floppy disk controller
1741.1Senderiwm0	at obio?			# Sony driver (800K GCR)
1751.1Senderfd*	at iwm? drive ?
1761.1Sender
1771.1Sender
1781.1Sender# Network Interfaces
1791.1Sender
1801.1Sender# On-board Ethernet controllers
1811.1Sendersn*	at obio?			# SONIC-based (DP83932, DP83916)
1821.1Sendermc*	at obio?			# MACE-based
1831.1Sender
1841.1Sender# NuBus Ethernet controllers
1851.1Senderae*	at nubus?			# DP8390-based
1861.1Sendersn*	at nubus?			# SONIC-based (DP83932, DP83916)
1871.6Sbriggssm*	at nubus?			# SMC-based
1881.19Sitojunnetdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
1891.1Sender
1901.6Sbriggsnsphy*	at mii? phy ?
1911.6Sbriggsukphy*	at mii? phy ?
1921.1Sender
1931.1Sender# Audio Devices
1941.1Sender
1951.1Sender# On-board audio hardware
1961.1Senderasc0	at obio?			# ASC/EASC audio
1971.1Sender
1981.1Sender# Pseudo-Devices
1991.1Sender
2001.1Sender# disk/mass storage pseudo-devices
2011.46Shannkenpseudo-device	md			# memory disk device (ramdisk)
2021.45Spooka#pseudo-device	fss			# file system snapshot device
2031.1Sender
2041.1Sender# network pseudo-devices
2051.52Schristospseudo-device	loop 		 	# network loopback
2061.38Scubepseudo-device	ppp		 	# Point-to-Point Protocol
2071.38Scubepseudo-device	sl		 	# Serial Line IP
2081.1Sender
2091.1Sender# miscellaneous pseudo-devices
2101.37Srpaulopseudo-device	bpfilter		# Berkeley packet filter
2111.52Schristospseudo-device	pty			# pseudo-terminals
2121.24Sitojun
213