ATARITT revision 1.16
11.1Sleo#
21.16Sleo#	$NetBSD: ATARITT,v 1.16 1996/11/08 14:12:19 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.15Sleoinclude "arch/atari/conf/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.13Sleo# options	"M68040"	# support for 040
211.1Sleo
221.13Sleooptions		TIMEZONE=0	# Set the timezone that the kernel will use
231.1Sleooptions		DST=1		# Set the timezone that the kernel will use
241.2Sleooptions		HZ=64		# Set the clock-rate (48/64/96)
251.1Sleo
261.13Sleo#
271.13Sleo# X11R6 related options
281.13Sleo#
291.13Sleooptions		UCONSOLE	# Allow xconsole to work
301.13Sleo
311.13Sleo#
321.13Sleo# Floating-point options
331.13Sleo#
341.13Sleooptions		FPU_EMULATE	# Support for MC68881/MC68882 emulator
351.13Sleo# options	FPSP			# 68040 Floatingpoint support
361.1Sleo
371.1Sleo#
381.1Sleo# Networking options
391.1Sleo#
401.1Sleooptions		INET		# Basic networking support
411.1Sleo
421.1Sleooptions		FFS		# Berkeley fast file system
431.1Sleooptions		MFS		# Memory based filesystem
441.1Sleooptions		PROCFS		# Process filesystem
451.1Sleooptions		KERNFS		# Kernel parameter filesystem
461.1Sleooptions		NULLFS		# Loopback filesystem
471.13Sleooptions		UNION		# union file system
481.1Sleooptions		MSDOSFS		# MSDOS filesystem
491.6Sleooptions		CD9660		# ISO 9660 filesystem with Rock Ridge
501.1Sleo
511.1Sleooptions		FIFO		# FIFO operations on vnodes
521.1Sleo
531.1Sleooptions		SWAPPAGER	# Pager for swap device
541.1Sleooptions		VNODEPAGER	# Pager for vnodes
551.1Sleooptions		DEVPAGER	# Pager
561.1Sleo
571.1Sleo#
581.1Sleo# Misc. debuging options
591.1Sleo#
601.1Sleooptions		PANICWAIT	# Require keystroke to dump/reboot
611.1Sleooptions		DDB		# Kernel debugger
621.2Sleo
631.2Sleo#
641.2Sleo# File system related options
651.2Sleo#
661.2Sleo#options		NFSCLIENT	# Network File System client side code
671.1Sleo
681.1Sleo#
691.1Sleo# Compatability options for various existing systems
701.1Sleo#
711.7Sjtcoptions		COMPAT_43	# 4.3 BSD compatible system calls (required)
721.7Sjtcoptions		COMPAT_10	# Compatibility to NetBSD1.0
731.9Sleooptions		COMPAT_11	# Compatibility to NetBSD1.1
741.14Sleooptions		COMPAT_12	# Compatibility to NetBSD1.2
751.1Sleo
761.1Sleo#
771.1Sleo# Support for System V IPC facilities.
781.1Sleo#
791.13Sleo# options	SYSVSHM		# System V shared memory
801.13Sleo# options	SYSVMSG		# System V messages
811.13Sleo# options	SYSVSEM		# System V semaphores
821.1Sleo
831.1Sleo#
841.1Sleo# Support for various kernel options
851.1Sleo#
861.1Sleooptions		KTRACE			# Add kernel tracing system call
871.1Sleooptions		DIAGNOSTIC		# Add additional error checking code
881.1Sleooptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
891.1Sleooptions		GENERIC			# Mini-root boot support
901.4Sleo
911.4Sleo#
921.4Sleo# Atari specific kernel options:
931.4Sleo#
941.4Sleooptions		TT_SCSI			# SCSI-support for TT only
951.5Sleooptions		TT_VIDEO		# Graphics support for TT only
961.13Sleooptions		STATCLOCK		# Separate {stat,prof}clock
971.10Sleooptions		RAMDISK_HOOKS		# Boot RAM-disk
981.9Sleooptions		DISKLABEL_NBDA		# NetBSD disklabels (required)
991.9Sleooptions		DISKLABEL_AHDI		# NetBSD/AHDI disklabels
1001.1Sleo
1011.1Sleo#
1021.1Sleo# Build one kernel that can boot from any disk.
1031.1Sleo#
1041.1Sleoconfig		netbsd swap on generic
1051.1Sleo
1061.3Sleopseudo-device	mouse	1	# mouse
1071.13Sleopseudo-device	view	4	# View (graphics mapping)
1081.1Sleopseudo-device	sl		# Slip
1091.1Sleopseudo-device	ppp		# ppp
1101.1Sleopseudo-device	pty	16	# Pseudo-tty support
1111.1Sleopseudo-device	loop		# Loopback network
1121.1Sleopseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
1131.11Sleopseudo-device	rd	1	# Boot ramdisk
1141.1Sleo
1151.1Sleo#
1161.1Sleo#The following sections describe various hardware options.
1171.1Sleo#
1181.16Sleofd0	at fdc0 unit 0		# builtin floppy drive
1191.16Sleofd1	at fdc0 unit 1		# external floppy drive
1201.1Sleozs0	at mainbus0		# Serial support through 8530
1211.13Sleogrfcc1	at grfbus0		# second graphics driver
1221.13Sleoite*	at grfcc1		# second tty
1231.13Sleogrfcc2	at grfbus0		# third graphics driver
1241.13Sleoite*	at grfcc2		# third tty
1251.8Sleonvr0	at mainbus0		# nvram driver
1261.11Sleolpt0	at mainbus0		# centronics printer
127