11.58Stsutsui#	$NetBSD: INSTALL,v 1.58 2023/01/05 18:48:13 tsutsui 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.57Srinmakeoptions	COPTS="-Os -fno-omit-frame-pointer"
101.57Srin	# Optimise for space. Implies -O2. -fno-omit-frame-pointer is
111.57Srin	# necessary for backtraces in DDB.
121.1Sender
131.1Sendermaxusers	8		# estimated number of users
141.1Sender
151.1Sender# Enable the hooks used for initializing the ram-disk.
161.1Senderoptions 	MEMORY_DISK_HOOKS
171.1Senderoptions 	MEMORY_DISK_IS_ROOT 	# Force root on ram-disk
181.14Slukemoptions 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 MB
191.44Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
201.1Sender
211.1Sender# CPU support.  At least one is REQUIRED.
221.1Senderoptions 	M68040
231.1Senderoptions 	M68030
241.1Senderoptions 	M68020		# Note:  must have 68851 PMMU
251.1Sender
261.1Sender# CPU-related options.
271.1Senderoptions 	FPSP
281.1Senderoptions 	FPU_EMULATE
291.1Sender
301.1Sender# Standard system options
311.1Sender
321.1Senderoptions 	INSECURE	# disable kernel security levels
331.1Sender
341.1Senderoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
351.12Sjdolecek
361.22Slukemoptions 	USERCONF	# userconf(4) support
371.21Sabsoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
381.28Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
391.1Sender
401.1Sender# Diagnostic/debugging support options - XXX remove these at some point
411.58Stsutsui#options 	DIAGNOSTIC	# cheap kernel consistency checks
421.1Senderoptions 	DDB		# in-kernel debugger
431.55Suebayasipseudo-device	ksyms
441.5Sscottr#options 	ADB_DEBUG	# ADB debugging
451.1Sender
461.1Sender# Compatibility options
471.56Smrginclude 	"conf/compat_netbsd10.config"
481.1Sender
491.1Sender# File systems
501.1Senderfile-system 	FFS		# UFS
511.1Senderfile-system 	NFS		# Network File System client
521.1Senderfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
531.1Senderfile-system 	MSDOSFS		# MS-DOS file system
541.1Senderfile-system 	KERNFS		# /kern
551.34Schristos#file-system	PTYFS		# /dev/pts/N support
561.9Sabs
571.9Sabs# Filesystem options
581.40Syamt#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
591.35Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
601.49Sdhollandoptions 	WAPBL		# File system journaling support
611.1Sender
621.1Sender# Networking options
631.1Senderoptions 	INET		# IP + ICMP + TCP + UDP
641.1Sender
651.1Sender# These options enable verbose messages for several subsystems.
661.1Sender# Warning, these may compile large string tables into the kernel!
671.1Senderoptions 	SCSIVERBOSE	# human readable SCSI error messages
681.1Sender
691.4Sscottr# wscons options
701.4Sscottr#options 	WSEMUL_SUN		# sun terminal emulation
711.4Sscottroptions 	WSEMUL_VT100		# VT100 / VT220 emulation
721.4Sscottroptions 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
731.50Sabsoptions 	WSDISPLAY_DEFAULTSCREENS=1
741.50Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
751.4Sscottr
761.4Sscottr# rcons options; note that 1-bit and 8-bit displays are supported by default.
771.4Sscottroptions 	RCONS_2BPP		# Support for 2-bit display
781.4Sscottroptions 	RCONS_4BPP		# Support for 4-bit display
791.4Sscottroptions 	RCONS_16BPP		# Support for 16-bit display
801.4Sscottr
811.1Sender# Mac-specific options
821.2Sbriggs#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
831.1Sender#options 	MRG_ADB		# Use ROM-based ADB driver
841.1Senderoptions 	ZS_CONSOLE_ABORT
851.1Sender
861.4Sscottroptions 	NFS_BOOT_DHCP
871.1Sender
881.1Sender# Kernel root file system and dump configuration.
891.1Senderconfig		netbsd	root on ? type ?
901.1Sender
911.1Sender#
921.1Sender# Device configuration
931.1Sender#
941.1Sender
951.1Sendermainbus0 at root
961.1Sender
971.1Sender
981.1Sender# Basic Bus Support
991.1Sender
1001.1Sender# On-board I/O bus support
1011.1Senderobio0 at mainbus?
1021.1Sender
1031.1Sender# NuBus support
1041.1Sendernubus0 at mainbus?
1051.1Sender
1061.1Sender
1071.1Sender# Console Devices
1081.1Sender
1091.1Sender# Apple Desktop Bus interface
1101.1Senderadb0	at obio?
1111.1Senderaed*	at adb?				# ADB event device
1121.4Sscottrakbd*	at adb?				# ADB keyboard
1131.4Sscottrams*	at adb?				# ADB mouse
1141.1Sender
1151.1Sender# Basic frame buffer support
1161.1Senderintvid0	at obio?			# Internal video hardware
1171.1Sendermacvid*	at nubus?			# NuBus video card
1181.1Sender
1191.1Sender# Device-independent frame buffer interface
1201.4Sscottrmacfb*	at intvid?
1211.4Sscottrmacfb*	at macvid?
1221.1Sender
1231.4Sscottr# Workstation Console devices
1241.4Sscottrwsdisplay0 at macfb? console ?
1251.4Sscottrwskbd0	at akbd? console ?
1261.4Sscottrwsmouse0 at ams?
1271.1Sender
1281.1Sender
1291.1Sender# Serial Devices
1301.1Sender
1311.1Sender# On-board serial interface
1321.1Senderzsc0	at obio?
1331.1Senderzstty*	at zsc? channel ?
1341.1Sender
1351.1Sender
1361.1Sender# SCSI Controllers and Devices
1371.1Sender
1381.1Sender# SCSI controllers
1391.1Sender# XXX - use only one of ncrscsi or sbc
1401.30Schsncrscsi0 at obio? addr 0		# SCSI NCR 5380
1411.30Schs#sbc0	at obio? addr 0 flags 0x1	# MI SCSI NCR 5380
1421.30Schsesp0	at obio? addr 0			# SCSI NCR 53C9x
1431.30Schsesp1	at obio? addr 1			# SCSI NCR 53C9x
1441.1Sender
1451.1Sender# SCSI bus support
1461.1Senderscsibus* at scsi?
1471.1Sender
1481.1Sender# SCSI devices
1491.1Sendersd*	at scsibus? target ? lun ?	# SCSI disk drives
1501.1Sendercd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1511.1Senderst*	at scsibus? target ? lun ?	# SCSI tape drives
1521.17Sshiba
1531.17Sshiba# IDE controller and devices
1541.18Swormeywdc*	at obio? flags 0x1000
1551.27Slukematabus* at ata?
1561.26Sbouyerwd*	at atabus? drive ?
1571.1Sender
1581.1Sender
1591.1Sender# Miscellaneous mass storage devices
1601.1Sender
1611.1Sender# IWM floppy disk controller
1621.1Senderiwm0	at obio?			# Sony driver (800K GCR)
1631.1Senderfd*	at iwm? drive ?
1641.1Sender
1651.1Sender
1661.1Sender# Network Interfaces
1671.1Sender
1681.1Sender# On-board Ethernet controllers
1691.1Sendersn*	at obio?			# SONIC-based (DP83932, DP83916)
1701.1Sendermc*	at obio?			# MACE-based
1711.1Sender
1721.1Sender# NuBus Ethernet controllers
1731.1Senderae*	at nubus?			# DP8390-based
1741.1Sendersn*	at nubus?			# SONIC-based (DP83932, DP83916)
1751.6Sbriggssm*	at nubus?			# SMC-based
1761.19Sitojunnetdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
1771.1Sender
1781.6Sbriggsnsphy*	at mii? phy ?
1791.6Sbriggsukphy*	at mii? phy ?
1801.1Sender
1811.1Sender# Audio Devices
1821.1Sender
1831.1Sender# On-board audio hardware
1841.1Senderasc0	at obio?			# ASC/EASC audio
1851.1Sender
1861.1Sender# Pseudo-Devices
1871.1Sender
1881.1Sender# disk/mass storage pseudo-devices
1891.46Shannkenpseudo-device	md			# memory disk device (ramdisk)
1901.45Spooka#pseudo-device	fss			# file system snapshot device
1911.1Sender
1921.1Sender# network pseudo-devices
1931.52Schristospseudo-device	loop 		 	# network loopback
1941.38Scubepseudo-device	ppp		 	# Point-to-Point Protocol
1951.38Scubepseudo-device	sl		 	# Serial Line IP
1961.1Sender
1971.1Sender# miscellaneous pseudo-devices
1981.37Srpaulopseudo-device	bpfilter		# Berkeley packet filter
1991.52Schristospseudo-device	pty			# pseudo-terminals
2001.24Sitojun
201