INSTALL revision 1.62
11.62Smrg# $NetBSD: INSTALL,v 1.62 2017/09/14 07:58:39 mrg Exp $ 21.1Ssakamoto# 31.50Skiyohara# First try for BeBox config file 41.1Ssakamoto# 51.1Ssakamoto 61.1Ssakamotoinclude "arch/bebox/conf/std.bebox" 71.21Satatat 81.21Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Ssakamoto 101.1Ssakamotomaxusers 32 111.7Sabs 121.14Slukemmakeoptions COPTS="-Os" # Optimise for space. Implies -O2 131.1Ssakamoto 141.1Ssakamoto# Enable the hooks used for initializing the root memory-disk. 151.45Sjymoptions MEMORY_DISK_HOOKS 161.45Sjymoptions MEMORY_DISK_IS_ROOT # force root on memory disk 171.45Sjymoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 181.49Skiyoharaoptions MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks 191.46Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 201.1Ssakamoto 211.1Ssakamoto#options IPKDBUSERHACK # Allow access to mapped memory via kgdb 221.1Ssakamoto#options DEBUG_BY_TOOLS # Allow debugging from toolsnet 231.1Ssakamoto# HMAC key to be used for debugging sessions 241.1Ssakamoto#options IPKDBKEY="\"HMAC pass phrase text\"" 251.1Ssakamoto#options IPKDBSECURE # Allow debugging even when securelevel > 0 261.14Slukem#makeoptions DEBUG="-g" 271.1Ssakamoto 281.1Ssakamoto#options DEBUG 291.1Ssakamoto#options DIAGNOSTIC 301.1Ssakamoto#options TRAP_PANICWAIT 311.1Ssakamoto#options DDB 321.1Ssakamoto#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 331.1Ssakamoto#options KTRACE 341.23Slukemoptions USERCONF # userconf(4) support 351.19Sgmcgarryoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 361.27Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 371.1Ssakamoto 381.62Smrg#include "conf/compat_netbsd09.config" 391.49Skiyohara#options COMPAT_386BSD_MBRPART # recognize old partition ID 401.1Ssakamoto 411.8Sabs# File systems 421.1Ssakamotofile-system FFS 431.49Skiyohara#file-system EXT2FS 441.1Ssakamotofile-system MFS 451.1Ssakamotofile-system NFS 461.1Ssakamotofile-system CD9660 471.1Ssakamotofile-system MSDOSFS 481.1Ssakamoto#file-system FDESC 491.1Ssakamotofile-system KERNFS 501.1Ssakamoto#file-system NULLFS 511.1Ssakamoto#file-system PROCFS 521.1Ssakamoto#file-system UMAPFS 531.1Ssakamoto#file-system UNION 541.33Schristosfile-system PTYFS # /dev/pts/N support 551.50Skiyohara#file-system TMPFS 561.1Ssakamoto 571.8Sabs# Filesystem options 581.60Srin#options DISKLABEL_EI # disklabel Endian Independent support 591.60Srin#options FFS_EI # FFS Endian Independent support 601.49Skiyoharaoptions NFS_V2_ONLY # Exclude NFS3 code to save space 611.49Skiyohara#options FFS_NO_SNAPSHOT # No FFS snapshot support 621.53Sdholland#options WAPBL # File system journaling support 631.8Sabs 641.1Ssakamoto#options NFSSERVER 651.1Ssakamoto 661.1Ssakamotooptions INET 671.1Ssakamoto 681.49Skiyoharaoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 691.12Sabs 701.12Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 711.1Ssakamoto 721.50Skiyohara# wscons options 731.50Skiyohara# builtin terminal emulations 741.50Skiyohara#options WSEMUL_SUN # sun terminal emulation 751.50Skiyoharaoptions WSEMUL_VT100 # VT100 / VT220 emulation 761.50Skiyoharaoptions WS_DEFAULT_FG=WSCOL_LIGHT_WHITE 771.50Skiyohara# compatibility to other console drivers 781.54Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 791.50Skiyoharaoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 801.50Skiyohara 811.1Ssakamotoconfig netbsd root on ? type ffs 821.1Ssakamoto 831.1Ssakamoto# 841.1Ssakamoto# device 851.1Ssakamoto# 861.1Ssakamotooptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 871.1Ssakamoto 881.49Skiyohara#options PCIVERBOSE # verbose PCI device messages 891.5Scgd#options PCI_CONFIG_DUMP # verbosely dump PCI config space 901.1Ssakamoto 911.1Ssakamotomainbus0 at root 921.1Ssakamoto 931.13Smattcpu* at mainbus0 941.1Ssakamotopci0 at mainbus0 bus ? 951.1Ssakamoto 961.49Skiyohara#ppb* at pci? dev ? function ? # PCI-PCI bridges 971.49Skiyohara#pci* at ppb? bus ? 981.1Ssakamotopchb* at pci? dev ? function ? # PCI-Host bridges 991.1Ssakamotopcib* at pci? dev ? function ? # PCI-ISA bridges 1001.1Ssakamoto 1011.1Ssakamotoisa* at pcib? # ISA on PCI-ISA bridge 1021.1Ssakamoto 1031.49Skiyohara# Console Devices 1041.49Skiyohara 1051.49Skiyohara# wscons 1061.49Skiyoharapckbc0 at isa? # pc keyboard controller 1071.49Skiyoharapckbd* at pckbc? # PC keyboard 1081.49Skiyohara#pms* at pckbc? # PS/2 mouse for wsmouse 1091.49Skiyohara#options PMS_DISABLE_POWERHOOK # Disable PS/2 reset on resume 1101.49Skiyohara#options PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads 1111.49Skiyoharagenfb* at pci? dev ? function ? 1121.49Skiyoharaoptions WSFB_FAKE_VGA_FB 1131.49Skiyoharavga* at pci? dev ? function ? 1141.49Skiyoharawsdisplay* at vga? console ? 1151.49Skiyoharawskbd* at pckbd? console ? 1161.49Skiyohara#wsmouse* at pms? mux 0 1171.49Skiyohara 1181.49Skiyohara# make sure the console display is always wsdisplay0 1191.49Skiyoharawsdisplay0 at wsemuldisplaydev? console 1 1201.49Skiyoharawsdisplay* at wsemuldisplaydev? 1211.49Skiyohara 1221.1Ssakamotocom0 at isa? port 0x3f8 irq 4 # standard PC serial ports 1231.1Ssakamotocom1 at isa? port 0x2f8 irq 3 1241.1Ssakamoto#com2 at isa? port 0x380 irq 16 1251.1Ssakamoto#com3 at isa? port 0x388 irq 17 1261.14Slukem 1271.49Skiyohara#lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 1281.1Ssakamoto 1291.50Skiyoharamcclock0 at isa? port 0x70 # time-of-day clock 1301.50Skiyoharaattimer0 at isa? 1311.50Skiyohara 1321.49Skiyoharasiop* at pci? dev ? function ? # NCR 538XX SCSI controllers 1331.49Skiyoharascsibus* at siop? 1341.1Ssakamoto 1351.49Skiyoharasd* at scsibus? target ? lun ? # SCSI disk drives 1361.1Ssakamoto#st* at scsibus? target ? lun ? # SCSI tape drives 1371.49Skiyoharacd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1381.1Ssakamoto#ch* at scsibus? target ? lun ? # SCSI autochangers 1391.1Ssakamoto#ss* at scsibus? target ? lun ? # SCSI scanners 1401.1Ssakamoto#uk* at scsibus? target ? lun ? # SCSI unknown 1411.1Ssakamoto 1421.1Ssakamotofdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 1431.1Ssakamoto#fdc1 at isa? port 0x370 irq ? drq ? 1441.1Ssakamotofd0 at fdc? drive 1 1451.1Ssakamoto#fd* at fdc? drive ? 1461.1Ssakamoto 1471.1Ssakamotowdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 1481.26Slukematabus* at ata? 1491.25Sbouyerwd* at atabus? drive ? 1501.1Ssakamoto 1511.50Skiyohara# ATAPI bus support 1521.50Skiyoharaatapibus* at atapi? 1531.50Skiyohara 1541.50Skiyohara# ATAPI devices 1551.50Skiyohara# flags have the same meaning as for IDE drives. 1561.50Skiyoharacd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 1571.50Skiyohara#sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 1581.50Skiyohara#st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 1591.50Skiyohara#uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 1601.50Skiyohara 1611.49Skiyohara# Network devices 1621.49Skiyoharaec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 1631.1Ssakamotone0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards 1641.49Skiyoharafxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 1651.49Skiyoharane* at pci? dev ? function ? # NE2000-compatible Ethernet 1661.49Skiyoharatlp* at pci? dev ? function ? # DECchip 21x4x and clones 1671.1Ssakamoto 1681.50Skiyohara# MII/PHY support 1691.50Skiyoharaukphy* at mii? phy ? # generic unknown PHYs 1701.50Skiyohara 1711.1Ssakamoto#wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System 1721.59Schristos#spkr* at pcppi? 1731.1Ssakamoto 1741.1Ssakamoto# Joystick driver. Probe is a little strange; add only if you have one. 1751.1Ssakamoto#joy0 at isa? port 0x201 1761.24Sitojun 1771.49Skiyohara#pseudo-device vnd 1781.49Skiyohara#pseudo-device fss # file system snapshot device 1791.51Shannkenpseudo-device md 1801.49Skiyoharapseudo-device loop 1811.49Skiyohara#pseudo-device bpfilter # packet filter 1821.55Schristospseudo-device pty # pseudo-terminals 183