INSTALL revision 1.18
1# $NetBSD: INSTALL,v 1.18 2002/05/02 14:58:36 nonaka Exp $ 2# 3# INSTALL -- Installation kernel 4# 5 6include "arch/prep/conf/std.prep" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size. 11 12# Enable the hooks used for initializing the ram-disk. 13options MEMORY_DISK_HOOKS 14options MEMORY_DISK_IS_ROOT # Force root on ram-disk 15options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes 16 17maxusers 8 18 19# Platform support 20options PLATFORM_IBM_6050 # IBM Personal Power Series 830 21options PLATFORM_IBM_7248 # IBM RS/6000 7248-100/120/133 22options PLATFORM_MOTOROLA_ULMB60XA # Motorola ULMB60xA (?) 23 24# Compatibility options 25#options COMPAT_13 # NetBSD 1.3, 26options COMPAT_14 # NetBSD 1.4, 27options COMPAT_43 # and 4.3BSD 28 29# File systems 30file-system FFS # UFS 31file-system EXT2FS # second extended file system (linux) 32file-system MFS # memory file system 33file-system NFS # Network File System client 34file-system CD9660 # ISO 9660 + Rock Ridge file system 35file-system MSDOSFS # MS-DOS file system 36 37# File system options 38options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls 39#options FFS_EI # FFS Endian Independant support 40#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 41 # immutable) behave as system flags. 42 43#options USERCONF # userconf(4) support 44#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 45 46# Networking options 47options INET # IP + ICMP + TCP + UDP 48options NFS_BOOT_BOOTPARAM 49options NFS_BOOT_DHCP 50 51# 52# wscons options 53# 54# builtin terminal emulations 55options WSEMUL_VT100 # VT100 / VT220 emulation 56# different kernel output - see dev/wscons/wsdisplayvar.h 57options WS_KERNEL_FG=WSCOL_GREEN 58#options WS_KERNEL_BG=WSCOL_BLACK 59# see dev/pckbc/wskbdmap_mfii.c for implemented layouts 60#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 61# allocate a number of virtual screens at autoconfiguration time 62#options WSDISPLAY_DEFAULTSCREENS=4 63# use a large software cursor that doesn't blink 64options PCDISPLAY_SOFTCURSOR 65 66# Kernel root file system and dump configuration. 67config netbsd root on ? type ? 68 69 70# 71# Device configuration 72# 73 74mainbus0 at root 75cpu0 at mainbus0 76 77 78# Basic Bus Support 79 80# PCI bus support 81pci0 at mainbus0 bus ? 82pci* at pchb? bus ? 83 84options PCI_NETBSD_CONFIGURE 85 86# PCI bridges 87pchb* at pci? dev ? function ? # PCI-Host bridges 88pcib* at pci? dev ? function ? # PCI-ISA bridges 89 90# ISA bus support 91isa* at pcib? # ISA on PCI-ISA bridge 92 93# PCMCIA bus support 94pcmcia* at pcic? controller ? socket ? 95 96# ISA PCMCIA controllers 97pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 98 99#options PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14 100#options PCIC_ISA_ALLOC_IOBASE=0x0400 101#options PCIC_ISA_ALLOC_IOSIZE=0x0100 102 103# ISA Plug-and-Play bus support 104isapnp0 at isa? 105 106# Console Devices 107 108# wscons 109pckbc0 at isa? # pc keyboard controller 110pckbd* at pckbc? # PC keyboard 111pms* at pckbc? # PS/2 mouse for wsmouse 112vga* at pci? 113wsdisplay* at vga? console ? 114wskbd* at pckbd? console ? 115wsmouse* at pms? mux 0 116 117pcppi0 at isa? # PC prog. periph. interface 118isabeep0 at pcppi? # "keyboard" beep 119 120mcclock0 at isa? port 0x70 # mc146818 and compatible 121 122 123# Serial Devices 124 125# ISA serial interfaces 126com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 127com1 at isa? port 0x2f8 irq 3 128 129# Parallel Printer Interfaces 130 131# ISA parallel printer interfaces 132lpt0 at isa? port 0x3bc irq 7 # standard PC parallel ports 133 134 135# SCSI Controllers and Devices 136 137# PCI SCSI controllers 138adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 139ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 140iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 141pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 142siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 143 144# PCMCIA SCSI controllers 145aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 146 147# SCSI bus support 148scsibus* at adw? 149scsibus* at ahc? 150scsibus* at aic? 151scsibus* at iha? 152scsibus* at pcscp? 153scsibus* at siop? 154 155# SCSI devices 156sd* at scsibus? target ? lun ? # SCSI disk drives 157st* at scsibus? target ? lun ? # SCSI tape drives 158cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 159 160 161# IDE and related devices 162 163# PCMCIA IDE controllers 164wdc* at pcmcia? function ? 165 166# IDE drives 167# Flags are used only with controllers that support DMA operations 168# and mode settings (e.g. some pciide controllers) 169# The lowest order four bits (rightmost digit) of the flags define the PIO 170# mode to use, the next set of four bits the DMA mode and the third set the 171# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 172# to use, and the last bit must be 1 for this setting to be used. 173# For DMA and UDMA, 0xf (1111) means 'disable'. 174# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 175# (0xc=1100, 0xa=1010, 0xf=1111) 176# 0x0000 means "use whatever the drive claims to support". 177wd* at wdc? channel ? drive ? flags 0x0000 178 179# ATAPI bus support 180atapibus* at wdc? channel ? 181 182# ATAPI devices 183# flags have the same meaning as for IDE drives. 184cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 185sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 186 187# Miscellaneous mass storage devices 188 189# ISA floppy 190fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 191fd* at fdc? drive ? 192 193# Network Interfaces 194 195# PCI network interfaces 196ep* at pci? dev ? function ? # 3Com 3c59x 197ex* at pci? dev ? function ? # 3Com 3c90x[BC] 198fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 199ne* at pci? dev ? function ? # NE2000-compatible Ethernet 200pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 201rtk* at pci? dev ? function ? # Realtek 8129/8139 202sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 203tlp* at pci? dev ? function ? # DECchip 21x4x and clones 204vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 205 206# ISA network interfaces 207ep* at isa? port ? irq ? # 3Com 3c509 Ethernet 208 209# ISA Plug-and-Play network intefaces 210ep* at isapnp? # 3Com 3c509 Ethernet 211ne* at isapnp? # NE2000-compatible Ethernet 212 213# PCMCIA network interfaces 214ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 215ne* at pcmcia? function ? # NE2000-compatible Ethernet 216 217# MII/PHY support 218exphy* at mii? phy ? # 3Com internal PHYs 219inphy* at mii? phy ? # Intel 82555 PHYs 220nsphy* at mii? phy ? # NS83840 PHYs 221qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 222sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 223ukphy* at mii? phy ? # generic unknown PHYs 224 225 226# Pseudo-Devices 227 228# disk/mass storage pseudo-devices 229pseudo-device md 1 # memory disk device (ramdisk) 230 231# network pseudo-devices 232pseudo-device loop # network loopback 233 234# miscellaneous pseudo-devices 235pseudo-device pty # pseudo-terminals 236pseudo-device rnd # /dev/random and in-kernel generator 237#options RND_COM # use "com" randomness as well 238