Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.1.4.3
      1  1.1.4.3  scottr #	$NetBSD: INSTALL,v 1.1.4.3 1999/06/15 04:32:10 scottr Exp $
      2  1.1.4.2  scottr #
      3  1.1.4.2  scottr # INSTALL
      4  1.1.4.2  scottr 
      5  1.1.4.2  scottr include	"arch/mac68k/conf/std.mac68k"
      6  1.1.4.2  scottr 
      7  1.1.4.2  scottr maxusers	8		# estimated number of users
      8  1.1.4.2  scottr 
      9  1.1.4.2  scottr # Enable the hooks used for initializing the ram-disk.
     10  1.1.4.2  scottr options 	MEMORY_DISK_HOOKS
     11  1.1.4.2  scottr options 	MEMORY_DISK_IS_ROOT 	# Force root on ram-disk
     12  1.1.4.2  scottr options 	MINIROOTSIZE=5120	# 2.5 MB
     13  1.1.4.2  scottr 
     14  1.1.4.2  scottr # CPU support.  At least one is REQUIRED.
     15  1.1.4.2  scottr options 	M68040
     16  1.1.4.2  scottr options 	M68030
     17  1.1.4.2  scottr options 	M68020		# Note:  must have 68851 PMMU
     18  1.1.4.2  scottr 
     19  1.1.4.2  scottr # CPU-related options.
     20  1.1.4.2  scottr options 	FPSP
     21  1.1.4.2  scottr options 	FPU_EMULATE
     22  1.1.4.2  scottr 
     23  1.1.4.2  scottr # Standard system options
     24  1.1.4.2  scottr 
     25  1.1.4.2  scottr options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     26  1.1.4.2  scottr options 	INSECURE	# disable kernel security levels
     27  1.1.4.2  scottr 
     28  1.1.4.2  scottr options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     29  1.1.4.2  scottr 
     30  1.1.4.2  scottr # Diagnostic/debugging support options - XXX remove these at some point
     31  1.1.4.2  scottr options 	DIAGNOSTIC	# cheap kernel consistency checks
     32  1.1.4.2  scottr options 	DDB		# in-kernel debugger
     33  1.1.4.2  scottr options 	ADB_DEBUG	# ADB debugging
     34  1.1.4.2  scottr 
     35  1.1.4.2  scottr # Compatibility options
     36  1.1.4.2  scottr options 	COMPAT_10	# NetBSD 1.0,
     37  1.1.4.2  scottr options 	COMPAT_11	# NetBSD 1.1,
     38  1.1.4.2  scottr options 	COMPAT_12	# NetBSD 1.2,
     39  1.1.4.2  scottr options 	COMPAT_13	# NetBSD 1.3,
     40  1.1.4.2  scottr options 	COMPAT_43	# and 4.3BSD
     41  1.1.4.2  scottr 
     42  1.1.4.2  scottr # File systems
     43  1.1.4.2  scottr file-system 	FFS		# UFS
     44  1.1.4.2  scottr file-system 	NFS		# Network File System client
     45  1.1.4.2  scottr file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     46  1.1.4.2  scottr file-system 	MSDOSFS		# MS-DOS file system
     47  1.1.4.2  scottr file-system 	KERNFS		# /kern
     48  1.1.4.2  scottr 
     49  1.1.4.2  scottr # Networking options
     50  1.1.4.2  scottr options 	INET		# IP + ICMP + TCP + UDP
     51  1.1.4.2  scottr 
     52  1.1.4.2  scottr # These options enable verbose messages for several subsystems.
     53  1.1.4.2  scottr # Warning, these may compile large string tables into the kernel!
     54  1.1.4.2  scottr options 	SCSIVERBOSE	# human readable SCSI error messages
     55  1.1.4.2  scottr 
     56  1.1.4.2  scottr # Mac-specific options
     57  1.1.4.3  scottr #options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
     58  1.1.4.2  scottr options 	GRF_COMPAT	# Include grf compatibility code
     59  1.1.4.2  scottr #options 	MRG_ADB		# Use ROM-based ADB driver
     60  1.1.4.2  scottr options 	ZS_CONSOLE_ABORT
     61  1.1.4.2  scottr 
     62  1.1.4.2  scottr options 	NFS_BOOT_BOOTP
     63  1.1.4.2  scottr 
     64  1.1.4.2  scottr # Kernel root file system and dump configuration.
     65  1.1.4.2  scottr config		netbsd	root on ? type ?
     66  1.1.4.2  scottr 
     67  1.1.4.2  scottr #
     68  1.1.4.2  scottr # Device configuration
     69  1.1.4.2  scottr #
     70  1.1.4.2  scottr 
     71  1.1.4.2  scottr mainbus0 at root
     72  1.1.4.2  scottr 
     73  1.1.4.2  scottr fpu0 at mainbus?			# Floating-Point Coprocessor support
     74  1.1.4.2  scottr 
     75  1.1.4.2  scottr 
     76  1.1.4.2  scottr # Basic Bus Support
     77  1.1.4.2  scottr 
     78  1.1.4.2  scottr # On-board I/O bus support
     79  1.1.4.2  scottr obio0 at mainbus?
     80  1.1.4.2  scottr 
     81  1.1.4.2  scottr # NuBus support
     82  1.1.4.2  scottr nubus0 at mainbus?
     83  1.1.4.2  scottr 
     84  1.1.4.2  scottr 
     85  1.1.4.2  scottr # Console Devices
     86  1.1.4.2  scottr 
     87  1.1.4.2  scottr # Apple Desktop Bus interface
     88  1.1.4.2  scottr adb0	at obio?
     89  1.1.4.2  scottr aed*	at adb?				# ADB event device
     90  1.1.4.2  scottr kbd*	at adb?				# ADB keyboard
     91  1.1.4.2  scottr ms*	at adb?				# ADB mouse
     92  1.1.4.2  scottr 
     93  1.1.4.2  scottr # Basic frame buffer support
     94  1.1.4.2  scottr intvid0	at obio?			# Internal video hardware
     95  1.1.4.2  scottr macvid*	at nubus?			# NuBus video card
     96  1.1.4.2  scottr 
     97  1.1.4.2  scottr # Device-independent frame buffer interface
     98  1.1.4.2  scottr grf*	at intvid?
     99  1.1.4.2  scottr grf*	at macvid?
    100  1.1.4.2  scottr 
    101  1.1.4.2  scottr # Integrated Terminal Emulator (console) support
    102  1.1.4.2  scottr ite0	at grf?
    103  1.1.4.2  scottr 
    104  1.1.4.2  scottr 
    105  1.1.4.2  scottr # Serial Devices
    106  1.1.4.2  scottr 
    107  1.1.4.2  scottr # On-board serial interface
    108  1.1.4.2  scottr zsc0	at obio?
    109  1.1.4.2  scottr zstty*	at zsc? channel ?
    110  1.1.4.2  scottr 
    111  1.1.4.2  scottr 
    112  1.1.4.2  scottr # SCSI Controllers and Devices
    113  1.1.4.2  scottr 
    114  1.1.4.2  scottr # SCSI controllers
    115  1.1.4.2  scottr # XXX - use only one of ncrscsi or sbc
    116  1.1.4.2  scottr ncrscsi0 at obio?			# SCSI NCR 5380
    117  1.1.4.2  scottr #sbc0	at obio? flags 0x1		# MI SCSI NCR 5380
    118  1.1.4.2  scottr esp0	at obio?			# SCSI NCR 53C9x
    119  1.1.4.2  scottr esp1	at obio?			# SCSI NCR 53C9x
    120  1.1.4.2  scottr 
    121  1.1.4.2  scottr # SCSI bus support
    122  1.1.4.2  scottr scsibus* at scsi?
    123  1.1.4.2  scottr 
    124  1.1.4.2  scottr # SCSI devices
    125  1.1.4.2  scottr sd*	at scsibus? target ? lun ?	# SCSI disk drives
    126  1.1.4.2  scottr cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    127  1.1.4.2  scottr st*	at scsibus? target ? lun ?	# SCSI tape drives
    128  1.1.4.2  scottr 
    129  1.1.4.2  scottr 
    130  1.1.4.2  scottr # Miscellaneous mass storage devices
    131  1.1.4.2  scottr 
    132  1.1.4.2  scottr # IWM floppy disk controller
    133  1.1.4.2  scottr iwm0	at obio?			# Sony driver (800K GCR)
    134  1.1.4.2  scottr fd*	at iwm? drive ?
    135  1.1.4.2  scottr 
    136  1.1.4.2  scottr 
    137  1.1.4.2  scottr # Network Interfaces
    138  1.1.4.2  scottr 
    139  1.1.4.2  scottr # On-board Ethernet controllers
    140  1.1.4.2  scottr sn*	at obio?			# SONIC-based (DP83932, DP83916)
    141  1.1.4.2  scottr mc*	at obio?			# MACE-based
    142  1.1.4.2  scottr 
    143  1.1.4.2  scottr # NuBus Ethernet controllers
    144  1.1.4.2  scottr ae*	at nubus?			# DP8390-based
    145  1.1.4.2  scottr sn*	at nubus?			# SONIC-based (DP83932, DP83916)
    146  1.1.4.2  scottr 
    147  1.1.4.2  scottr 
    148  1.1.4.2  scottr # Audio Devices
    149  1.1.4.2  scottr 
    150  1.1.4.2  scottr # On-board audio hardware
    151  1.1.4.2  scottr asc0	at obio?			# ASC/EASC audio
    152  1.1.4.2  scottr 
    153  1.1.4.2  scottr # Pseudo-Devices
    154  1.1.4.2  scottr 
    155  1.1.4.2  scottr # disk/mass storage pseudo-devices
    156  1.1.4.2  scottr pseudo-device	md		1	# memory disk device (ramdisk)
    157  1.1.4.2  scottr 
    158  1.1.4.2  scottr # network pseudo-devices
    159  1.1.4.2  scottr pseudo-device	loop 		1 	# network loopback
    160  1.1.4.2  scottr pseudo-device	ppp		1 	# Point-to-Point Protocol
    161  1.1.4.2  scottr pseudo-device	sl		1 	# Serial Line IP
    162  1.1.4.2  scottr 
    163  1.1.4.2  scottr # miscellaneous pseudo-devices
    164  1.1.4.2  scottr pseudo-device	pty		64	# pseudo-terminals
    165