1# $NetBSD: INSTALL,v 1.2 2000/10/02 18:43:36 abs Exp $ 2# 3include "arch/mipsco/conf/std.mipsco" 4 5makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2 6 7maxusers 8 8 9options MIPS1 # R2000/R3000 support 10 11# Standard system options 12options "HZ=25" 13 14# Debugging options 15#options DDB # kernel dynamic debugger 16#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 17#options DEBUG # extra kernel debugging support 18#options DIAGNOSTIC # extra kernel sanity checking 19#options SCSIVERBOSE # Verbose SCSI errors 20 21# Compatibility options 22#options COMPAT_43 # compatibility with 4.3BSD binaries 23#options COMPAT_10 # NetBSD 1.0 binary compatibility 24#options COMPAT_11 # NetBSD 1.1 binary compatibility 25#options COMPAT_12 # NetBSD 1.2 binary compatibility 26#options COMPAT_13 # NetBSD 1.3 binary compatibility 27options COMPAT_14 # NetBSD 1.4 binary compatibility 28#options EXEC_AOUT # exec a.out binaries 29#options EXEC_ECOFF # exec ecoff binaries 30 31# Filesystem options 32file-system FFS # Berkeley Fast Filesystem 33file-system NFS # Sun NFS-compatible filesystem client 34file-system KERNFS # kernel data-structure filesystem 35file-system CD9660 # ISO 9660 + Rock Ridge file system 36 37# Options for saving space in install kernels 38options NFS_V2_ONLY # Exclude NFS3 and NQNFS 39options VNODE_OP_NOINLINE # Don't inline vnode op calls 40 41# Networking options 42options INET # Internet protocols 43options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 44options NFS_BOOT_DHCP # superset of BOOTP 45 46config netbsd root on ? type ? 47 48mainbus0 at root 49 50cpu0 at mainbus0 51obio0 at mainbus0 52 53mkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock 54 55rambo0 at obio0 addr 0xbc000000 # RAMBO dma & timer asic 56 57le0 at obio0 addr 0xba000000 # onboard LANCE ethernet 58 59# Not currently implemented 60#kb0 at obio0 addr 0xbfd00000 # keyboard 61#fb0 at obio0 addr 0x88000000 # framebuffer 62 63fd0 at obio0 addr 0xbe000000 # i82072 floppy disk controller 64 65zsc0 at obio0 addr 0xbb000000 # Base address for Z8530 SCC 66zstty0 at zsc0 channel 0 # tty00 67zstty1 at zsc0 channel 1 # tty01 68 69asc0 at obio0 addr 0xb8000000 # onboard NCR 53c94 SCSI controller 70 71scsibus0 at asc0 72 73sd* at scsibus? target ? lun ? # SCSI disks 74st* at scsibus? target ? lun ? # SCSI tapes 75cd* at scsibus? target ? lun ? # SCSI CD-ROMs 76ch* at scsibus? target ? lun ? # SCSI changer devices 77 78pseudo-device loop # loopback interface; required 79pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) 80#pseudo-device sl 2 # SLIP interfaces 81#pseudo-device ppp 2 # PPP interfaces 82#pseudo-device tun 4 # Network "tunnel" device 83pseudo-device ccd 4 # concatenated and striped disks 84#pseudo-device raid 4 # RAIDframe disk driver 85