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