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