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