Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.43
      1 #	$NetBSD: INSTALL,v 1.43 2008/07/31 07:41:02 simonb Exp $
      2 #
      3 # INSTALL
      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 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     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 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     52 
     53 # File systems
     54 file-system 	FFS		# UFS
     55 file-system 	NFS		# Network File System client
     56 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     57 file-system 	MSDOSFS		# MS-DOS file system
     58 file-system 	KERNFS		# /kern
     59 #file-system	PTYFS		# /dev/pts/N support
     60 
     61 # Filesystem options
     62 #options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
     63 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     64 options 	WAPBL		# File system journaling support - Experimental
     65 
     66 # Networking options
     67 options 	INET		# IP + ICMP + TCP + UDP
     68 
     69 # These options enable verbose messages for several subsystems.
     70 # Warning, these may compile large string tables into the kernel!
     71 options 	SCSIVERBOSE	# human readable SCSI error messages
     72 
     73 # wscons options
     74 #options 	WSEMUL_SUN		# sun terminal emulation
     75 options 	WSEMUL_VT100		# VT100 / VT220 emulation
     76 options 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
     77 
     78 # rcons options; note that 1-bit and 8-bit displays are supported by default.
     79 options 	RCONS_2BPP		# Support for 2-bit display
     80 options 	RCONS_4BPP		# Support for 4-bit display
     81 options 	RCONS_16BPP		# Support for 16-bit display
     82 
     83 # Mac-specific options
     84 #options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
     85 #options 	MRG_ADB		# Use ROM-based ADB driver
     86 options 	ZS_CONSOLE_ABORT
     87 
     88 options 	NFS_BOOT_DHCP
     89 
     90 # Kernel root file system and dump configuration.
     91 config		netbsd	root on ? type ?
     92 
     93 #
     94 # Device configuration
     95 #
     96 
     97 mainbus0 at root
     98 
     99 
    100 # Basic Bus Support
    101 
    102 # On-board I/O bus support
    103 obio0 at mainbus?
    104 
    105 # NuBus support
    106 nubus0 at mainbus?
    107 
    108 
    109 # Console Devices
    110 
    111 # Apple Desktop Bus interface
    112 adb0	at obio?
    113 aed*	at adb?				# ADB event device
    114 akbd*	at adb?				# ADB keyboard
    115 ams*	at adb?				# ADB mouse
    116 
    117 # Basic frame buffer support
    118 intvid0	at obio?			# Internal video hardware
    119 macvid*	at nubus?			# NuBus video card
    120 
    121 # Device-independent frame buffer interface
    122 macfb*	at intvid?
    123 macfb*	at macvid?
    124 
    125 # Workstation Console devices
    126 wsdisplay0 at macfb? console ?
    127 wskbd0	at akbd? console ?
    128 wsmouse0 at ams?
    129 
    130 
    131 # Serial Devices
    132 
    133 # On-board serial interface
    134 zsc0	at obio?
    135 zstty*	at zsc? channel ?
    136 
    137 
    138 # SCSI Controllers and Devices
    139 
    140 # SCSI controllers
    141 # XXX - use only one of ncrscsi or sbc
    142 ncrscsi0 at obio? addr 0		# SCSI NCR 5380
    143 #sbc0	at obio? addr 0 flags 0x1	# MI SCSI NCR 5380
    144 esp0	at obio? addr 0			# SCSI NCR 53C9x
    145 esp1	at obio? addr 1			# SCSI NCR 53C9x
    146 
    147 # SCSI bus support
    148 scsibus* at scsi?
    149 
    150 # SCSI devices
    151 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    152 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    153 st*	at scsibus? target ? lun ?	# SCSI tape drives
    154 
    155 # IDE controller and devices
    156 wdc*	at obio? flags 0x1000
    157 atabus* at ata?
    158 wd*	at atabus? drive ?
    159 
    160 
    161 # Miscellaneous mass storage devices
    162 
    163 # IWM floppy disk controller
    164 iwm0	at obio?			# Sony driver (800K GCR)
    165 fd*	at iwm? drive ?
    166 
    167 
    168 # Network Interfaces
    169 
    170 # On-board Ethernet controllers
    171 sn*	at obio?			# SONIC-based (DP83932, DP83916)
    172 mc*	at obio?			# MACE-based
    173 
    174 # NuBus Ethernet controllers
    175 ae*	at nubus?			# DP8390-based
    176 sn*	at nubus?			# SONIC-based (DP83932, DP83916)
    177 sm*	at nubus?			# SMC-based
    178 netdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
    179 
    180 nsphy*	at mii? phy ?
    181 ukphy*	at mii? phy ?
    182 
    183 # Audio Devices
    184 
    185 # On-board audio hardware
    186 asc0	at obio?			# ASC/EASC audio
    187 
    188 # Pseudo-Devices
    189 
    190 # disk/mass storage pseudo-devices
    191 pseudo-device	md		1	# memory disk device (ramdisk)
    192 #pseudo-device	fss		4	# file system snapshot device
    193 
    194 # network pseudo-devices
    195 pseudo-device	loop 		1 	# network loopback
    196 pseudo-device	ppp		 	# Point-to-Point Protocol
    197 pseudo-device	sl		 	# Serial Line IP
    198 
    199 # miscellaneous pseudo-devices
    200 pseudo-device	bpfilter		# Berkeley packet filter
    201 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    202 
    203 pseudo-device	rnd			# /dev/random and in-kernel generator
    204