HADES revision 1.6
1#
2#	$NetBSD: HADES,v 1.6 1997/01/31 05:50:04 thorpej Exp $
3#
4# Medusa-Hades
5#
6# This configuration file is for a multiple disk/multiple tape Medusa-Hades
7#
8
9include "arch/atari/conf/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
20options		"M68040"	# support for 040
21
22options		HZ=64		# Set the clock-rate (48/64/96)
23
24options	FPSP			# 68040 Floatingpoint support
25
26#
27# Networking options
28#
29options		INET		# Basic networking support
30
31# File systems
32file-system 	FFS		# Berkeley fast file system
33file-system 	MFS		# Memory based filesystem
34#file-system	NFS		# Network File System client side code
35file-system 	PROCFS		# Process filesystem
36file-system 	KERNFS		# Kernel parameter filesystem
37file-system 	NULLFS		# Loopback filesystem
38file-system 	UNION		# union file system
39file-system 	MSDOSFS		# MSDOS filesystem
40file-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
41
42# File system options
43options		FIFO		# FIFO operations on vnodes
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
57options		COMPAT_12	# Compatibility to NetBSD1.2
58
59#
60# Support for System V IPC facilities.
61#
62# options	SYSVSHM		# System V shared memory
63# options	SYSVMSG		# System V messages
64# options	SYSVSEM		# System V semaphores
65
66#
67# Support for various kernel options
68#
69options		KTRACE			# Add kernel tracing system call
70options		DIAGNOSTIC		# Add additional error checking code
71options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
72
73#
74# Atari specific kernel options:
75#
76options		TT_SCSI			# SCSI-support for TT/Hades only
77options		STATCLOCK		# Separate {stat,prof}clock
78options		MEMORY_DISK_HOOKS	# Boot RAM-disk
79options		DISKLABEL_NBDA		# NetBSD disklabels (required)
80options		DISKLABEL_AHDI		# NetBSD/AHDI disklabels
81
82#
83# Build one kernel that can boot from any disk.
84#
85config		netbsd root on ? type ?
86
87pseudo-device	mouse	1	# mouse
88pseudo-device	view	4	# View (graphics mapping)
89pseudo-device	sl		# Slip
90pseudo-device	ppp		# ppp
91pseudo-device	pty	16	# Pseudo-tty support
92pseudo-device	loop		# Loopback network
93pseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
94pseudo-device	md	1	# Boot memory disk
95
96#
97#The following sections describe various hardware options.
98#
99hdfd0	at fdc0 unit 0		# builtin Hades-type floppy drive
100hdfd1	at fdc0 unit 1		# 2nd Hades-type floppy drive
101zs0	at mainbus0		# Serial support through 8530
102nvr0	at mainbus0		# nvram driver
103lpt0	at mainbus0		# centronics printer
104grfet0	at grfbus0		# ET4000 consoles
105ite*	at grfet0
106grfet1	at grfbus0
107ite*	at grfet1
108grfet2	at grfbus0
109ite*	at grfet2
110pcibus0	at mainbus0		# PCI-bus
111pci0	at pcibus0
112