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