11.66Stsutsui# 	$NetBSD: INSTALL,v 1.66 2020/02/01 06:02:00 tsutsui Exp $
21.1Stsutsui
31.1Stsutsui#	config for bootable floppy kernel
41.1Stsutsui#
51.63Smrginclude 	"arch/news68k/conf/std.news68k"
61.19Satatat
71.19Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
81.1Stsutsui
91.14Slukemmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
101.7Sabs
111.5Stsutsuimaxusers	4
121.1Stsutsui
131.3Stsutsuioptions 	news1200		# news1200 support
141.3Stsutsuioptions 	news1700		# news1[4567]00 support
151.1Stsutsuioptions 	CPU_SINGLE		# Will IOP be supported eventually?
161.1Stsutsui#options 	FPU_EMULATE
171.1Stsutsui
181.1Stsutsuioptions 	MEMORY_DISK_HOOKS
191.1Stsutsuioptions 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
201.1Stsutsuioptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
211.66Stsutsuioptions 	MEMORY_DISK_ROOT_SIZE=3712	# 1.85 Megabytes
221.49Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
231.1Stsutsui
241.1Stsutsui# Standard system options
251.1Stsutsui#options 	KTRACE			# system call tracing support
261.1Stsutsui#options 	SYSVMSG			# System V message queues
271.1Stsutsui#options 	SYSVSEM			# System V semaphores
281.1Stsutsui#options 	SYSVSHM			# System V shared memory
291.21Slukemoptions 	USERCONF		# userconf(4) support
301.28Stsutsuioptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
311.25Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
321.1Stsutsui
331.1Stsutsui# Debugging options
341.1Stsutsui#options 	DDB			# kernel dynamic debugger
351.1Stsutsui#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
361.1Stsutsui#options 	DEBUG			# extra kernel debugging support
371.1Stsutsui#options 	DIAGNOSTIC		# extra kernel sanity checking
381.1Stsutsui#options 	SCSIVERBOSE		# Verbose SCSI errors
391.1Stsutsui
401.1Stsutsui# Compatibility options
411.63Smrg#include 	"conf/compat_netbsd09.config"
421.28Stsutsuioptions 	COMPAT_BSDPTY		# /dev/[pt]ty?? ptys.
431.13Sabs
441.8Sabs# File systems
451.1Stsutsuifile-system	FFS		# Berkeley Fast Filesystem
461.1Stsutsuifile-system	NFS		# Sun NFS-compatible filesystem client
471.1Stsutsuifile-system	MFS		# memory-based filesystem
481.1Stsutsuifile-system	CD9660		# ISO 9660 + Rock Ridge file system
491.1Stsutsuifile-system	MSDOSFS		# MS-DOS FAT file system
501.6Stsutsui#file-system	KERNFS		# /kern
511.1Stsutsui#file-system	PROCFS		# /proc
521.1Stsutsui#file-system	FDESC		# /dev/fd/*
531.1Stsutsui#file-system	NULLFS		# loopback file system
541.14Slukem#file-system	UNION		# union file system
551.33Schristos#file-system	PTYFS		# /dev/pts/N support
561.1Stsutsui
571.8Sabs# Filesystem options
581.1Stsutsui#options 	NFSSERVER	# nfs server support
591.52Sbouyer#options 	QUOTA		# legacy UFS quotas
601.52Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
611.39Swiz#options 	FFS_EI		# ffs endian independent support
621.40Syamtoptions 	NFS_V2_ONLY	# Exclude NFS3 code to save space
631.34Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
641.56Sdhollandoptions 	WAPBL		# File system journaling support
651.1Stsutsui
661.1Stsutsui# Networking options
671.1Stsutsuioptions 	INET		# Internet protocols
681.1Stsutsui#options 	GATEWAY		# IP packet forwarding
691.13Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
701.1Stsutsui#options 	NFS_BOOT_BOOTPARAM
711.1Stsutsui
721.2Stsutsuiconfig	netbsd root on ? type ? dumps on none
731.1Stsutsui
741.1Stsutsui#
751.1Stsutsui# device declarations
761.1Stsutsui#
771.1Stsutsui
781.1Stsutsuimainbus0 at root
791.1Stsutsui
801.1Stsutsui# NEWS HYPER-BUS
811.3Stsutsuihb0	at mainbus0 systype NEWS1700
821.3Stsutsuihb1	at mainbus0 systype NEWS1200
831.1Stsutsui
841.12Stsutsui# interval timer
851.12Stsutsuitimer0	at hb0 addr 0xe1000000 ipl 6			# news1700
861.12Stsutsuitimer0	at hb1 addr 0xe1140000 ipl 6			# news1200
871.12Stsutsui
881.12Stsutsui# MK48T02 TOD clock
891.12Stsutsuimkclock0 at hb0 addr 0xe0d80000				# news1700
901.12Stsutsuimkclock0 at hb1 addr 0xe1420000				# news1200
911.1Stsutsui
921.1Stsutsui# onboard LANCE ethernet
931.3Stsutsuile0	at hb0 addr 0xe0f00000 ipl 4			# news1700
941.3Stsutsuile0	at hb1 addr 0xe1a40000 ipl 4			# news1200
951.1Stsutsui
961.1Stsutsui# keyboard/mouse; not yet
971.3Stsutsui#kb0	at hb0 addr 0xe0d00000 ipl 5			# news1700
981.3Stsutsui#ms0	at hb0 addr 0xe0d00005 ipl 5			# news1700
991.3Stsutsui#kb0	at hb1 addr 0xe1240000 ipl 5			# news1200
1001.3Stsutsui#ms0	at hb1 addr 0xe1280000 ipl 5			# news1200
1011.1Stsutsui
1021.1Stsutsui# onboard z8530 SCC
1031.3Stsutsuizsc0	at hb0 addr 0xe0d40000 ipl 5 vect 64 flags 0x0	# news1700
1041.3Stsutsuizsc0	at hb1 addr 0xe1780000 ipl 5 vect 64 flags 0x1	# news1200
1051.1Stsutsuizstty0	at zsc0 channel 0
1061.1Stsutsuizstty1	at zsc0 channel 1
1071.1Stsutsui
1081.1Stsutsui# Frame buffer devices; not yet
1091.1Stsutsui#fb0	at hb0 addr 0xf0700000			# NWB225
1101.1Stsutsui#fb1	at hb0 addr 0xf0f00000			# NWB512
1111.1Stsutsui
1121.1Stsutsui# onboard uPD72067 FDC; not yet
1131.1Stsutsui#fdc0	at hb0 addr 0xe0c80000 ipl 3
1141.1Stsutsui#fd*	at fdc0
1151.1Stsutsui
1161.1Stsutsui# onboard CXD1180 SCSI controller
1171.1Stsutsui#
1181.1Stsutsui# This driver has several flags which may be enabled using
1191.1Stsutsui# the "flags" directive.  Valid flags are:
1201.1Stsutsui#
1211.1Stsutsui# 0x000ff	Set (1<<target) to disable disconnect/reselect
1221.1Stsutsui# 0x0ff00	Set (1<<(target+8)) to disable parity checking
1231.1Stsutsui# 0x10000	Set this bit to disable DMA interrupts (poll)
1241.1Stsutsui# 0x20000	Set this bit to disable DMA entirely (use PIO)
1251.1Stsutsui#
1261.1Stsutsui# For example: "flags 0x1000f" would disable DMA interrupts,
1271.1Stsutsui# and disable disconnect/reselect for targets 0-3
1281.1Stsutsui#
1291.41Stsutsuisi0	at hb0 addr 0xe0cc0000 ipl 4 flags 0x0
1301.14Slukemscsibus* at si0
1311.1Stsutsui
1321.1Stsutsuisd*	at scsibus? target ? lun ?		# SCSI disks
1331.1Stsutsuist*	at scsibus? target ? lun ?		# SCSI tapes
1341.1Stsutsuicd*	at scsibus? target ? lun ?		# SCSI CD-ROMs
1351.1Stsutsui
1361.54Stsutsui# PROM console support
1371.54Stsutsui#romcons0 at mainbus0
1381.54Stsutsui
1391.1Stsutsui# Misc.
1401.66Stsutsuipseudo-device	bpfilter		# Berkeley Packet Filter
1411.1Stsutsuipseudo-device	loop			# loopback interface; required
1421.58Schristospseudo-device	pty			# pseudo-terminals
1431.51Shannkenpseudo-device	md			# memory disk device
1441.50Spooka#pseudo-device	fss			# file system snapshot device
1451.36Scubepseudo-device	sl			# SLIP interfaces
1461.23Sitojun
147