FALCON revision 1.9
11.1Sleo#
21.9Smrg#	$NetBSD: FALCON,v 1.9 1996/08/26 23:39:50 mrg Exp $
31.1Sleo#
41.1Sleo# ATARI-FALCON
51.1Sleo#
61.1Sleo# This configuration file is for a multiple disk/multiple tape ATARI-Falcon
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.1Sleooptions		HZ=64		# Set the clock-rate (48/64/96)
241.1Sleo
251.1Sleo#
261.1Sleo# Networking options
271.1Sleo#
281.1Sleooptions		INET		# Basic networking support
291.1Sleo
301.1Sleooptions		FFS		# Berkeley fast file system
311.1Sleooptions		MFS		# Memory based filesystem
321.1Sleooptions		PROCFS		# Process filesystem
331.1Sleooptions		KERNFS		# Kernel parameter filesystem
341.1Sleooptions		NULLFS		# Loopback filesystem
351.1Sleooptions		MSDOSFS		# MSDOS filesystem
361.3Sleooptions		CD9660		# ISO 9660 filesystem with Rock Ridge
371.1Sleo
381.1Sleooptions		FIFO		# FIFO operations on vnodes
391.1Sleo
401.1Sleooptions		SWAPPAGER	# Pager for swap device
411.1Sleooptions		VNODEPAGER	# Pager for vnodes
421.1Sleooptions		DEVPAGER	# Pager
431.1Sleo
441.1Sleo
451.1Sleo#
461.1Sleo# Misc. debuging options
471.1Sleo#
481.1Sleooptions		PANICWAIT	# Require keystroke to dump/reboot
491.1Sleooptions		DDB		# Kernel debugger
501.1Sleo
511.1Sleo#
521.1Sleo# Compatability options for various existing systems
531.1Sleo#
541.4Sjtcoptions		COMPAT_43	# 4.3 BSD compatible system calls (required)
551.4Sjtcoptions		COMPAT_10	# Compatibility to NetBSD1.0
561.6Sleooptions		COMPAT_11	# Compatibility to NetBSD1.1
571.9Smrgoptions 	COMPAT_12
581.1Sleo
591.1Sleo#
601.1Sleo# Support for various kernel options
611.1Sleo#
621.1Sleooptions		KTRACE			# Add kernel tracing system call
631.1Sleooptions		DIAGNOSTIC		# Add additional error checking code
641.1Sleooptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
651.1Sleooptions		GENERIC			# Mini-root boot support
661.1Sleo
671.1Sleo#
681.1Sleo# Atari specific kernel options:
691.1Sleo#
701.1Sleooptions		FALCON_SCSI		# SCSI-support for FACLON only
711.2Sleooptions		FALCON_VIDEO		# Graphics support for FALCON
721.7Sleooptions		RAMDISK_HOOKS		# Boot RAM-disk
731.6Sleooptions		DISKLABEL_NBDA		# NetBSD disklabels (required)
741.6Sleooptions		DISKLABEL_AHDI		# NetBSD/AHDI disklabels
751.1Sleo
761.1Sleo#
771.1Sleo# Build one kernel that can boot from any disk.
781.1Sleo#
791.1Sleoconfig		netbsd swap on generic
801.1Sleo
811.1Sleopseudo-device	mouse	1	# mouse
821.1Sleopseudo-device	view	2	# View (graphics mapping)
831.1Sleopseudo-device	sl		# Slip
841.1Sleopseudo-device	ppp		# ppp
851.1Sleopseudo-device	pty	16	# Pseudo-tty support
861.1Sleopseudo-device	loop		# Loopback network
871.1Sleopseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
881.8Sleopseudo-device	rd	1	# Boot ramdisk
891.1Sleo
901.1Sleo#
911.1Sleo#The following sections describe various hardware options.
921.1Sleo#
931.1Sleozs0	at mainbus0		# Serial support through 8530
941.1Sleogrf1	at grfbus0		# second graphics driver
951.1Sleoite1	at grf1			# second tty
961.5Sleonvr0	at mainbus0		# nvram driver
971.8Sleolpt0	at mainbus0		# centronics printer
98