Home | History | Annotate | Line # | Download | only in conf
ATARITT revision 1.1
      1  1.1  leo #
      2  1.1  leo #	$NetBSD: ATARITT,v 1.1 1995/03/26 07:12:16 leo Exp $
      3  1.1  leo #
      4  1.1  leo # ATARI-TT
      5  1.1  leo #
      6  1.1  leo # This configuration file is for a multiple disk/multiple tape ATARI-TT
      7  1.1  leo #
      8  1.1  leo 
      9  1.1  leo include "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 
     21  1.1  leo options		TIMEZONE=300	# Set the timezone that the kernel will use
     22  1.1  leo options		DST=1		# Set the timezone that the kernel will use
     23  1.1  leo 
     24  1.1  leo options		FPCOPROC	# Support for MC68881/MC68882
     25  1.1  leo #options	FPSP
     26  1.1  leo 
     27  1.1  leo #
     28  1.1  leo # Networking options
     29  1.1  leo #
     30  1.1  leo options		INET		# Basic networking support
     31  1.1  leo 
     32  1.1  leo options		FFS		# Berkeley fast file system
     33  1.1  leo options		MFS		# Memory based filesystem
     34  1.1  leo options		PROCFS		# Process filesystem
     35  1.1  leo options		KERNFS		# Kernel parameter filesystem
     36  1.1  leo options		NULLFS		# Loopback filesystem
     37  1.1  leo options		MSDOSFS		# MSDOS filesystem
     38  1.1  leo 
     39  1.1  leo options		FIFO		# FIFO operations on vnodes
     40  1.1  leo 
     41  1.1  leo options		SWAPPAGER	# Pager for swap device
     42  1.1  leo options		VNODEPAGER	# Pager for vnodes
     43  1.1  leo options		DEVPAGER	# Pager
     44  1.1  leo 
     45  1.1  leo 
     46  1.1  leo #
     47  1.1  leo # Misc. debuging options
     48  1.1  leo #
     49  1.1  leo options		PANICWAIT	# Require keystroke to dump/reboot
     50  1.1  leo options		DDB		# Kernel debugger
     51  1.1  leo 
     52  1.1  leo #
     53  1.1  leo # Compatability options for various existing systems
     54  1.1  leo #
     55  1.1  leo options		"COMPAT_43"	# 4.3 BSD compatible system calls (required)
     56  1.1  leo 
     57  1.1  leo #
     58  1.1  leo # Support for System V IPC facilities.
     59  1.1  leo #
     60  1.1  leo #options	SYSVSHM		# System V shared memory
     61  1.1  leo #options	SYSVMSG		# System V messages
     62  1.1  leo #options	SYSVSEM		# System V semaphores
     63  1.1  leo 
     64  1.1  leo #
     65  1.1  leo # Support for various kernel options
     66  1.1  leo #
     67  1.1  leo options		KTRACE			# Add kernel tracing system call
     68  1.1  leo options		DIAGNOSTIC		# Add additional error checking code
     69  1.1  leo options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
     70  1.1  leo options		GENERIC			# Mini-root boot support
     71  1.1  leo #options	KFONT_8x8		# Use 8x8 font instead of 8x16
     72  1.1  leo 
     73  1.1  leo #
     74  1.1  leo # Build one kernel that can boot from any disk.
     75  1.1  leo #
     76  1.1  leo config		netbsd swap on generic
     77  1.1  leo 
     78  1.1  leo pseudo-device	view	2	# View (graphics mapping)
     79  1.1  leo pseudo-device	sl		# Slip
     80  1.1  leo pseudo-device	ppp		# ppp
     81  1.1  leo pseudo-device	pty	16	# Pseudo-tty support
     82  1.1  leo pseudo-device	loop		# Loopback network
     83  1.1  leo pseudo-device	vnd	3	# 3 pseudo disks (see vnconfig)
     84  1.1  leo 
     85  1.1  leo #
     86  1.1  leo #The following sections describe various hardware options.
     87  1.1  leo #
     88  1.1  leo zs0	at mainbus0		# Serial support through 8530
     89  1.1  leo grf1	at grfbus0		# second graphics driver
     90  1.1  leo ite1	at grf1			# second tty
     91