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