INSTALL revision 1.29
11.29Schristos# $NetBSD: INSTALL,v 1.29 2004/11/10 17:54:05 christos Exp $ 21.1Sender# 31.1Sender# INSTALL 41.1Sender 51.1Senderinclude "arch/mac68k/conf/std.mac68k" 61.16Satatat 71.16Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 81.8Sabs 91.11Slukemmakeoptions COPTS="-Os" # Optimise for space. Implies -O2 101.1Sender 111.1Sendermaxusers 8 # estimated number of users 121.1Sender 131.1Sender# Enable the hooks used for initializing the ram-disk. 141.1Senderoptions MEMORY_DISK_HOOKS 151.1Senderoptions MEMORY_DISK_IS_ROOT # Force root on ram-disk 161.14Slukemoptions MEMORY_DISK_ROOT_SIZE=5120 # 2.5 MB 171.1Sender 181.1Sender# CPU support. At least one is REQUIRED. 191.1Senderoptions M68040 201.1Senderoptions M68030 211.1Senderoptions M68020 # Note: must have 68851 PMMU 221.1Sender 231.1Sender# CPU-related options. 241.1Senderoptions FPSP 251.1Senderoptions FPU_EMULATE 261.1Sender 271.1Sender# Standard system options 281.1Sender 291.1Senderoptions INSECURE # disable kernel security levels 301.1Sender 311.1Senderoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 321.12Sjdolecek 331.22Slukemoptions USERCONF # userconf(4) support 341.21Sabsoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 351.28Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 361.21Sabsoptions MALLOC_NOINLINE # Not inlining MALLOC saves memory 371.1Sender 381.1Sender# Diagnostic/debugging support options - XXX remove these at some point 391.1Senderoptions DIAGNOSTIC # cheap kernel consistency checks 401.1Senderoptions DDB # in-kernel debugger 411.5Sscottr#options ADB_DEBUG # ADB debugging 421.1Sender 431.1Sender# Compatibility options 441.1Senderoptions COMPAT_10 # NetBSD 1.0, 451.1Senderoptions COMPAT_11 # NetBSD 1.1, 461.1Senderoptions COMPAT_12 # NetBSD 1.2, 471.1Senderoptions COMPAT_13 # NetBSD 1.3, 481.3Saugustssoptions COMPAT_14 # NetBSD 1.4, 491.25Scloptions COMPAT_15 # NetBSD 1.5, 501.25Scloptions COMPAT_16 # NetBSD 1.6, 511.1Senderoptions COMPAT_43 # and 4.3BSD 521.29Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 531.1Sender 541.1Sender# File systems 551.1Senderfile-system FFS # UFS 561.1Senderfile-system NFS # Network File System client 571.1Senderfile-system CD9660 # ISO 9660 + Rock Ridge file system 581.1Senderfile-system MSDOSFS # MS-DOS file system 591.1Senderfile-system KERNFS # /kern 601.9Sabs 611.9Sabs# Filesystem options 621.9Sabs#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 631.21Sabsoptions VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem 641.1Sender 651.1Sender# Networking options 661.1Senderoptions INET # IP + ICMP + TCP + UDP 671.1Sender 681.1Sender# These options enable verbose messages for several subsystems. 691.1Sender# Warning, these may compile large string tables into the kernel! 701.1Senderoptions SCSIVERBOSE # human readable SCSI error messages 711.1Sender 721.4Sscottr# wscons options 731.4Sscottr#options WSEMUL_SUN # sun terminal emulation 741.4Sscottroptions WSEMUL_VT100 # VT100 / VT220 emulation 751.4Sscottroptions WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10) 761.4Sscottr 771.4Sscottr# rcons options; note that 1-bit and 8-bit displays are supported by default. 781.4Sscottroptions RCONS_2BPP # Support for 2-bit display 791.4Sscottroptions RCONS_4BPP # Support for 4-bit display 801.4Sscottroptions RCONS_16BPP # Support for 16-bit display 811.4Sscottr 821.1Sender# Mac-specific options 831.2Sbriggs#options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache 841.1Sender#options MRG_ADB # Use ROM-based ADB driver 851.1Senderoptions ZS_CONSOLE_ABORT 861.1Sender 871.4Sscottroptions NFS_BOOT_DHCP 881.1Sender 891.1Sender# Kernel root file system and dump configuration. 901.1Senderconfig netbsd root on ? type ? 911.1Sender 921.1Sender# 931.1Sender# Device configuration 941.1Sender# 951.1Sender 961.1Sendermainbus0 at root 971.1Sender 981.1Senderfpu0 at mainbus? # Floating-Point Coprocessor support 991.1Sender 1001.1Sender 1011.1Sender# Basic Bus Support 1021.1Sender 1031.1Sender# On-board I/O bus support 1041.1Senderobio0 at mainbus? 1051.1Sender 1061.1Sender# NuBus support 1071.1Sendernubus0 at mainbus? 1081.1Sender 1091.1Sender 1101.1Sender# Console Devices 1111.1Sender 1121.1Sender# Apple Desktop Bus interface 1131.1Senderadb0 at obio? 1141.1Senderaed* at adb? # ADB event device 1151.4Sscottrakbd* at adb? # ADB keyboard 1161.4Sscottrams* at adb? # ADB mouse 1171.1Sender 1181.1Sender# Basic frame buffer support 1191.1Senderintvid0 at obio? # Internal video hardware 1201.1Sendermacvid* at nubus? # NuBus video card 1211.1Sender 1221.1Sender# Device-independent frame buffer interface 1231.4Sscottrmacfb* at intvid? 1241.4Sscottrmacfb* at macvid? 1251.1Sender 1261.4Sscottr# Workstation Console devices 1271.4Sscottrwsdisplay0 at macfb? console ? 1281.4Sscottrwskbd0 at akbd? console ? 1291.4Sscottrwsmouse0 at ams? 1301.1Sender 1311.1Sender 1321.1Sender# Serial Devices 1331.1Sender 1341.1Sender# On-board serial interface 1351.1Senderzsc0 at obio? 1361.1Senderzstty* at zsc? channel ? 1371.1Sender 1381.1Sender 1391.1Sender# SCSI Controllers and Devices 1401.1Sender 1411.1Sender# SCSI controllers 1421.1Sender# XXX - use only one of ncrscsi or sbc 1431.1Senderncrscsi0 at obio? # SCSI NCR 5380 1441.1Sender#sbc0 at obio? flags 0x1 # MI SCSI NCR 5380 1451.1Senderesp0 at obio? # SCSI NCR 53C9x 1461.1Senderesp1 at obio? # SCSI NCR 53C9x 1471.1Sender 1481.1Sender# SCSI bus support 1491.1Senderscsibus* at scsi? 1501.1Sender 1511.1Sender# SCSI devices 1521.1Sendersd* at scsibus? target ? lun ? # SCSI disk drives 1531.1Sendercd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1541.1Senderst* at scsibus? target ? lun ? # SCSI tape drives 1551.17Sshiba 1561.17Sshiba# IDE controller and devices 1571.18Swormeywdc* at obio? flags 0x1000 1581.27Slukematabus* at ata? 1591.26Sbouyerwd* at atabus? drive ? 1601.1Sender 1611.1Sender 1621.1Sender# Miscellaneous mass storage devices 1631.1Sender 1641.1Sender# IWM floppy disk controller 1651.1Senderiwm0 at obio? # Sony driver (800K GCR) 1661.1Senderfd* at iwm? drive ? 1671.1Sender 1681.1Sender 1691.1Sender# Network Interfaces 1701.1Sender 1711.1Sender# On-board Ethernet controllers 1721.1Sendersn* at obio? # SONIC-based (DP83932, DP83916) 1731.1Sendermc* at obio? # MACE-based 1741.1Sender 1751.1Sender# NuBus Ethernet controllers 1761.1Senderae* at nubus? # DP8390-based 1771.1Sendersn* at nubus? # SONIC-based (DP83932, DP83916) 1781.6Sbriggssm* at nubus? # SMC-based 1791.19Sitojunnetdock* at nubus? # Asante NetDock, Newer Ether MicroDock 1801.1Sender 1811.6Sbriggsnsphy* at mii? phy ? 1821.6Sbriggsukphy* at mii? phy ? 1831.1Sender 1841.1Sender# Audio Devices 1851.1Sender 1861.1Sender# On-board audio hardware 1871.1Senderasc0 at obio? # ASC/EASC audio 1881.1Sender 1891.1Sender# Pseudo-Devices 1901.1Sender 1911.1Sender# disk/mass storage pseudo-devices 1921.1Senderpseudo-device md 1 # memory disk device (ramdisk) 1931.1Sender 1941.1Sender# network pseudo-devices 1951.1Senderpseudo-device loop 1 # network loopback 1961.1Senderpseudo-device ppp 1 # Point-to-Point Protocol 1971.1Senderpseudo-device sl 1 # Serial Line IP 1981.1Sender 1991.1Sender# miscellaneous pseudo-devices 2001.20Sscottrpseudo-device bpfilter 8 # Berkeley packet filter 2011.10Sabspseudo-device pty 2 # pseudo-terminals (Sysinst needs two) 2021.24Sitojun 2031.24Sitojunpseudo-device rnd # /dev/random and in-kernel generator 204