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