Home | History | Annotate | Line # | Download | only in conf
FALCON revision 1.29.2.1
      1       1.1       leo #
      2  1.29.2.1    bouyer #	$NetBSD: FALCON,v 1.29.2.1 2000/11/20 20:05:24 bouyer Exp $
      3       1.1       leo #
      4       1.1       leo # ATARI-FALCON
      5       1.1       leo #
      6       1.1       leo # This configuration file is for a multiple disk/multiple tape ATARI-Falcon
      7       1.1       leo #
      8       1.1       leo 
      9      1.12       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.21     lukem options 	M68030		# support for 030
     20      1.21     lukem #options 	M68040		# support for 040
     21       1.1       leo 
     22      1.21     lukem options 	HZ=64		# Set the clock-rate (48/64/96)
     23       1.1       leo 
     24       1.1       leo #
     25      1.10       leo # X11R6 related options
     26      1.10       leo #
     27      1.21     lukem options 	UCONSOLE	# Allow xconsole to work
     28      1.10       leo 
     29      1.10       leo #
     30      1.10       leo # Floating-point options
     31      1.10       leo #
     32      1.21     lukem options 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
     33      1.21     lukem #options 	FPSP		# 68040 Floatingpoint support
     34      1.10       leo 
     35      1.10       leo #
     36       1.1       leo # Networking options
     37       1.1       leo #
     38      1.21     lukem options 	INET		# Basic networking support
     39       1.1       leo 
     40      1.18   thorpej # File systems
     41      1.18   thorpej file-system 	FFS		# Berkeley fast file system
     42      1.18   thorpej file-system 	MFS		# Memory based filesystem
     43      1.18   thorpej file-system 	PROCFS		# Process filesystem
     44      1.18   thorpej file-system 	KERNFS		# Kernel parameter filesystem
     45      1.18   thorpej file-system 	NULLFS		# Loopback filesystem
     46      1.18   thorpej file-system 	MSDOSFS		# MSDOS filesystem
     47      1.18   thorpej file-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
     48       1.1       leo 
     49       1.1       leo #
     50      1.24     lukem # Misc. debugging options
     51       1.1       leo #
     52      1.21     lukem options 	PANICWAIT	# Require keystroke to dump/reboot
     53      1.21     lukem options 	DDB		# Kernel debugger
     54      1.24     lukem #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     55       1.1       leo 
     56       1.1       leo #
     57       1.1       leo # Compatability options for various existing systems
     58       1.1       leo #
     59      1.21     lukem options 	COMPAT_43	# 4.3 BSD compatible system calls (required)
     60      1.21     lukem options 	COMPAT_10	# Compatibility to NetBSD1.0
     61      1.21     lukem options 	COMPAT_11	# Compatibility to NetBSD1.1
     62      1.21     lukem options 	COMPAT_12	# Compatibility to NetBSD1.2
     63      1.25    kleink options 	COMPAT_13	# Compatibility to NetBSD1.3
     64      1.29  augustss options 	COMPAT_14	# Compatibility to NetBSD1.4
     65       1.1       leo 
     66       1.1       leo #
     67       1.1       leo # Support for various kernel options
     68       1.1       leo #
     69      1.21     lukem options 	KTRACE			# Add kernel tracing system call
     70      1.21     lukem options 	DIAGNOSTIC		# Add additional error checking code
     71       1.1       leo 
     72       1.1       leo #
     73       1.1       leo # Atari specific kernel options:
     74       1.1       leo #
     75      1.21     lukem options 	FALCON_SCSI		# SCSI-support for FACLON only
     76      1.21     lukem options 	FALCON_VIDEO		# Graphics support for FALCON
     77      1.21     lukem options 	MEMORY_DISK_HOOKS	# Boot RAM-disk
     78      1.21     lukem options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
     79      1.21     lukem options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
     80       1.1       leo 
     81       1.1       leo #
     82       1.1       leo # Build one kernel that can boot from any disk.
     83       1.1       leo #
     84      1.18   thorpej config		netbsd root on ? type ?
     85       1.1       leo 
     86      1.21     lukem pseudo-device	mouse		1	# mouse
     87      1.21     lukem pseudo-device	view		2	# View (graphics mapping)
     88      1.21     lukem pseudo-device	sl			# Slip
     89      1.21     lukem pseudo-device	ppp			# ppp
     90  1.29.2.1    bouyer pseudo-device	pty			# pseudo-terminals
     91      1.21     lukem pseudo-device	loop			# Loopback network
     92      1.21     lukem pseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
     93      1.23       leo pseudo-device	md		2	# Boot memory disk
     94       1.1       leo 
     95       1.1       leo #
     96      1.21     lukem # The following sections describe various hardware options.
     97       1.1       leo #
     98      1.13       leo fd0	at fdc0 unit 0		# builtin floppy drive
     99      1.13       leo fd1	at fdc0 unit 1		# external floppy drive
    100       1.1       leo zs0	at mainbus0		# Serial support through 8530
    101  1.29.2.1    bouyer grfbus0	at mainbus0		# bitmapped display's
    102  1.29.2.1    bouyer grfcc0	at grfbus0		# graphics driver
    103  1.29.2.1    bouyer ite0	at grfcc0		# console
    104  1.29.2.1    bouyer grfcc1	at grfbus0		# 2nd graphics driver
    105  1.29.2.1    bouyer ite1	at grfcc1		# 2nd tty
    106  1.29.2.1    bouyer grfcc2	at grfbus0		# 3rd graphics driver
    107  1.29.2.1    bouyer ite2	at grfcc2		# 3rd tty
    108       1.5       leo nvr0	at mainbus0		# nvram driver
    109      1.22       leo lp0	at mainbus0		# centronics printer
    110      1.26       leo wdc0	at mainbus0		# IDE-bus
    111      1.28       leo wd*	at wdc? channel ? drive ?
    112      1.28       leo  # ATAPI bus support
    113      1.28       leo atapibus* at wdc? channel ?
    114      1.28       leo 
    115      1.28       leo # ATAPI devices
    116      1.28       leo cd*    at atapibus? drive ?	# ATAPI CD-ROM drives
    117