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