HADES revision 1.1
11.1Sleo#
21.1Sleo#	$NetBSD: HADES,v 1.1 1996/11/09 22:32:10 leo Exp $
31.1Sleo#
41.1Sleo# Medusa-Hades
51.1Sleo#
61.1Sleo# This configuration file is for a multiple disk/multiple tape Medusa-Hades
71.1Sleo#
81.1Sleo
91.1Sleoinclude "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.1Sleooptions		"M68040"	# support for 040
211.1Sleo
221.1Sleooptions		TIMEZONE=0	# Set the timezone that the kernel will use
231.1Sleooptions		DST=0		# Set the timezone that the kernel will use
241.1Sleooptions		HZ=64		# Set the clock-rate (48/64/96)
251.1Sleo
261.1Sleooptions	FPSP			# 68040 Floatingpoint support
271.1Sleo
281.1Sleo#
291.1Sleo# Networking options
301.1Sleo#
311.1Sleooptions		INET		# Basic networking support
321.1Sleo
331.1Sleooptions		FFS		# Berkeley fast file system
341.1Sleooptions		MFS		# Memory based filesystem
351.1Sleooptions		PROCFS		# Process filesystem
361.1Sleooptions		KERNFS		# Kernel parameter filesystem
371.1Sleooptions		NULLFS		# Loopback filesystem
381.1Sleooptions		UNION		# union file system
391.1Sleooptions		MSDOSFS		# MSDOS filesystem
401.1Sleooptions		CD9660		# ISO 9660 filesystem with Rock Ridge
411.1Sleo
421.1Sleooptions		FIFO		# FIFO operations on vnodes
431.1Sleo
441.1Sleooptions		SWAPPAGER	# Pager for swap device
451.1Sleooptions		VNODEPAGER	# Pager for vnodes
461.1Sleooptions		DEVPAGER	# Pager
471.1Sleo
481.1Sleo#
491.1Sleo# Misc. debuging options
501.1Sleo#
511.1Sleooptions		PANICWAIT	# Require keystroke to dump/reboot
521.1Sleooptions		DDB		# Kernel debugger
531.1Sleo
541.1Sleo#
551.1Sleo# File system related options
561.1Sleo#
571.1Sleo#options		NFSCLIENT	# Network File System client side code
581.1Sleo
591.1Sleo#
601.1Sleo# Compatability options for various existing systems
611.1Sleo#
621.1Sleooptions		COMPAT_43	# 4.3 BSD compatible system calls (required)
631.1Sleooptions		COMPAT_10	# Compatibility to NetBSD1.0
641.1Sleooptions		COMPAT_11	# Compatibility to NetBSD1.1
651.1Sleooptions		COMPAT_12	# Compatibility to NetBSD1.2
661.1Sleo
671.1Sleo#
681.1Sleo# Support for System V IPC facilities.
691.1Sleo#
701.1Sleo# options	SYSVSHM		# System V shared memory
711.1Sleo# options	SYSVMSG		# System V messages
721.1Sleo# options	SYSVSEM		# System V semaphores
731.1Sleo
741.1Sleo#
751.1Sleo# Support for various kernel options
761.1Sleo#
771.1Sleooptions		KTRACE			# Add kernel tracing system call
781.1Sleooptions		DIAGNOSTIC		# Add additional error checking code
791.1Sleooptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
801.1Sleooptions		GENERIC			# Mini-root boot support
811.1Sleo
821.1Sleo#
831.1Sleo# Atari specific kernel options:
841.1Sleo#
851.1Sleooptions		TT_SCSI			# SCSI-support for TT/Hades only
861.1Sleooptions		STATCLOCK		# Separate {stat,prof}clock
871.1Sleooptions		RAMDISK_HOOKS		# Boot RAM-disk
881.1Sleooptions		DISKLABEL_NBDA		# NetBSD disklabels (required)
891.1Sleooptions		DISKLABEL_AHDI		# NetBSD/AHDI disklabels
901.1Sleo
911.1Sleo#
921.1Sleo# Build one kernel that can boot from any disk.
931.1Sleo#
941.1Sleoconfig		netbsd swap on generic
951.1Sleo
961.1Sleopseudo-device	mouse	1	# mouse
971.1Sleopseudo-device	view	4	# View (graphics mapping)
981.1Sleopseudo-device	sl		# Slip
991.1Sleopseudo-device	ppp		# ppp
1001.1Sleopseudo-device	pty	16	# Pseudo-tty support
1011.1Sleopseudo-device	loop		# Loopback network
1021.1Sleopseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
1031.1Sleopseudo-device	rd	1	# Boot ramdisk
1041.1Sleo
1051.1Sleo#
1061.1Sleo#The following sections describe various hardware options.
1071.1Sleo#
1081.1Sleohdfd0	at fdc0 unit 0		# builtin Hades-type floppy drive
1091.1Sleohdfd1	at fdc0 unit 1		# 2nd Hades-type floppy drive
1101.1Sleozs0	at mainbus0		# Serial support through 8530
1111.1Sleonvr0	at mainbus0		# nvram driver
1121.1Sleolpt0	at mainbus0		# centronics printer
1131.1Sleogrfet0	at grfbus0		# ET4000 consoles
1141.1Sleoite*	at grfet0
1151.1Sleogrfet1	at grfbus0
1161.1Sleoite*	at grfet1
1171.1Sleogrfet2	at grfbus0
1181.1Sleoite*	at grfet2
1191.1Sleopcibus0	at mainbus0		# PCI-bus
1201.1Sleopci0	at pcibus0
121