INSTALL revision 1.17
1# $NetBSD: INSTALL,v 1.17 1999/12/26 11:39:17 tsutsui Exp $ 2# 3# config file for INSTALL FLOPPY 4# 5 6include "arch/macppc/conf/std.macppc" 7 8maxusers 32 9 10makeoptions TEXTADDR=0x800000 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 MINIROOTSIZE=4096 # 2 Megabytes 16 17# Standard system options 18options BUFPAGES=800 19 20# Compatibility options 21options COMPAT_13 # NetBSD 1.3, 22options COMPAT_14 # NetBSD 1.4, 23options COMPAT_43 # and 4.3BSD 24 25# File systems 26file-system FFS # UFS 27file-system MFS # memory file system 28file-system NFS # Network File System client 29file-system CD9660 # ISO 9660 + Rock Ridge file system 30file-system MSDOSFS # MS-DOS file system 31file-system KERNFS # /kern 32 33# Networking options 34options INET # IP + ICMP + TCP + UDP 35options NMBCLUSTERS=1024 36options NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM 37 38options WSEMUL_VT100 # VT100 / VT220 emulation 39 40# Kernel root file system and dump configuration. 41config netbsd root on ? type ? 42 43# 44# Device configuration 45# 46 47mainbus* at root 48 49cpu* at mainbus? 50pci* at mainbus? bus ? 51pci* at ppb? bus ? 52 53pchb* at pci? dev ? function ? # PCI-Host bridges 54ppb* at pci? dev ? function ? # PCI-PCI bridges 55 56de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 57ep* at pci? dev ? function ? # 3Com 3c59x 58ne* at pci? dev ? function ? # NE2000-compatible Ethernet 59adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 60ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 61pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI 62ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 63ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 64obio0 at pci? dev ? function ? 65 66nsphy* at mii? phy ? # NS83840 PHYs 67 68bm* at obio? # bmac ethernet 69mc* at obio? # MACE ethernet 70esp* at obio? flags 0x00ff # 53c9x SCSI 71mesh* at obio? flags 0xffff # MESH SCSI 72nvram* at obio? # nvram 73adb* at obio? # Apple Desktop Bus 74akbd* at adb? # ADB keyboard 75zsc* at obio? 76zstty* at zsc? channel ? 77mediabay* at obio? 78wdc* at mediabay? flags 0 79 80wsdisplay0 at ofb? console ? 81wskbd0 at akbd? console ? 82 83scsibus* at adv? 84scsibus* at ahc? 85scsibus* at esp? 86scsibus* at mesh? 87scsibus* at pcscp? 88 89sd* at scsibus? target ? lun ? # SCSI disks 90cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 91 92wdc* at obio? flags 0x0 93wd* at wdc? channel ? drive ? flags 0x0000 94 95atapibus* at wdc? channel ? 96 97cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 98sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 99 100# PCI USB controllers 101ohci* at pci? # Open Host Controller 102 103# USB bus support 104usb* at ohci? 105 106# USB Hubs 107uhub* at usb? 108uhub* at uhub? port ? configuration ? interface ? 109 110# USB Keyboards 111ukbd* at uhub? port ? configuration ? interface ? 112wskbd* at ukbd? console ? 113 114pseudo-device md 1 # memory disk 115pseudo-device loop # network loopback 116pseudo-device sl 2 # Serial Line IP 117pseudo-device pty 16 # pseudo-terminals 118