FALCON revision 1.18
11.1Sleo#
21.18Sthorpej#	$NetBSD: FALCON,v 1.18 1997/01/31 01:48:27 thorpej 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.1Sleooptions		HZ=64		# Set the clock-rate (48/64/96)
231.1Sleo
241.1Sleo#
251.10Sleo# X11R6 related options
261.10Sleo#
271.10Sleooptions		UCONSOLE	# Allow xconsole to work
281.10Sleo
291.10Sleo#
301.10Sleo# Floating-point options
311.10Sleo#
321.10Sleooptions		FPU_EMULATE	# Support for MC68881/MC68882 emulator
331.10Sleo# options	FPSP			# 68040 Floatingpoint support
341.10Sleo
351.10Sleo#
361.1Sleo# Networking options
371.1Sleo#
381.1Sleooptions		INET		# Basic networking support
391.1Sleo
401.18Sthorpej# File systems
411.18Sthorpejfile-system 	FFS		# Berkeley fast file system
421.18Sthorpejfile-system 	MFS		# Memory based filesystem
431.18Sthorpejfile-system 	PROCFS		# Process filesystem
441.18Sthorpejfile-system 	KERNFS		# Kernel parameter filesystem
451.18Sthorpejfile-system 	NULLFS		# Loopback filesystem
461.18Sthorpejfile-system 	MSDOSFS		# MSDOS filesystem
471.18Sthorpejfile-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
481.1Sleo
491.18Sthorpej# File system options
501.1Sleooptions		FIFO		# FIFO operations on vnodes
511.1Sleo
521.1Sleo#
531.1Sleo# Misc. debuging options
541.1Sleo#
551.1Sleooptions		PANICWAIT	# Require keystroke to dump/reboot
561.1Sleooptions		DDB		# Kernel debugger
571.1Sleo
581.1Sleo#
591.1Sleo# Compatability options for various existing systems
601.1Sleo#
611.4Sjtcoptions		COMPAT_43	# 4.3 BSD compatible system calls (required)
621.4Sjtcoptions		COMPAT_10	# Compatibility to NetBSD1.0
631.6Sleooptions		COMPAT_11	# Compatibility to NetBSD1.1
641.11Sleooptions		COMPAT_12	# Compatibility to NetBSD1.2
651.1Sleo
661.1Sleo#
671.1Sleo# Support for various kernel options
681.1Sleo#
691.1Sleooptions		KTRACE			# Add kernel tracing system call
701.1Sleooptions		DIAGNOSTIC		# Add additional error checking code
711.1Sleooptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
721.1Sleooptions		GENERIC			# Mini-root boot support
731.1Sleo
741.1Sleo#
751.1Sleo# Atari specific kernel options:
761.1Sleo#
771.1Sleooptions		FALCON_SCSI		# SCSI-support for FACLON only
781.2Sleooptions		FALCON_VIDEO		# Graphics support for FALCON
791.16Spkoptions		MEMORY_DISK_HOOKS	# Boot RAM-disk
801.6Sleooptions		DISKLABEL_NBDA		# NetBSD disklabels (required)
811.6Sleooptions		DISKLABEL_AHDI		# NetBSD/AHDI disklabels
821.1Sleo
831.1Sleo#
841.1Sleo# Build one kernel that can boot from any disk.
851.1Sleo#
861.18Sthorpejconfig		netbsd root on ? type ?
871.1Sleo
881.1Sleopseudo-device	mouse	1	# mouse
891.1Sleopseudo-device	view	2	# View (graphics mapping)
901.1Sleopseudo-device	sl		# Slip
911.1Sleopseudo-device	ppp		# ppp
921.1Sleopseudo-device	pty	16	# Pseudo-tty support
931.1Sleopseudo-device	loop		# Loopback network
941.1Sleopseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
951.16Spkpseudo-device	md	1	# Boot memory disk
961.1Sleo
971.1Sleo#
981.1Sleo#The following sections describe various hardware options.
991.1Sleo#
1001.13Sleofd0	at fdc0 unit 0		# builtin floppy drive
1011.13Sleofd1	at fdc0 unit 1		# external floppy drive
1021.1Sleozs0	at mainbus0		# Serial support through 8530
1031.17Sleogrfcc1	at grfbus0		# second graphics driver
1041.10Sleoite*	at grfcc1		# second tty
1051.5Sleonvr0	at mainbus0		# nvram driver
1061.8Sleolpt0	at mainbus0		# centronics printer
107