FALCON revision 1.13
11.1Sleo#
21.13Sleo#	$NetBSD: FALCON,v 1.13 1996/11/08 14:12:28 leo 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.12Sleoinclude "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.10Sleo# options	"M68040"	# support for 040
211.1Sleo
221.10Sleooptions		TIMEZONE=0	# Set the timezone that the kernel will use
231.1Sleooptions		DST=1		# Set the timezone that the kernel will use
241.1Sleooptions		HZ=64		# Set the clock-rate (48/64/96)
251.1Sleo
261.1Sleo#
271.10Sleo# X11R6 related options
281.10Sleo#
291.10Sleooptions		UCONSOLE	# Allow xconsole to work
301.10Sleo
311.10Sleo#
321.10Sleo# Floating-point options
331.10Sleo#
341.10Sleooptions		FPU_EMULATE	# Support for MC68881/MC68882 emulator
351.10Sleo# options	FPSP			# 68040 Floatingpoint support
361.10Sleo
371.10Sleo#
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.1Sleooptions		MSDOSFS		# MSDOS filesystem
481.3Sleooptions		CD9660		# ISO 9660 filesystem with Rock Ridge
491.1Sleo
501.1Sleooptions		FIFO		# FIFO operations on vnodes
511.1Sleo
521.1Sleooptions		SWAPPAGER	# Pager for swap device
531.1Sleooptions		VNODEPAGER	# Pager for vnodes
541.1Sleooptions		DEVPAGER	# Pager
551.1Sleo
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.1Sleo
631.1Sleo#
641.1Sleo# Compatability options for various existing systems
651.1Sleo#
661.4Sjtcoptions		COMPAT_43	# 4.3 BSD compatible system calls (required)
671.4Sjtcoptions		COMPAT_10	# Compatibility to NetBSD1.0
681.6Sleooptions		COMPAT_11	# Compatibility to NetBSD1.1
691.11Sleooptions		COMPAT_12	# Compatibility to NetBSD1.2
701.1Sleo
711.1Sleo#
721.1Sleo# Support for various kernel options
731.1Sleo#
741.1Sleooptions		KTRACE			# Add kernel tracing system call
751.1Sleooptions		DIAGNOSTIC		# Add additional error checking code
761.1Sleooptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
771.1Sleooptions		GENERIC			# Mini-root boot support
781.1Sleo
791.1Sleo#
801.1Sleo# Atari specific kernel options:
811.1Sleo#
821.1Sleooptions		FALCON_SCSI		# SCSI-support for FACLON only
831.2Sleooptions		FALCON_VIDEO		# Graphics support for FALCON
841.7Sleooptions		RAMDISK_HOOKS		# Boot RAM-disk
851.6Sleooptions		DISKLABEL_NBDA		# NetBSD disklabels (required)
861.6Sleooptions		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.1Sleopseudo-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.8Sleopseudo-device	rd	1	# Boot ramdisk
1011.1Sleo
1021.1Sleo#
1031.1Sleo#The following sections describe various hardware options.
1041.1Sleo#
1051.13Sleofd0	at fdc0 unit 0		# builtin floppy drive
1061.13Sleofd1	at fdc0 unit 1		# external floppy drive
1071.1Sleozs0	at mainbus0		# Serial support through 8530
1081.1Sleogrf1	at grfbus0		# second graphics driver
1091.10Sleoite*	at grfcc1		# second tty
1101.5Sleonvr0	at mainbus0		# nvram driver
1111.8Sleolpt0	at mainbus0		# centronics printer
112