INSTALL revision 1.5
11.5Stsutsui# 	$NetBSD: INSTALL,v 1.5 2000/03/13 12:58:58 tsutsui Exp $
21.1Stsutsui
31.1Stsutsui#	config for bootable floppy kernel
41.1Stsutsui#
51.1Stsutsuiinclude		"arch/news68k/conf/std.news68k"
61.1Stsutsui
71.5Stsutsuimaxusers	4
81.1Stsutsui
91.3Stsutsuioptions 	news1200		# news1200 support
101.3Stsutsuioptions 	news1700		# news1[4567]00 support
111.1Stsutsuioptions 	CPU_SINGLE		# Will IOP be supported eventually?
121.1Stsutsui#options 	FPU_EMULATE
131.1Stsutsui
141.1Stsutsuioptions 	MEMORY_DISK_HOOKS
151.1Stsutsuioptions 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
161.1Stsutsuioptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
171.5Stsutsuioptions 	MINIROOTSIZE=2880	# 1.44 Megabytes
181.1Stsutsui
191.1Stsutsuimakeoptions	COPTS="-Os"
201.1Stsutsui
211.1Stsutsui# Standard system options
221.1Stsutsui#options 	KTRACE			# system call tracing support
231.1Stsutsui#options 	SYSVMSG			# System V message queues
241.1Stsutsui#options 	SYSVSEM			# System V semaphores
251.1Stsutsui#options 	SYSVSHM			# System V shared memory
261.3Stsutsui#options 	SHMMAXPGS=1024		# 1024 pages is the default
271.1Stsutsui#options 	LKM			# loadable kernel modules
281.1Stsutsui#options 	UCONSOLE		# users can redirect console (unsafe)
291.1Stsutsui
301.1Stsutsui# Debugging options
311.1Stsutsui#options 	DDB			# kernel dynamic debugger
321.1Stsutsui#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
331.1Stsutsui#options 	DEBUG			# extra kernel debugging support
341.1Stsutsui#options 	DIAGNOSTIC		# extra kernel sanity checking
351.1Stsutsui#options 	SCSIVERBOSE		# Verbose SCSI errors
361.1Stsutsui
371.1Stsutsui# Compatibility options
381.5Stsutsui#options 	COMPAT_43		# compatibility with 4.3BSD binaries
391.5Stsutsui#options 	COMPAT_13		# NetBSD 1.3 binary compatibility
401.5Stsutsui#options 	COMPAT_14		# NetBSD 1.4 binary compatibility
411.1Stsutsui#options 	TCP_COMPAT_42		# compatibility with 4.2BSD TCP/IP
421.1Stsutsui
431.1Stsutsui# Filesystem options
441.1Stsutsuifile-system	FFS		# Berkeley Fast Filesystem
451.1Stsutsuifile-system	NFS		# Sun NFS-compatible filesystem client
461.1Stsutsuifile-system	MFS		# memory-based filesystem
471.1Stsutsuifile-system	CD9660		# ISO 9660 + Rock Ridge file system
481.1Stsutsuifile-system	MSDOSFS		# MS-DOS FAT file system
491.1Stsutsuifile-system	KERNFS		# /kern
501.1Stsutsui#file-system	PROCFS		# /proc
511.1Stsutsui#file-system	FDESC		# /dev/fd/*
521.1Stsutsui#file-system	NULLFS		# loopback file system
531.1Stsutsui#file-system	UNION		# union file system 
541.1Stsutsui
551.1Stsutsui#options 	NFSSERVER	# nfs server support
561.1Stsutsui#options 	QUOTA		# ffs quotas
571.1Stsutsui#options 	FFS_EI		# ffs endian independant support
581.1Stsutsui
591.1Stsutsui# Networking options
601.1Stsutsuioptions 	INET		# Internet protocols
611.1Stsutsui#options 	GATEWAY		# IP packet forwarding
621.1Stsutsui#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
631.1Stsutsui#options 	IPFILTER_LOG	# ipmon(8) log support
641.1Stsutsui#options 	NFS_BOOT_BOOTPARAM
651.1Stsutsui
661.2Stsutsuiconfig	netbsd root on ? type ? dumps on none
671.1Stsutsui
681.1Stsutsui#
691.1Stsutsui# device declarations
701.1Stsutsui#
711.1Stsutsui
721.1Stsutsuimainbus0 at root
731.1Stsutsui
741.1Stsutsui# NEWS HYPER-BUS
751.3Stsutsuihb0	at mainbus0 systype NEWS1700
761.3Stsutsuihb1	at mainbus0 systype NEWS1200
771.1Stsutsui
781.1Stsutsui# MK48T02 realtime clock
791.3Stsutsuiclock0	at hb0 addr 0xe0d807f8 ipl 6			# news1700
801.3Stsutsuiclock0	at hb1 addr 0xe14207f8 ipl 6			# news1200
811.1Stsutsui
821.1Stsutsui# onboard LANCE ethernet
831.3Stsutsuile0	at hb0 addr 0xe0f00000 ipl 4			# news1700
841.3Stsutsuile0	at hb1 addr 0xe1a40000 ipl 4			# news1200
851.1Stsutsui
861.1Stsutsui# keyboard/mouse; not yet
871.3Stsutsui#kb0	at hb0 addr 0xe0d00000 ipl 5			# news1700
881.3Stsutsui#ms0	at hb0 addr 0xe0d00005 ipl 5			# news1700
891.3Stsutsui#kb0	at hb1 addr 0xe1240000 ipl 5			# news1200
901.3Stsutsui#ms0	at hb1 addr 0xe1280000 ipl 5			# news1200
911.1Stsutsui
921.1Stsutsui# onboard z8530 SCC
931.3Stsutsuizsc0	at hb0 addr 0xe0d40000 ipl 5 vect 64 flags 0x0	# news1700
941.3Stsutsuizsc0	at hb1 addr 0xe1780000 ipl 5 vect 64 flags 0x1	# news1200
951.1Stsutsuizstty0	at zsc0 channel 0
961.1Stsutsuizstty1	at zsc0 channel 1
971.1Stsutsui
981.1Stsutsui# Frame buffer devices; not yet
991.1Stsutsui#fb0	at hb0 addr 0xf0700000			# NWB225
1001.1Stsutsui#fb1	at hb0 addr 0xf0f00000			# NWB512
1011.1Stsutsui
1021.1Stsutsui# onboard uPD72067 FDC; not yet
1031.1Stsutsui#fdc0	at hb0 addr 0xe0c80000 ipl 3
1041.1Stsutsui#fd*	at fdc0
1051.1Stsutsui
1061.1Stsutsui# onboard CXD1180 SCSI controller
1071.1Stsutsui#
1081.1Stsutsui# This driver has several flags which may be enabled using
1091.1Stsutsui# the "flags" directive.  Valid flags are:
1101.1Stsutsui#
1111.1Stsutsui# 0x000ff	Set (1<<target) to disable disconnect/reselect
1121.1Stsutsui# 0x0ff00	Set (1<<(target+8)) to disable parity checking
1131.1Stsutsui# 0x10000	Set this bit to disable DMA interrupts (poll)
1141.1Stsutsui# 0x20000	Set this bit to disable DMA entirely (use PIO)
1151.1Stsutsui#
1161.1Stsutsui# For example: "flags 0x1000f" would disable DMA interrupts,
1171.1Stsutsui# and disable disconnect/reselect for targets 0-3
1181.1Stsutsui#
1191.1Stsutsuisi0	at hb0 addr 0xe0cc0000 ipl 4 flags 0xf
1201.1Stsutsuiscsibus* at si0	
1211.1Stsutsui
1221.1Stsutsuisd*	at scsibus? target ? lun ?		# SCSI disks
1231.1Stsutsuist*	at scsibus? target ? lun ?		# SCSI tapes
1241.1Stsutsuicd*	at scsibus? target ? lun ?		# SCSI CD-ROMs
1251.1Stsutsui
1261.1Stsutsui# Misc.
1271.1Stsutsuipseudo-device	loop			# loopback interface; required
1281.5Stsutsuipseudo-device	pty		2	# pseudo-terminals
1291.1Stsutsuipseudo-device	md		1	# memory disk device
1301.5Stsutsuipseudo-device	sl		1	# SLIP interfaces
131