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