FALCON revision 1.7
1#
2#	$NetBSD: FALCON,v 1.7 1996/03/14 21:41:23 leo Exp $
3#
4# ATARI-FALCON
5#
6# This configuration file is for a multiple disk/multiple tape ATARI-Falcon
7#
8
9include "std.atari"
10#
11# Add support for about 16 users. This variable is used to size
12# various kernel structures.
13#
14maxusers	16
15
16#
17# processors this kernel should support
18#
19options		"M68030"	# support for 030
20
21options		TIMEZONE=300	# Set the timezone that the kernel will use
22options		DST=1		# Set the timezone that the kernel will use
23options		HZ=64		# Set the clock-rate (48/64/96)
24
25#
26# Networking options
27#
28options		INET		# Basic networking support
29
30options		FFS		# Berkeley fast file system
31options		MFS		# Memory based filesystem
32options		PROCFS		# Process filesystem
33options		KERNFS		# Kernel parameter filesystem
34options		NULLFS		# Loopback filesystem
35options		MSDOSFS		# MSDOS filesystem
36options		CD9660		# ISO 9660 filesystem with Rock Ridge
37
38options		FIFO		# FIFO operations on vnodes
39
40options		SWAPPAGER	# Pager for swap device
41options		VNODEPAGER	# Pager for vnodes
42options		DEVPAGER	# Pager
43
44
45#
46# Misc. debuging options
47#
48options		PANICWAIT	# Require keystroke to dump/reboot
49options		DDB		# Kernel debugger
50
51#
52# Compatability options for various existing systems
53#
54options		COMPAT_43	# 4.3 BSD compatible system calls (required)
55options		COMPAT_10	# Compatibility to NetBSD1.0
56options		COMPAT_11	# Compatibility to NetBSD1.1
57
58#
59# Support for various kernel options
60#
61options		KTRACE			# Add kernel tracing system call
62options		DIAGNOSTIC		# Add additional error checking code
63options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
64options		GENERIC			# Mini-root boot support
65
66#
67# Atari specific kernel options:
68#
69options		FALCON_SCSI		# SCSI-support for FACLON only
70options		FALCON_VIDEO		# Graphics support for FALCON
71options		RAMDISK_HOOKS		# Boot RAM-disk
72options		DISKLABEL_NBDA		# NetBSD disklabels (required)
73options		DISKLABEL_AHDI		# NetBSD/AHDI disklabels
74
75#
76# Build one kernel that can boot from any disk.
77#
78config		netbsd swap on generic
79
80pseudo-device	mouse	1	# mouse
81pseudo-device	view	2	# View (graphics mapping)
82pseudo-device	sl		# Slip
83pseudo-device	ppp		# ppp
84pseudo-device	pty	16	# Pseudo-tty support
85pseudo-device	loop		# Loopback network
86pseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
87
88#
89#The following sections describe various hardware options.
90#
91zs0	at mainbus0		# Serial support through 8530
92grf1	at grfbus0		# second graphics driver
93ite1	at grf1			# second tty
94nvr0	at mainbus0		# nvram driver
95