HADES revision 1.3
1#
2#	$NetBSD: HADES,v 1.3 1996/12/16 21:24:23 leo 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
31options		FFS		# Berkeley fast file system
32options		MFS		# Memory based filesystem
33options		PROCFS		# Process filesystem
34options		KERNFS		# Kernel parameter filesystem
35options		NULLFS		# Loopback filesystem
36options		UNION		# union file system
37options		MSDOSFS		# MSDOS filesystem
38options		CD9660		# ISO 9660 filesystem with Rock Ridge
39
40options		FIFO		# FIFO operations on vnodes
41
42#
43# Misc. debuging options
44#
45options		PANICWAIT	# Require keystroke to dump/reboot
46options		DDB		# Kernel debugger
47
48#
49# File system related options
50#
51#options		NFSCLIENT	# Network File System client side code
52
53#
54# Compatability options for various existing systems
55#
56options		COMPAT_43	# 4.3 BSD compatible system calls (required)
57options		COMPAT_10	# Compatibility to NetBSD1.0
58options		COMPAT_11	# Compatibility to NetBSD1.1
59options		COMPAT_12	# Compatibility to NetBSD1.2
60
61#
62# Support for System V IPC facilities.
63#
64# options	SYSVSHM		# System V shared memory
65# options	SYSVMSG		# System V messages
66# options	SYSVSEM		# System V semaphores
67
68#
69# Support for various kernel options
70#
71options		KTRACE			# Add kernel tracing system call
72options		DIAGNOSTIC		# Add additional error checking code
73options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
74options		GENERIC			# Mini-root boot support
75
76#
77# Atari specific kernel options:
78#
79options		TT_SCSI			# SCSI-support for TT/Hades only
80options		STATCLOCK		# Separate {stat,prof}clock
81options		RAMDISK_HOOKS		# Boot RAM-disk
82options		DISKLABEL_NBDA		# NetBSD disklabels (required)
83options		DISKLABEL_AHDI		# NetBSD/AHDI disklabels
84
85#
86# Build one kernel that can boot from any disk.
87#
88config		netbsd swap on generic
89
90pseudo-device	mouse	1	# mouse
91pseudo-device	view	4	# View (graphics mapping)
92pseudo-device	sl		# Slip
93pseudo-device	ppp		# ppp
94pseudo-device	pty	16	# Pseudo-tty support
95pseudo-device	loop		# Loopback network
96pseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
97pseudo-device	rd	1	# Boot ramdisk
98
99#
100#The following sections describe various hardware options.
101#
102hdfd0	at fdc0 unit 0		# builtin Hades-type floppy drive
103hdfd1	at fdc0 unit 1		# 2nd Hades-type floppy drive
104zs0	at mainbus0		# Serial support through 8530
105nvr0	at mainbus0		# nvram driver
106lpt0	at mainbus0		# centronics printer
107grfet0	at grfbus0		# ET4000 consoles
108ite*	at grfet0
109grfet1	at grfbus0
110ite*	at grfet1
111grfet2	at grfbus0
112ite*	at grfet2
113pcibus0	at mainbus0		# PCI-bus
114pci0	at pcibus0
115