GENERIC revision 1.26
11.4Schopps#
21.4Schopps# GENERIC AMIGA
31.4Schopps#
41.26Schopps#	$Id: GENERIC,v 1.26 1994/07/31 19:57:11 chopps Exp $
51.4Schopps#
61.4Schopps# This configuration file contains all possible options
71.4Schopps#
81.4Schopps
91.6Schoppsinclude "std.amiga"
101.14Schopps
111.15Schoppsmaxusers	8
121.15Schoppsoptions		TIMEZONE=300, DST=1
131.15Schopps
141.14Schopps#
151.14Schopps# processors this kernel should support
161.14Schopps#
171.15Schoppsoptions		"M68040"	# support for 040
181.15Schoppsoptions		FPSP		# MC68040 floating point support
191.15Schoppsoptions		"M68030"	# support for 030
201.15Schoppsoptions		"M68020"	# support for 020/851
211.15Schoppsoptions		FPCOPROC	# Support for MC6888[12] (Required)
221.15Schopps
231.15Schoppsoptions		SWAPPAGER	# Pager for processes (Required)
241.15Schoppsoptions		VNODEPAGER	# Pager for vnodes (Required)
251.15Schoppsoptions		DEVPAGER	# Pager for devices (Required)
261.15Schopps
271.15Schopps#
281.15Schopps# Networking options
291.15Schopps#
301.15Schoppsoptions		INET		# IP networking support (Required)
311.20Schopps#options	ISO		# ISO Networking support
321.20Schopps#options	TPIP		# ARGO TP networking support
331.15Schopps#options	CCITT		# CCITT X.25
341.15Schopps#options	NS		# Xerox XNS
351.15Schopps#options	EON		# ISO CLNL over IP
361.15Schopps#options	GATEWAY		# Packet forwarding
371.15Schopps#options	DIRECTED_BROADCAST	# Broadcast across subnets
381.15Schopps#options	NSIP		# XNS over IP
391.15Schopps
401.15Schopps#
411.15Schopps# File system related options
421.15Schopps#
431.15Schoppsoptions		QUOTA		# Disk quotas for local disks
441.15Schoppsoptions		NFSSERVER	# Network File System server side code
451.15Schoppsoptions		NFSCLIENT	# Network File System client side code
461.15Schopps
471.15Schopps#
481.15Schopps# File systems
491.15Schopps#
501.15Schoppsoptions		FFS		# Berkeley fast file system
511.15Schoppsoptions		MFS		# Memory based filesystem
521.15Schoppsoptions		PROCFS		# Process filesystem
531.15Schoppsoptions		KERNFS		# Kernel parameter filesystem (Recommended)
541.15Schoppsoptions		FDESC		# /dev/fd filesystem
551.20Schoppsoptions		NULLFS		# Loopback filesystem
561.15Schoppsoptions		FIFO		# FIFO operations on vnodes (Recommended)
571.19Schoppsoptions		ADOSFS		# AmigaDOS file system
581.24Schoppsoptions		"CD9660"	# ISO 9660 file system, with Rock Ridge
591.20Schopps#options	PORTAL		# Portal filesystem
601.20Schopps#options	MSDOSFS		# MS-DOS filesystem
611.15Schopps
621.15Schopps
631.15Schopps#
641.15Schopps# Compatability options for various existing systems
651.15Schopps#
661.15Schoppsoptions		"COMPAT_09"	# compatability with older NetBSD release
671.15Schoppsoptions		"COMPAT_43"	# 4.3 BSD compatible system calls
681.15Schoppsoptions		COMPAT_SUNOS	# Support to run Sun (m68k) executables
691.15Schoppsoptions		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
701.15Schoppsoptions		"COMPAT_NOMID"	# allow nonvalid machine id executables
711.20Schopps#options	COMPAT_HPUX	# HP300 compatability
721.4Schopps
731.15Schopps#
741.15Schopps# Support for System V IPC facilities.
751.15Schopps#
761.15Schoppsoptions		SYSVSHM		# System V-like shared memory
771.15Schoppsoptions		SYSVMSG		# System V-like messages
781.15Schoppsoptions		SYSVSEM		# System V-like semaphores
791.15Schopps
801.15Schopps#
811.15Schopps# Support for various kernel options
821.15Schopps#
831.15Schoppsoptions		GENERIC		# Mini-root boot support
841.15Schoppsoptions		LKM		# Loadable kernel modules
851.15Schoppsoptions		KTRACE		# Add kernel tracing system call
861.15Schoppsoptions		DIAGNOSTIC	# Add additional error checking code
871.15Schoppsoptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
881.1Schopps
891.15Schopps#
901.15Schopps# Misc. debuging options
911.15Schopps#
921.15Schoppsoptions		PANICWAIT	# Require keystroke to dump/reboot
931.24Schopps#options	DEBUG		# Add debugging statements
941.15Schoppsoptions		DDB		# Kernel debugger
951.15Schopps#options	SYSCALL_DEBUG	# debug all syscalls.
961.15Schopps#options	SCSIDEBUG	# Add SCSI debugging statements
971.15Schopps#options	KGDB		# Kernel debugger (KGDB) support
981.15Schopps#options	PANICBUTTON	# Forced crash via keypress (???)
991.16Schopps
1001.16Schopps#
1011.16Schopps# Amiga specific options
1021.16Schopps#
1031.16Schoppsoptions		RETINACONSOLE	# enable code to allow retina to be console
1041.16Schoppsoptions		GRF_ECS		# Enhanced Chip Set
1051.16Schoppsoptions		GRF_NTSC	# NTSC
1061.16Schoppsoptions		GRF_PAL		# PAL
1071.16Schoppsoptions		"GRF_A2024"	# Support for the A2024
1081.26Schoppsoptions		GRF_AGA		# AGA Chip Set
1091.20Schopps#options	"KFONT_8X11"	# 8x11 font
1101.4Schopps
1111.15Schoppsgrfcc0		at mainbus0		# custom chips
1121.15Schoppsgrfrt0		at ztwobus0		# retina II
1131.15Schoppsgrfrh0		at zthreebus0		# retina III
1141.18Schopps
1151.6Schoppsgrf0		at grfcc0
1161.6Schoppsgrf1		at grfrt0
1171.15Schoppsgrf2		at grfrh0
1181.18Schopps
1191.18Schoppsite0		at grf0			# terminal emulators for grf's
1201.18Schoppsite1		at grf1			# terminal emulators for grf's
1211.18Schoppsite2		at grf2			# terminal emulators for grf's
1221.21Schopps
1231.21Schoppsle0		at ztwobus0		# Lance ethernet.
1241.23Schoppsed0		at ztwobus0		# dp8390 ethernet
1251.6Schopps
1261.6Schopps# scsi stuff, all possible
1271.6Schoppsgvpbus0		at ztwobus0
1281.6Schoppsgtsc0		at gvpbus0		# GVP series II scsi
1291.6Schoppsahsc0		at mainbus0		# A3000 scsi
1301.6Schoppsatzsc0		at ztwobus0
1311.13Schoppswstsc0		at ztwobus0		# Wordsync II scsi
1321.13Schoppsivsc0		at ztwobus0		# IVS scsi
1331.13Schoppsmlhsc0		at ztwobus0		# Hacker scsi
1341.13Schoppsotgsc0		at ztwobus0		# 12 gauge scsi
1351.8Schoppszssc0		at ztwobus0		# Zeus scsi
1361.8Schoppsmgnsc0		at ztwobus0		# Magnum scsi
1371.8Schoppswesc0		at zthreebus0		# Warp Engine scsi
1381.11Schoppsidesc0		at mainbus0		# A4000(A1200?) IDE
1391.6Schopps
1401.6Schoppsscsibus0	at gtsc0
1411.6Schoppsscsibus1	at ahsc0
1421.6Schoppsscsibus2	at atzsc0
1431.13Schoppsscsibus2	at wstsc0
1441.13Schoppsscsibus3	at ivsc0
1451.13Schoppsscsibus4	at mlhsc0
1461.13Schoppsscsibus5	at otgsc0
1471.8Schoppsscsibus6	at zssc0
1481.8Schoppsscsibus7	at mgnsc0
1491.8Schoppsscsibus8	at wesc0
1501.11Schoppsscsibus9	at idesc0
1511.6Schopps
1521.25Schopps# each hard drive from low target to high
1531.15Schopps# will configure to the next available sd unit number
1541.25Schoppssd*	at scsibus? target ? lun ?	# scsi disks
1551.15Schopps
1561.15Schoppsst*	at scsibus? target ? lun ?	# scsi tapes
1571.15Schoppscd*	at scsibus? target ? lun ?	# scsi cd's
1581.15Schopps
1591.15Schoppspseudo-device	sl			# slip
1601.18Schoppspseudo-device	ppp			# ppp
1611.15Schoppspseudo-device	view 10			# views
1621.15Schoppspseudo-device	pty 16			# pseudo terminals
1631.15Schoppspseudo-device	loop			# network loopback
1641.4Schopps
1651.7Schoppsconfig	netbsd swap on generic
166