INSTALL revision 1.5
11.5Scgd# $NetBSD: INSTALL,v 1.5 2000/03/22 00:58:19 cgd 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.1Ssakamoto 101.1Ssakamoto# Enable the hooks used for initializing the root memory-disk. 111.1Ssakamotooptions MEMORY_DISK_HOOKS 121.1Ssakamotooptions MEMORY_DISK_IS_ROOT # force root on memory disk 131.1Ssakamotooptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 141.1Ssakamotooptions MINIROOTSIZE=3074 # size of memory disk, in blocks 151.1Ssakamoto 161.1Ssakamoto#options IPKDBUSERHACK # Allow access to mapped memory via kgdb 171.1Ssakamoto#options DEBUG_BY_TOOLS # Allow debugging from toolsnet 181.1Ssakamoto# HMAC key to be used for debugging sessions 191.1Ssakamoto#options IPKDBKEY="\"HMAC pass phrase text\"" 201.1Ssakamoto#options IPKDBSECURE # Allow debugging even when securelevel > 0 211.1Ssakamoto#makeoptions DEBUG="-g" 221.1Ssakamoto 231.1Ssakamoto#options DEBUG 241.1Ssakamoto#options DIAGNOSTIC 251.1Ssakamoto#options TRAP_PANICWAIT 261.1Ssakamoto#options DDB 271.1Ssakamoto#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 281.1Ssakamoto#options KTRACE 291.1Ssakamoto 301.1Ssakamotooptions TCP_COMPAT_42 311.1Ssakamoto#options COMPAT_43 321.1Ssakamoto#options COMPAT_09 331.1Ssakamotooptions COMPAT_10 341.1Ssakamotooptions COMPAT_12 351.1Ssakamotooptions COMPAT_13 361.4Saugustssoptions COMPAT_14 371.1Ssakamotooptions COMPAT_386BSD_MBRPART # recognize old partition ID 381.1Ssakamoto 391.1Ssakamotofile-system FFS 401.1Ssakamotofile-system EXT2FS 411.1Ssakamotofile-system MFS 421.1Ssakamotofile-system NFS 431.1Ssakamotofile-system CD9660 441.1Ssakamotofile-system MSDOSFS 451.1Ssakamoto#file-system FDESC 461.1Ssakamotofile-system KERNFS 471.1Ssakamoto#file-system NULLFS 481.1Ssakamoto#file-system PORTAL 491.1Ssakamoto#file-system PROCFS 501.1Ssakamoto#file-system UMAPFS 511.1Ssakamoto#file-system UNION 521.1Ssakamoto 531.1Ssakamoto#options NFSSERVER 541.1Ssakamoto 551.1Ssakamotooptions INET 561.1Ssakamoto 571.1Ssakamoto#options NFS_BOOT_BOOTPARAM 581.1Ssakamoto 591.1Ssakamotoconfig netbsd root on ? type ffs 601.1Ssakamoto 611.1Ssakamoto#pseudo-device vnd 4 621.1Ssakamotopseudo-device md 1 631.1Ssakamotopseudo-device loop 641.1Ssakamoto#pseudo-device bpfilter 8 # packet filter 651.1Ssakamotopseudo-device pty 64 661.1Ssakamoto 671.1Ssakamoto# 681.1Ssakamoto# device 691.1Ssakamoto# 701.1Ssakamotooptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 711.1Ssakamoto 721.1Ssakamotooptions PCIVERBOSE # verbose PCI device messages 731.5Scgd#options PCI_CONFIG_DUMP # verbosely dump PCI config space 741.1Ssakamoto 751.1Ssakamotomainbus0 at root 761.1Ssakamoto 771.1Ssakamotopci0 at mainbus0 bus ? 781.1Ssakamoto 791.1Ssakamotoppb* at pci? dev ? function ? # PCI-PCI bridges 801.1Ssakamotopci* at ppb? bus ? 811.1Ssakamotopchb* at pci? dev ? function ? # PCI-Host bridges 821.1Ssakamotopcib* at pci? dev ? function ? # PCI-ISA bridges 831.1Ssakamoto 841.1Ssakamotoisa* at pcib? # ISA on PCI-ISA bridge 851.1Ssakamoto 861.1Ssakamotopc0 at isa? port 0x60 irq 1 # generic PC console device 871.1Ssakamoto 881.1Ssakamotocom0 at isa? port 0x3f8 irq 4 # standard PC serial ports 891.1Ssakamotocom1 at isa? port 0x2f8 irq 3 901.1Ssakamoto#com2 at isa? port 0x380 irq 16 911.1Ssakamoto#com3 at isa? port 0x388 irq 17 921.1Ssakamoto 931.1Ssakamotolpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 941.1Ssakamoto#lpt1 at isa? port 0x278 951.1Ssakamoto#lpt2 at isa? port 0x3bc 961.1Ssakamoto 971.1Ssakamoto#lms0 at isa? port 0x23c irq 5 # Logitech bus mouse 981.1Ssakamoto#lms1 at isa? port 0x238 irq 5 991.1Ssakamoto#mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 1001.1Ssakamoto#mms1 at isa? port 0x238 irq 5 1011.1Ssakamoto#pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse 1021.1Ssakamoto 1031.1Ssakamoto#ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers 1041.1Ssakamoto#scsibus* at ncr? 1051.1Ssakamoto 1061.1Ssakamoto#sd* at scsibus? target ? lun ? # SCSI disk drives 1071.1Ssakamoto#st* at scsibus? target ? lun ? # SCSI tape drives 1081.1Ssakamoto#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1091.1Ssakamoto#ch* at scsibus? target ? lun ? # SCSI autochangers 1101.1Ssakamoto#ss* at scsibus? target ? lun ? # SCSI scanners 1111.1Ssakamoto#uk* at scsibus? target ? lun ? # SCSI unknown 1121.1Ssakamoto 1131.1Ssakamotofdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 1141.1Ssakamoto#fdc1 at isa? port 0x370 irq ? drq ? 1151.1Ssakamotofd0 at fdc? drive 1 1161.1Ssakamoto#fd* at fdc? drive ? 1171.1Ssakamoto 1181.1Ssakamotowdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 1191.1Ssakamotowd* at wdc? drive ? 1201.1Ssakamoto 1211.1Ssakamotone0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards 1221.1Ssakamoto#ipkdbif0 at ne? 1231.1Ssakamoto 1241.1Ssakamoto#wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System 1251.1Ssakamoto#spkr0 at pckbd? port 0x61 1261.1Ssakamoto 1271.1Ssakamoto# Joystick driver. Probe is a little strange; add only if you have one. 1281.1Ssakamoto#joy0 at isa? port 0x201 129