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