Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.14
      1   1.4  chopps #
      2   1.4  chopps # GENERIC AMIGA
      3   1.4  chopps #
      4  1.14  chopps #	$Id: GENERIC,v 1.14 1994/06/02 08:32:58 chopps Exp $
      5   1.4  chopps #
      6   1.4  chopps # This configuration file contains all possible options
      7   1.4  chopps #
      8   1.4  chopps 
      9   1.6  chopps include "std.amiga"
     10  1.14  chopps 
     11  1.14  chopps #
     12  1.14  chopps # processors this kernel should support
     13  1.14  chopps #
     14  1.14  chopps options		"M68040"		# support for 040
     15  1.14  chopps options		"M68030"		# support for 030
     16  1.14  chopps options		"M68020"		# support for 020/851
     17   1.4  chopps 
     18   1.6  chopps maxusers	8
     19   1.1  chopps 
     20  1.10  chopps options		TIMEZONE=300, DST=1
     21   1.1  chopps 
     22   1.6  chopps grfcc0		at mainbus0
     23   1.6  chopps grfrt0		at ztwobus0
     24   1.4  chopps 
     25   1.6  chopps grf0		at grfcc0
     26   1.6  chopps grf1		at grfrt0
     27   1.6  chopps 
     28   1.6  chopps ite*		at grf?
     29   1.6  chopps 
     30   1.6  chopps pseudo-device	view 10
     31   1.6  chopps pseudo-device	pty 16
     32   1.6  chopps pseudo-device	loop
     33   1.6  chopps 
     34   1.6  chopps # scsi stuff, all possible
     35   1.6  chopps gvpbus0		at ztwobus0
     36   1.6  chopps gtsc0		at gvpbus0		# GVP series II scsi
     37   1.6  chopps ahsc0		at mainbus0		# A3000 scsi
     38   1.6  chopps atzsc0		at ztwobus0
     39  1.13  chopps wstsc0		at ztwobus0		# Wordsync II scsi
     40  1.13  chopps ivsc0		at ztwobus0		# IVS scsi
     41  1.13  chopps mlhsc0		at ztwobus0		# Hacker scsi
     42  1.13  chopps otgsc0		at ztwobus0		# 12 gauge scsi
     43   1.8  chopps zssc0		at ztwobus0		# Zeus scsi
     44   1.8  chopps mgnsc0		at ztwobus0		# Magnum scsi
     45   1.8  chopps wesc0		at zthreebus0		# Warp Engine scsi
     46  1.11  chopps idesc0		at mainbus0		# A4000(A1200?) IDE
     47   1.6  chopps 
     48   1.6  chopps scsibus0	at gtsc0
     49   1.6  chopps scsibus1	at ahsc0
     50   1.6  chopps scsibus2	at atzsc0
     51  1.13  chopps scsibus2	at wstsc0
     52  1.13  chopps scsibus3	at ivsc0
     53  1.13  chopps scsibus4	at mlhsc0
     54  1.13  chopps scsibus5	at otgsc0
     55   1.8  chopps scsibus6	at zssc0
     56   1.8  chopps scsibus7	at mgnsc0
     57   1.8  chopps scsibus8	at wesc0
     58  1.11  chopps scsibus9	at idesc0
     59   1.6  chopps 
     60   1.6  chopps # any drives on configured controllers.
     61   1.6  chopps sd0	at scsibus? target 0 lun 0
     62   1.6  chopps sd1	at scsibus? target 1 lun 0
     63   1.6  chopps sd2	at scsibus? target 2 lun 0
     64   1.6  chopps sd3	at scsibus? target 3 lun 0
     65   1.6  chopps sd4	at scsibus? target 4 lun 0
     66   1.6  chopps sd5	at scsibus? target 5 lun 0
     67   1.6  chopps sd6	at scsibus? target 6 lun 0
     68   1.8  chopps sd7	at scsibus? target ? lun 0
     69   1.6  chopps st0	at scsibus? target ? lun 0
     70   1.4  chopps 
     71   1.7  chopps config	netbsd swap on generic
     72   1.1  chopps 
     73   1.4  chopps options		FPSP		# MC68040 floating point support
     74   1.4  chopps options		FPCOPROC	# Support for MC68881/MC68882 (Required)
     75   1.4  chopps 
     76   1.4  chopps # Networking options
     77   1.6  chopps options		ETHER			# XXXX!!!!
     78   1.4  chopps options		INET			# IP networking support (Required)
     79   1.4  chopps options		ISO			# ISO Networking support
     80   1.4  chopps options		TPIP			# ARGO TP networking support
     81   1.6  chopps #options		CCITT			# CCITT X.25
     82   1.6  chopps #options		NS			# Xerox XNS
     83   1.6  chopps #options		EON			# ISO CLNL over IP
     84   1.6  chopps #options		GATEWAY			# Packet forwarding
     85   1.6  chopps #options		DIRECTED_BROADCAST	# Broadcast across subnets
     86   1.6  chopps #options		NSIP			# XNS over IP
     87   1.4  chopps 
     88   1.4  chopps # File system related options
     89   1.4  chopps options		QUOTA		# Disk quotas for local disks
     90   1.4  chopps options		NFSSERVER	# Network File System server side code
     91   1.4  chopps options		NFSCLIENT	# Network File System client side code
     92   1.6  chopps 
     93   1.4  chopps # Support for various types of filesystems
     94   1.4  chopps options		FFS		# Berkeley fast file system
     95   1.4  chopps options		MFS		# Memory based filesystem
     96   1.4  chopps options		PROCFS		# Process filesystem
     97   1.4  chopps options		KERNFS		# Kernel parameter filesystem (Recommended)
     98   1.4  chopps options		MSDOSFS		# MS-DOS filesystem
     99   1.4  chopps options		FDESC		# /dev/fd filesystem
    100   1.4  chopps options		LOFS		# Loopback filesystem
    101   1.4  chopps options		ISOFS		# ISO 9660 file system, with Rock Ridge
    102   1.4  chopps options		PORTAL		# Portal filesystem
    103   1.4  chopps 
    104   1.4  chopps options		FIFO		# FIFO operations on vnodes (Recommended)
    105   1.7  chopps options		ADOSFS
    106   1.4  chopps 
    107   1.4  chopps options		SWAPPAGER	# Pager for processes (Required)
    108   1.4  chopps options		VNODEPAGER	# Pager for vnodes (Required)
    109   1.4  chopps options		DEVPAGER	# Pager for devices (Required)
    110   1.4  chopps #options	BANKEDDEVPAGER	# Pager for Retina
    111   1.4  chopps 
    112   1.4  chopps # Compatability options for various existing systems
    113   1.4  chopps options		"COMPAT_09"	# fs type binary compatability (name vs number)
    114   1.4  chopps options		COMPAT_SUNOS	# Support to run Sun (m68k) executables
    115   1.4  chopps #options	HPUXCOMPAT	# HP300 compatability
    116   1.4  chopps options		"COMPAT_43"	# 4.3 BSD compatible system calls
    117   1.4  chopps options		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
    118   1.4  chopps options		"COMPAT_NOMID"	# Support to run nonvalid machine id executables
    119   1.4  chopps 
    120   1.4  chopps # Support for System V IPC facilities.
    121   1.9  chopps #options		SYSVSHM		# System V-like shared memory
    122  1.12  chopps #options		SYSVMSG		# System V-like messages
    123  1.12  chopps #options		SYSVSEM		# System V-like semaphores
    124   1.4  chopps 
    125   1.4  chopps # Amiga graphics options
    126   1.4  chopps options		GRF_ECS			# Enhanced Chip Set
    127   1.4  chopps options		GRF_NTSC		# NTSC
    128   1.4  chopps options		GRF_PAL			# PAL
    129   1.4  chopps options		"GRF_A2024"		# Support for the A2024
    130   1.4  chopps 
    131   1.4  chopps # Support for various kernel options
    132   1.4  chopps options		KTRACE		# Add kernel tracing system call
    133   1.4  chopps options		PANICWAIT	# Require keystroke to dump/reboot
    134   1.4  chopps options		DIAGNOSTIC	# Add additional error checking code
    135   1.6  chopps options		DEBUG		# Add debugging statements
    136   1.7  chopps #options	SYSCALL_DEBUG	# debug all syscalls.
    137   1.4  chopps #options	SCSIDEBUG	# Add SCSI debugging statements
    138   1.4  chopps #options	KGDB		# Kernel debugger (KGDB) support
    139   1.6  chopps options		DDB		# Kernel debugger
    140   1.4  chopps #options	PANICBUTTON	# Forced crash via keypress (???)
    141   1.4  chopps options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
    142   1.4  chopps options		GENERIC		# Mini-root boot support
    143   1.4  chopps #options	PROFTIMER	# Kernel profiling support
    144   1.4  chopps #options	"PRF_INTERVAL=500"	# Clock ticks between profile interrupts
    145   1.6  chopps #options		"PPP_OUTQ_SIZE=4096"	# Size of large PPP output queue
    146   1.4  chopps options		LKM		# Loadable kernel modules
    147   1.4  chopps 
    148