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