HADES revision 1.16
11.1Sleo#
21.16Sleo#	$NetBSD: HADES,v 1.16 1998/04/10 10:37:11 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.9Slukemoptions 	M68040		# support for 040
201.11Sleooptions 	M68060		# support for 060
211.1Sleo
221.9Slukemoptions 	HZ=64		# Set the clock-rate (48/64/96)
231.1Sleo
241.11Sleooptions 	FPSP		# 68040 Floatingpoint support
251.11Sleooptions 	M060SP		# MC68060 software support (Required for 060)
261.11Sleo
271.11Sleo#
281.11Sleo# X11R6 related options
291.11Sleo#
301.11Sleooptions 	UCONSOLE	# Allow xconsole to work
311.1Sleo
321.1Sleo#
331.1Sleo# Networking options
341.1Sleo#
351.9Slukemoptions 	INET		# Basic networking support
361.1Sleo
371.5Sthorpej# File systems
381.5Sthorpejfile-system 	FFS		# Berkeley fast file system
391.5Sthorpejfile-system 	MFS		# Memory based filesystem
401.6Sthorpej#file-system	NFS		# Network File System client side code
411.5Sthorpejfile-system 	PROCFS		# Process filesystem
421.5Sthorpejfile-system 	KERNFS		# Kernel parameter filesystem
431.5Sthorpejfile-system 	NULLFS		# Loopback filesystem
441.5Sthorpejfile-system 	UNION		# union file system
451.5Sthorpejfile-system 	MSDOSFS		# MSDOS filesystem
461.5Sthorpejfile-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
471.1Sleo
481.5Sthorpej# File system options
491.9Slukemoptions 	FIFO		# FIFO operations on vnodes
501.1Sleo
511.1Sleo#
521.14Slukem# Misc. debugging options
531.1Sleo#
541.9Slukemoptions 	PANICWAIT	# Require keystroke to dump/reboot
551.9Slukemoptions 	DDB		# Kernel debugger
561.14Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
571.1Sleo
581.1Sleo#
591.1Sleo# Compatability options for various existing systems
601.1Sleo#
611.9Slukemoptions 	COMPAT_43	# 4.3 BSD compatible system calls (required)
621.9Slukemoptions 	COMPAT_10	# Compatibility to NetBSD1.0
631.9Slukemoptions 	COMPAT_11	# Compatibility to NetBSD1.1
641.9Slukemoptions 	COMPAT_12	# Compatibility to NetBSD1.2
651.15Skleinkoptions 	COMPAT_13	# Compatibility to NetBSD1.3
661.1Sleo
671.1Sleo#
681.1Sleo# Support for System V IPC facilities.
691.1Sleo#
701.9Slukem#options 	SYSVSHM		# System V shared memory
711.9Slukem#options 	SYSVMSG		# System V messages
721.9Slukem#options 	SYSVSEM		# System V semaphores
731.1Sleo
741.1Sleo#
751.1Sleo# Support for various kernel options
761.1Sleo#
771.9Slukemoptions 	KTRACE			# Add kernel tracing system call
781.9Slukemoptions 	DIAGNOSTIC		# Add additional error checking code
791.9Slukemoptions 	NKMEMCLUSTERS=256	# Size of kernel malloc area
801.1Sleo
811.1Sleo#
821.1Sleo# Atari specific kernel options:
831.1Sleo#
841.9Slukemoptions 	TT_SCSI			# SCSI-support for TT/Hades only
851.9Slukemoptions 	STATCLOCK		# Separate {stat,prof}clock
861.9Slukemoptions 	MEMORY_DISK_HOOKS	# Boot RAM-disk
871.9Slukemoptions 	DISKLABEL_NBDA		# NetBSD disklabels (required)
881.9Slukemoptions 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
891.1Sleo
901.1Sleo#
911.1Sleo# Build one kernel that can boot from any disk.
921.1Sleo#
931.5Sthorpejconfig		netbsd root on ? type ?
941.1Sleo
951.1Sleopseudo-device	mouse	1	# mouse
961.1Sleopseudo-device	view	4	# View (graphics mapping)
971.1Sleopseudo-device	sl		# Slip
981.1Sleopseudo-device	ppp		# ppp
991.1Sleopseudo-device	pty	16	# Pseudo-tty support
1001.1Sleopseudo-device	loop		# Loopback network
1011.1Sleopseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
1021.12Sleopseudo-device	md	2	# Boot memory disk
1031.1Sleo
1041.1Sleo#
1051.9Slukem# The following sections describe various hardware options.
1061.1Sleo#
1071.1Sleohdfd0	at fdc0 unit 0		# builtin Hades-type floppy drive
1081.1Sleohdfd1	at fdc0 unit 1		# 2nd Hades-type floppy drive
1091.1Sleozs0	at mainbus0		# Serial support through 8530
1101.1Sleonvr0	at mainbus0		# nvram driver
1111.10Sleolp0	at mainbus0		# centronics printer
1121.1Sleogrfet0	at grfbus0		# ET4000 consoles
1131.1Sleoite*	at grfet0
1141.1Sleogrfet1	at grfbus0
1151.1Sleoite*	at grfet1
1161.1Sleogrfet2	at grfbus0
1171.1Sleoite*	at grfet2
1181.1Sleopcibus0	at mainbus0		# PCI-bus
1191.1Sleopci0	at pcibus0
1201.7Sleovmebus0	at mainbus0		# VME bus
1211.7Sleovme0	at vmebus0
1221.13Sleoisabus0	at mainbus0		# ISA-bus
1231.13Sleoisa0	at isabus0
1241.16Sleowdc0	at mainbus0		# IDE-bus
1251.16Sleowd*	at wdc? drive ?		#    ... and drives
126