ATARITT revision 1.19
11.1Sleo#
21.19Spk#	$NetBSD: ATARITT,v 1.19 1996/12/28 23:15:09 pk 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.2Sleooptions		HZ=64		# Set the clock-rate (48/64/96)
231.1Sleo
241.13Sleo#
251.13Sleo# X11R6 related options
261.13Sleo#
271.13Sleooptions		UCONSOLE	# Allow xconsole to work
281.13Sleo
291.13Sleo#
301.13Sleo# Floating-point options
311.13Sleo#
321.13Sleooptions		FPU_EMULATE	# Support for MC68881/MC68882 emulator
331.13Sleo# options	FPSP			# 68040 Floatingpoint support
341.1Sleo
351.1Sleo#
361.1Sleo# Networking options
371.1Sleo#
381.1Sleooptions		INET		# Basic networking support
391.1Sleo
401.1Sleooptions		FFS		# Berkeley fast file system
411.1Sleooptions		MFS		# Memory based filesystem
421.1Sleooptions		PROCFS		# Process filesystem
431.1Sleooptions		KERNFS		# Kernel parameter filesystem
441.1Sleooptions		NULLFS		# Loopback filesystem
451.13Sleooptions		UNION		# union file system
461.1Sleooptions		MSDOSFS		# MSDOS filesystem
471.6Sleooptions		CD9660		# ISO 9660 filesystem with Rock Ridge
481.1Sleo
491.1Sleooptions		FIFO		# FIFO operations on vnodes
501.1Sleo
511.1Sleo#
521.1Sleo# Misc. debuging options
531.1Sleo#
541.1Sleooptions		PANICWAIT	# Require keystroke to dump/reboot
551.1Sleooptions		DDB		# Kernel debugger
561.2Sleo
571.2Sleo#
581.2Sleo# File system related options
591.2Sleo#
601.2Sleo#options		NFSCLIENT	# Network File System client side code
611.1Sleo
621.1Sleo#
631.1Sleo# Compatability options for various existing systems
641.1Sleo#
651.7Sjtcoptions		COMPAT_43	# 4.3 BSD compatible system calls (required)
661.7Sjtcoptions		COMPAT_10	# Compatibility to NetBSD1.0
671.9Sleooptions		COMPAT_11	# Compatibility to NetBSD1.1
681.14Sleooptions		COMPAT_12	# Compatibility to NetBSD1.2
691.1Sleo
701.1Sleo#
711.1Sleo# Support for System V IPC facilities.
721.1Sleo#
731.13Sleo# options	SYSVSHM		# System V shared memory
741.13Sleo# options	SYSVMSG		# System V messages
751.13Sleo# options	SYSVSEM		# System V semaphores
761.1Sleo
771.1Sleo#
781.1Sleo# Support for various kernel options
791.1Sleo#
801.1Sleooptions		KTRACE			# Add kernel tracing system call
811.1Sleooptions		DIAGNOSTIC		# Add additional error checking code
821.1Sleooptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
831.1Sleooptions		GENERIC			# Mini-root boot support
841.4Sleo
851.4Sleo#
861.4Sleo# Atari specific kernel options:
871.4Sleo#
881.4Sleooptions		TT_SCSI			# SCSI-support for TT only
891.5Sleooptions		TT_VIDEO		# Graphics support for TT only
901.13Sleooptions		STATCLOCK		# Separate {stat,prof}clock
911.19Spkoptions		MEMORY_DISK_HOOKS	# Boot RAM-disk
921.9Sleooptions		DISKLABEL_NBDA		# NetBSD disklabels (required)
931.9Sleooptions		DISKLABEL_AHDI		# NetBSD/AHDI disklabels
941.1Sleo
951.1Sleo#
961.1Sleo# Build one kernel that can boot from any disk.
971.1Sleo#
981.1Sleoconfig		netbsd swap on generic
991.1Sleo
1001.3Sleopseudo-device	mouse	1	# mouse
1011.13Sleopseudo-device	view	4	# View (graphics mapping)
1021.1Sleopseudo-device	sl		# Slip
1031.1Sleopseudo-device	ppp		# ppp
1041.1Sleopseudo-device	pty	16	# Pseudo-tty support
1051.1Sleopseudo-device	loop		# Loopback network
1061.1Sleopseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
1071.19Spkpseudo-device	md	1	# Boot memory disk
1081.1Sleo
1091.1Sleo#
1101.1Sleo#The following sections describe various hardware options.
1111.1Sleo#
1121.16Sleofd0	at fdc0 unit 0		# builtin floppy drive
1131.16Sleofd1	at fdc0 unit 1		# external floppy drive
1141.1Sleozs0	at mainbus0		# Serial support through 8530
1151.13Sleogrfcc1	at grfbus0		# second graphics driver
1161.13Sleoite*	at grfcc1		# second tty
1171.13Sleogrfcc2	at grfbus0		# third graphics driver
1181.13Sleoite*	at grfcc2		# third tty
1191.8Sleonvr0	at mainbus0		# nvram driver
1201.11Sleolpt0	at mainbus0		# centronics printer
121