ATARITT revision 1.9
11.1Sleo#
21.9Sleo#	$NetBSD: ATARITT,v 1.9 1996/02/19 09:05:46 leo Exp $
31.1Sleo#
41.1Sleo# ATARI-TT
51.1Sleo#
61.1Sleo# This configuration file is for a multiple disk/multiple tape ATARI-TT
71.1Sleo#
81.1Sleo
91.1Sleoinclude "std.atari"
101.1Sleo#
111.1Sleo# Add support for about 16 users. This variable is used to size
121.1Sleo# various kernel structures.
131.1Sleo#
141.1Sleomaxusers	16
151.1Sleo
161.1Sleo#
171.1Sleo# processors this kernel should support
181.1Sleo#
191.1Sleooptions		"M68030"	# support for 030
201.1Sleo
211.1Sleooptions		TIMEZONE=300	# Set the timezone that the kernel will use
221.1Sleooptions		DST=1		# Set the timezone that the kernel will use
231.2Sleooptions		HZ=64		# Set the clock-rate (48/64/96)
241.1Sleo
251.1Sleo#options	FPSP
261.1Sleo
271.1Sleo#
281.1Sleo# Networking options
291.1Sleo#
301.1Sleooptions		INET		# Basic networking support
311.1Sleo
321.1Sleooptions		FFS		# Berkeley fast file system
331.1Sleooptions		MFS		# Memory based filesystem
341.1Sleooptions		PROCFS		# Process filesystem
351.1Sleooptions		KERNFS		# Kernel parameter filesystem
361.1Sleooptions		NULLFS		# Loopback filesystem
371.1Sleooptions		MSDOSFS		# MSDOS filesystem
381.6Sleooptions		CD9660		# ISO 9660 filesystem with Rock Ridge
391.1Sleo
401.1Sleooptions		FIFO		# FIFO operations on vnodes
411.1Sleo
421.1Sleooptions		SWAPPAGER	# Pager for swap device
431.1Sleooptions		VNODEPAGER	# Pager for vnodes
441.1Sleooptions		DEVPAGER	# Pager
451.1Sleo
461.1Sleo
471.1Sleo#
481.1Sleo# Misc. debuging options
491.1Sleo#
501.1Sleooptions		PANICWAIT	# Require keystroke to dump/reboot
511.1Sleooptions		DDB		# Kernel debugger
521.2Sleo
531.2Sleo#
541.2Sleo# File system related options
551.2Sleo#
561.2Sleo#options		NFSCLIENT	# Network File System client side code
571.1Sleo
581.1Sleo#
591.1Sleo# Compatability options for various existing systems
601.1Sleo#
611.7Sjtcoptions		COMPAT_43	# 4.3 BSD compatible system calls (required)
621.7Sjtcoptions		COMPAT_10	# Compatibility to NetBSD1.0
631.9Sleooptions		COMPAT_11	# Compatibility to NetBSD1.1
641.1Sleo
651.1Sleo#
661.1Sleo# Support for System V IPC facilities.
671.1Sleo#
681.1Sleo#options	SYSVSHM		# System V shared memory
691.1Sleo#options	SYSVMSG		# System V messages
701.1Sleo#options	SYSVSEM		# System V semaphores
711.1Sleo
721.1Sleo#
731.1Sleo# Support for various kernel options
741.1Sleo#
751.1Sleooptions		KTRACE			# Add kernel tracing system call
761.1Sleooptions		DIAGNOSTIC		# Add additional error checking code
771.1Sleooptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
781.1Sleooptions		GENERIC			# Mini-root boot support
791.4Sleo
801.4Sleo#
811.4Sleo# Atari specific kernel options:
821.4Sleo#
831.4Sleooptions		TT_SCSI			# SCSI-support for TT only
841.5Sleooptions		TT_VIDEO		# Graphics support for TT only
851.9Sleooptions		DISKLABEL_NBDA		# NetBSD disklabels (required)
861.9Sleooptions		DISKLABEL_AHDI		# NetBSD/AHDI disklabels
871.1Sleo
881.1Sleo#
891.1Sleo# Build one kernel that can boot from any disk.
901.1Sleo#
911.1Sleoconfig		netbsd swap on generic
921.1Sleo
931.3Sleopseudo-device	mouse	1	# mouse
941.1Sleopseudo-device	view	2	# View (graphics mapping)
951.1Sleopseudo-device	sl		# Slip
961.1Sleopseudo-device	ppp		# ppp
971.1Sleopseudo-device	pty	16	# Pseudo-tty support
981.1Sleopseudo-device	loop		# Loopback network
991.1Sleopseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
1001.1Sleo
1011.1Sleo#
1021.1Sleo#The following sections describe various hardware options.
1031.1Sleo#
1041.1Sleozs0	at mainbus0		# Serial support through 8530
1051.1Sleogrf1	at grfbus0		# second graphics driver
1061.1Sleoite1	at grf1			# second tty
1071.8Sleonvr0	at mainbus0		# nvram driver
108