ATARITT revision 1.23
11.1Sleo#
21.23Sleo#	$NetBSD: ATARITT,v 1.23 1997/07/30 15:43:23 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.22Slukemoptions 	M68030		# support for 030
201.22Slukem#options 	M68040		# support for 040
211.1Sleo
221.22Slukemoptions 	HZ=64		# Set the clock-rate (48/64/96)
231.1Sleo
241.13Sleo#
251.13Sleo# X11R6 related options
261.13Sleo#
271.22Slukemoptions 	UCONSOLE	# Allow xconsole to work
281.13Sleo
291.13Sleo#
301.13Sleo# Floating-point options
311.13Sleo#
321.22Slukemoptions 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
331.22Slukem#options 	FPSP		# 68040 Floatingpoint support
341.1Sleo
351.1Sleo#
361.1Sleo# Networking options
371.1Sleo#
381.22Slukemoptions 	INET		# Basic networking support
391.1Sleo
401.20Sthorpej# File systems
411.22Slukemfile-system	FFS		# Berkeley fast file system
421.22Slukemfile-system	MFS		# Memory based filesystem
431.22Slukem#file-system	NFS		# Network File System client side code
441.22Slukemfile-system	PROCFS		# Process filesystem
451.22Slukemfile-system	KERNFS		# Kernel parameter filesystem
461.22Slukemfile-system	UNION		# union file system
471.22Slukemfile-system	NULLFS		# Loopback filesystem
481.22Slukemfile-system	MSDOSFS		# MSDOS filesystem
491.22Slukemfile-system	CD9660		# ISO 9660 filesystem with Rock Ridge
501.1Sleo
511.20Sthorpej# File system options
521.22Slukemoptions 	FIFO		# FIFO operations on vnodes
531.1Sleo
541.1Sleo#
551.1Sleo# Misc. debuging options
561.1Sleo#
571.22Slukemoptions 	PANICWAIT	# Require keystroke to dump/reboot
581.22Slukemoptions 	DDB		# Kernel debugger
591.2Sleo
601.2Sleo#
611.1Sleo# Compatability options for various existing systems
621.1Sleo#
631.22Slukemoptions 	COMPAT_43	# 4.3 BSD compatible system calls (required)
641.22Slukemoptions 	COMPAT_10	# Compatibility to NetBSD1.0
651.22Slukemoptions 	COMPAT_11	# Compatibility to NetBSD1.1
661.22Slukemoptions 	COMPAT_12	# Compatibility to NetBSD1.2
671.1Sleo
681.1Sleo#
691.1Sleo# Support for System V IPC facilities.
701.1Sleo#
711.22Slukem#options 	SYSVSHM		# System V shared memory
721.22Slukem#options 	SYSVMSG		# System V messages
731.22Slukem#options 	SYSVSEM		# System V semaphores
741.1Sleo
751.1Sleo#
761.1Sleo# Support for various kernel options
771.1Sleo#
781.22Slukemoptions 	KTRACE			# Add kernel tracing system call
791.22Slukemoptions 	DIAGNOSTIC		# Add additional error checking code
801.22Slukemoptions 	NKMEMCLUSTERS=256	# Size of kernel malloc area
811.4Sleo
821.4Sleo#
831.4Sleo# Atari specific kernel options:
841.4Sleo#
851.22Slukemoptions 	TT_SCSI			# SCSI-support for TT only
861.22Slukemoptions 	TT_VIDEO		# Graphics support for TT only
871.22Slukemoptions 	STATCLOCK		# Separate {stat,prof}clock
881.22Slukemoptions 	MEMORY_DISK_HOOKS	# Boot RAM-disk
891.22Slukemoptions 	DISKLABEL_NBDA		# NetBSD disklabels (required)
901.22Slukemoptions 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
911.1Sleo
921.1Sleo#
931.1Sleo# Build one kernel that can boot from any disk.
941.1Sleo#
951.20Sthorpejconfig		netbsd root on ? type ?
961.1Sleo
971.22Slukempseudo-device	mouse		1	# mouse
981.22Slukempseudo-device	view		4	# View (graphics mapping)
991.22Slukempseudo-device	sl			# Slip
1001.22Slukempseudo-device	ppp			# ppp
1011.22Slukempseudo-device	pty		16	# Pseudo-tty support
1021.22Slukempseudo-device	loop			# Loopback network
1031.22Slukempseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
1041.22Slukempseudo-device	md		1	# Boot memory disk
1051.1Sleo
1061.1Sleo#
1071.22Slukem# The following sections describe various hardware options.
1081.1Sleo#
1091.16Sleofd0	at fdc0 unit 0		# builtin floppy drive
1101.16Sleofd1	at fdc0 unit 1		# external floppy drive
1111.1Sleozs0	at mainbus0		# Serial support through 8530
1121.13Sleogrfcc1	at grfbus0		# second graphics driver
1131.13Sleoite*	at grfcc1		# second tty
1141.13Sleogrfcc2	at grfbus0		# third graphics driver
1151.13Sleoite*	at grfcc2		# third tty
1161.8Sleonvr0	at mainbus0		# nvram driver
1171.23Sleolp0	at mainbus0		# centronics printer
118