INSTALL revision 1.1
11.1Swdk# $NetBSD: INSTALL,v 1.1 2000/10/02 07:54:34 wdk Exp $ 21.1Swdk# 31.1Swdkinclude "arch/mipsco/conf/std.mipsco" 41.1Swdk 51.1Swdkmakeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2 61.1Swdk 71.1Swdkmaxusers 8 81.1Swdk 91.1Swdkoptions MIPS1 # R2000/R3000 support 101.1Swdk 111.1Swdk# Standard system options 121.1Swdkoptions "HZ=25" 131.1Swdk 141.1Swdk# Debugging options 151.1Swdk#options DDB # kernel dynamic debugger 161.1Swdk#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 171.1Swdk#options DEBUG # extra kernel debugging support 181.1Swdk#options DIAGNOSTIC # extra kernel sanity checking 191.1Swdk#options SCSIVERBOSE # Verbose SCSI errors 201.1Swdk 211.1Swdk# Compatibility options 221.1Swdk#options COMPAT_43 # compatibility with 4.3BSD binaries 231.1Swdk#options COMPAT_10 # NetBSD 1.0 binary compatibility 241.1Swdk#options COMPAT_11 # NetBSD 1.1 binary compatibility 251.1Swdk#options COMPAT_12 # NetBSD 1.2 binary compatibility 261.1Swdk#options COMPAT_13 # NetBSD 1.3 binary compatibility 271.1Swdkoptions COMPAT_14 # NetBSD 1.4 binary compatibility 281.1Swdk#options EXEC_AOUT # exec a.out binaries 291.1Swdk#options EXEC_ECOFF # exec ecoff binaries 301.1Swdk 311.1Swdk# Filesystem options 321.1Swdkfile-system FFS # Berkeley Fast Filesystem 331.1Swdkfile-system NFS # Sun NFS-compatible filesystem client 341.1Swdkfile-system KERNFS # kernel data-structure filesystem 351.1Swdkfile-system CD9660 # ISO 9660 + Rock Ridge file system 361.1Swdk 371.1Swdk# Options for saving space in install kernels 381.1Swdkoptions NFS_V2_ONLY # Exclude NFS3 and NQNFS 391.1Swdkoptions VNODE_OP_NOINLINE # Don't inline vnode op calls 401.1Swdk 411.1Swdk# Networking options 421.1Swdkoptions INET # Internet protocols 431.1Swdkoptions TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 441.1Swdkoptions NFS_BOOT_DHCP # superset of BOOTP 451.1Swdk 461.1Swdkconfig netbsd root on ? type ? 471.1Swdk 481.1Swdkmainbus0 at root 491.1Swdk 501.1Swdkcpu0 at mainbus0 511.1Swdkobio0 at mainbus0 521.1Swdk 531.1Swdkmkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock 541.1Swdk 551.1Swdkrambo0 at obio0 addr 0xbc000000 # RAMBO dma & timer asic 561.1Swdk 571.1Swdkle0 at obio0 addr 0xba000000 # onboard LANCE ethernet 581.1Swdk 591.1Swdk# Not currently implemented 601.1Swdk#kb0 at obio0 addr 0xbfd00000 # keyboard 611.1Swdk#fb0 at obio0 addr 0x88000000 # framebuffer 621.1Swdk 631.1Swdkfd0 at obio0 addr 0xbe000000 # i82072 floppy disk controller 641.1Swdk 651.1Swdkzsc0 at obio0 addr 0xbb000000 # Base address for Z8530 SCC 661.1Swdkzstty0 at zsc0 channel 0 # tty00 671.1Swdkzstty1 at zsc0 channel 1 # tty01 681.1Swdk 691.1Swdkasc0 at obio0 addr 0xb8000000 # onboard NCR 53c94 SCSI controller 701.1Swdk 711.1Swdkscsibus0 at asc0 721.1Swdk 731.1Swdksd* at scsibus? target ? lun ? # SCSI disks 741.1Swdkst* at scsibus? target ? lun ? # SCSI tapes 751.1Swdkcd* at scsibus? target ? lun ? # SCSI CD-ROMs 761.1Swdkch* at scsibus? target ? lun ? # SCSI changer devices 771.1Swdk 781.1Swdkpseudo-device loop # loopback interface; required 791.1Swdkpseudo-device pty # pseudo-terminals 801.1Swdk#pseudo-device sl 2 # SLIP interfaces 811.1Swdk#pseudo-device ppp 2 # PPP interfaces 821.1Swdk#pseudo-device tun 4 # Network "tunnel" device 831.1Swdkpseudo-device ccd 4 # concatenated and striped disks 841.1Swdk#pseudo-device raid 4 # RAIDframe disk driver 85