Home | History | Annotate | Line # | Download | only in conf
ATARITT revision 1.31.4.2
      1       1.1       leo #
      2  1.31.4.2        he #	$NetBSD: ATARITT,v 1.31.4.2 2002/02/23 16:55:38 he 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.15       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.22     lukem options 	M68030		# support for 030
     20      1.22     lukem #options 	M68040		# support for 040
     21       1.1       leo 
     22      1.22     lukem options 	HZ=64		# Set the clock-rate (48/64/96)
     23       1.1       leo 
     24      1.13       leo #
     25      1.13       leo # X11R6 related options
     26      1.13       leo #
     27      1.22     lukem options 	UCONSOLE	# Allow xconsole to work
     28      1.13       leo 
     29      1.13       leo #
     30      1.13       leo # Floating-point options
     31      1.13       leo #
     32      1.29       leo #options 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
     33      1.22     lukem #options 	FPSP		# 68040 Floatingpoint support
     34       1.1       leo 
     35       1.1       leo #
     36       1.1       leo # Networking options
     37       1.1       leo #
     38      1.22     lukem options 	INET		# Basic networking support
     39       1.1       leo 
     40      1.20   thorpej # File systems
     41      1.22     lukem file-system	FFS		# Berkeley fast file system
     42      1.22     lukem file-system	MFS		# Memory based filesystem
     43      1.22     lukem #file-system	NFS		# Network File System client side code
     44      1.22     lukem file-system	PROCFS		# Process filesystem
     45      1.22     lukem file-system	KERNFS		# Kernel parameter filesystem
     46      1.22     lukem file-system	UNION		# union file system
     47      1.22     lukem file-system	NULLFS		# Loopback filesystem
     48      1.22     lukem file-system	MSDOSFS		# MSDOS filesystem
     49      1.22     lukem file-system	CD9660		# ISO 9660 filesystem with Rock Ridge
     50       1.1       leo 
     51       1.1       leo #
     52      1.25     lukem # Misc. debugging options
     53       1.1       leo #
     54      1.22     lukem options 	PANICWAIT	# Require keystroke to dump/reboot
     55      1.22     lukem options 	DDB		# Kernel debugger
     56      1.25     lukem #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     57       1.2       leo 
     58       1.2       leo #
     59       1.1       leo # Compatability options for various existing systems
     60       1.1       leo #
     61      1.22     lukem options 	COMPAT_43	# 4.3 BSD compatible system calls (required)
     62      1.22     lukem options 	COMPAT_10	# Compatibility to NetBSD1.0
     63      1.22     lukem options 	COMPAT_11	# Compatibility to NetBSD1.1
     64      1.22     lukem options 	COMPAT_12	# Compatibility to NetBSD1.2
     65      1.26    kleink options 	COMPAT_13	# Compatibility to NetBSD1.3
     66      1.28  augustss options 	COMPAT_14	# Compatibility to NetBSD1.4
     67       1.1       leo 
     68       1.1       leo #
     69       1.1       leo # Support for System V IPC facilities.
     70       1.1       leo #
     71      1.22     lukem #options 	SYSVSHM		# System V shared memory
     72      1.22     lukem #options 	SYSVMSG		# System V messages
     73      1.22     lukem #options 	SYSVSEM		# System V semaphores
     74       1.1       leo 
     75       1.1       leo #
     76       1.1       leo # Support for various kernel options
     77       1.1       leo #
     78      1.22     lukem options 	KTRACE			# Add kernel tracing system call
     79      1.22     lukem options 	DIAGNOSTIC		# Add additional error checking code
     80       1.4       leo 
     81       1.4       leo #
     82       1.4       leo # Atari specific kernel options:
     83       1.4       leo #
     84      1.22     lukem options 	TT_SCSI			# SCSI-support for TT only
     85      1.22     lukem options 	TT_VIDEO		# Graphics support for TT only
     86      1.22     lukem options 	STATCLOCK		# Separate {stat,prof}clock
     87      1.22     lukem options 	MEMORY_DISK_HOOKS	# Boot RAM-disk
     88      1.22     lukem options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
     89      1.22     lukem options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
     90       1.1       leo 
     91       1.1       leo #
     92       1.1       leo # Build one kernel that can boot from any disk.
     93       1.1       leo #
     94      1.20   thorpej config		netbsd root on ? type ?
     95       1.1       leo 
     96      1.22     lukem pseudo-device	mouse		1	# mouse
     97      1.22     lukem pseudo-device	view		4	# View (graphics mapping)
     98      1.22     lukem pseudo-device	sl			# Slip
     99      1.22     lukem pseudo-device	ppp			# ppp
    100      1.22     lukem pseudo-device	pty		16	# Pseudo-tty support
    101      1.22     lukem pseudo-device	loop			# Loopback network
    102      1.22     lukem pseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
    103      1.24       leo pseudo-device	md		2	# Boot memory disk
    104  1.31.4.1        he 
    105  1.31.4.1        he pseudo-device	rnd			# /dev/random and in-kernel generator
    106       1.1       leo 
    107       1.1       leo #
    108      1.22     lukem # The following sections describe various hardware options.
    109       1.1       leo #
    110      1.16       leo fd0	at fdc0 unit 0		# builtin floppy drive
    111      1.16       leo fd1	at fdc0 unit 1		# external floppy drive
    112       1.1       leo zs0	at mainbus0		# Serial support through 8530
    113      1.30       leo grfcc0	at grfbus0		# graphics driver
    114      1.30       leo ite0	at grfcc0		# console
    115      1.30       leo grfcc1	at grfbus0		# 2nd graphics driver
    116      1.30       leo ite1	at grfcc1		# 2nd tty
    117      1.30       leo grfcc2	at grfbus0		# 3rd graphics driver
    118      1.30       leo ite2	at grfcc2		# 3rd tty
    119       1.8       leo nvr0	at mainbus0		# nvram driver
    120      1.23       leo lp0	at mainbus0		# centronics printer
    121