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