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