INSTALL revision 1.7
11.7Sabs# $NetBSD: INSTALL,v 1.7 2000/09/25 11:46:38 abs Exp $ 21.1Ssakamoto# 31.1Ssakamoto# First try for BEBOX config file 41.1Ssakamoto# 51.1Ssakamoto 61.1Ssakamotoinclude "arch/bebox/conf/std.bebox" 71.1Ssakamoto 81.1Ssakamotomaxusers 32 91.7Sabs 101.7Sabs# Saving space 111.7Sabsmakeoptions COPTS="-Os" # Optimise for space. Implies -O2 121.7Sabs#options VNODE_OP_NOINLINE # Don't inline vnode op calls 131.7Sabs#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code 141.1Ssakamoto 151.1Ssakamoto# Enable the hooks used for initializing the root memory-disk. 161.1Ssakamotooptions MEMORY_DISK_HOOKS 171.1Ssakamotooptions MEMORY_DISK_IS_ROOT # force root on memory disk 181.1Ssakamotooptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 191.1Ssakamotooptions MINIROOTSIZE=3074 # size of memory disk, in blocks 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.1Ssakamoto#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.1Ssakamoto 351.1Ssakamotooptions TCP_COMPAT_42 361.1Ssakamoto#options COMPAT_43 371.1Ssakamoto#options COMPAT_09 381.1Ssakamotooptions COMPAT_10 391.1Ssakamotooptions COMPAT_12 401.1Ssakamotooptions COMPAT_13 411.4Saugustssoptions COMPAT_14 421.1Ssakamotooptions COMPAT_386BSD_MBRPART # recognize old partition ID 431.1Ssakamoto 441.1Ssakamotofile-system FFS 451.1Ssakamotofile-system EXT2FS 461.1Ssakamotofile-system MFS 471.1Ssakamotofile-system NFS 481.1Ssakamotofile-system CD9660 491.1Ssakamotofile-system MSDOSFS 501.1Ssakamoto#file-system FDESC 511.1Ssakamotofile-system KERNFS 521.1Ssakamoto#file-system NULLFS 531.1Ssakamoto#file-system PORTAL 541.1Ssakamoto#file-system PROCFS 551.1Ssakamoto#file-system UMAPFS 561.1Ssakamoto#file-system UNION 571.1Ssakamoto 581.1Ssakamoto#options NFSSERVER 591.1Ssakamoto 601.1Ssakamotooptions INET 611.1Ssakamoto 621.1Ssakamoto#options NFS_BOOT_BOOTPARAM 631.1Ssakamoto 641.1Ssakamotoconfig netbsd root on ? type ffs 651.1Ssakamoto 661.1Ssakamoto#pseudo-device vnd 4 671.1Ssakamotopseudo-device md 1 681.1Ssakamotopseudo-device loop 691.1Ssakamoto#pseudo-device bpfilter 8 # packet filter 701.6Sjdolecekpseudo-device pty 711.1Ssakamoto 721.1Ssakamoto# 731.1Ssakamoto# device 741.1Ssakamoto# 751.1Ssakamotooptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 761.1Ssakamoto 771.1Ssakamotooptions PCIVERBOSE # verbose PCI device messages 781.5Scgd#options PCI_CONFIG_DUMP # verbosely dump PCI config space 791.1Ssakamoto 801.1Ssakamotomainbus0 at root 811.1Ssakamoto 821.1Ssakamotopci0 at mainbus0 bus ? 831.1Ssakamoto 841.1Ssakamotoppb* at pci? dev ? function ? # PCI-PCI bridges 851.1Ssakamotopci* at ppb? bus ? 861.1Ssakamotopchb* at pci? dev ? function ? # PCI-Host bridges 871.1Ssakamotopcib* at pci? dev ? function ? # PCI-ISA bridges 881.1Ssakamoto 891.1Ssakamotoisa* at pcib? # ISA on PCI-ISA bridge 901.1Ssakamoto 911.1Ssakamotopc0 at isa? port 0x60 irq 1 # generic PC console device 921.1Ssakamoto 931.1Ssakamotocom0 at isa? port 0x3f8 irq 4 # standard PC serial ports 941.1Ssakamotocom1 at isa? port 0x2f8 irq 3 951.1Ssakamoto#com2 at isa? port 0x380 irq 16 961.1Ssakamoto#com3 at isa? port 0x388 irq 17 971.1Ssakamoto 981.1Ssakamotolpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 991.1Ssakamoto#lpt1 at isa? port 0x278 1001.1Ssakamoto#lpt2 at isa? port 0x3bc 1011.1Ssakamoto 1021.1Ssakamoto#lms0 at isa? port 0x23c irq 5 # Logitech bus mouse 1031.1Ssakamoto#lms1 at isa? port 0x238 irq 5 1041.1Ssakamoto#mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 1051.1Ssakamoto#mms1 at isa? port 0x238 irq 5 1061.1Ssakamoto#pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse 1071.1Ssakamoto 1081.1Ssakamoto#ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers 1091.1Ssakamoto#scsibus* at ncr? 1101.1Ssakamoto 1111.1Ssakamoto#sd* at scsibus? target ? lun ? # SCSI disk drives 1121.1Ssakamoto#st* at scsibus? target ? lun ? # SCSI tape drives 1131.1Ssakamoto#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1141.1Ssakamoto#ch* at scsibus? target ? lun ? # SCSI autochangers 1151.1Ssakamoto#ss* at scsibus? target ? lun ? # SCSI scanners 1161.1Ssakamoto#uk* at scsibus? target ? lun ? # SCSI unknown 1171.1Ssakamoto 1181.1Ssakamotofdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 1191.1Ssakamoto#fdc1 at isa? port 0x370 irq ? drq ? 1201.1Ssakamotofd0 at fdc? drive 1 1211.1Ssakamoto#fd* at fdc? drive ? 1221.1Ssakamoto 1231.1Ssakamotowdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 1241.1Ssakamotowd* at wdc? drive ? 1251.1Ssakamoto 1261.1Ssakamotone0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards 1271.1Ssakamoto#ipkdbif0 at ne? 1281.1Ssakamoto 1291.1Ssakamoto#wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System 1301.1Ssakamoto#spkr0 at pckbd? port 0x61 1311.1Ssakamoto 1321.1Ssakamoto# Joystick driver. Probe is a little strange; add only if you have one. 1331.1Ssakamoto#joy0 at isa? port 0x201 134