# $NetBSD: INSTALL,v 1.5 2002/01/27 13:23:20 jdolecek Exp $ # include "arch/mipsco/conf/std.mipsco" makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2 maxusers 8 options MIPS1 # R2000/R3000 support # Standard system options options HZ=25 options PIPE_SOCKETPAIR # smaller, but slower pipe(2) # Debugging options #options DDB # kernel dynamic debugger #options DDB_HISTORY_SIZE=100 # enable history editing in DDB #options DEBUG # extra kernel debugging support #options DIAGNOSTIC # extra kernel sanity checking #options SCSIVERBOSE # Verbose SCSI errors # Compatibility options #options COMPAT_43 # compatibility with 4.3BSD binaries #options COMPAT_10 # NetBSD 1.0 binary compatibility #options COMPAT_11 # NetBSD 1.1 binary compatibility #options COMPAT_12 # NetBSD 1.2 binary compatibility #options COMPAT_13 # NetBSD 1.3 binary compatibility options COMPAT_14 # NetBSD 1.4 binary compatibility #options EXEC_AOUT # exec a.out binaries #options EXEC_ECOFF # exec ecoff binaries #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. # Filesystem options file-system FFS # Berkeley Fast Filesystem file-system NFS # Sun NFS-compatible filesystem client file-system KERNFS # kernel data-structure filesystem file-system CD9660 # ISO 9660 + Rock Ridge file system # Options for saving space in install kernels options NFS_V2_ONLY # Exclude NFS3 and NQNFS options VNODE_OP_NOINLINE # Don't inline vnode op calls # Networking options options INET # Internet protocols options NFS_BOOT_DHCP # superset of BOOTP #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG config netbsd root on ? type ? mainbus0 at root cpu0 at mainbus0 obio0 at mainbus0 mkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock rambo0 at obio0 addr 0xbc000000 # RAMBO dma & timer asic le0 at obio0 addr 0xba000000 # onboard LANCE ethernet # Not currently implemented #kb0 at obio0 addr 0xbfd00000 # keyboard #fb0 at obio0 addr 0x88000000 # framebuffer fd0 at obio0 addr 0xbe000000 # i82072 floppy disk controller zsc0 at obio0 addr 0xbb000000 # Base address for Z8530 SCC zstty0 at zsc0 channel 0 # tty00 zstty1 at zsc0 channel 1 # tty01 asc0 at obio0 addr 0xb8000000 # onboard NCR 53c94 SCSI controller scsibus0 at asc0 sd* at scsibus? target ? lun ? # SCSI disks st* at scsibus? target ? lun ? # SCSI tapes cd* at scsibus? target ? lun ? # SCSI CD-ROMs ch* at scsibus? target ? lun ? # SCSI changer devices pseudo-device loop # loopback interface; required pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) #pseudo-device sl 2 # SLIP interfaces #pseudo-device ppp 2 # PPP interfaces #pseudo-device tun 4 # Network "tunnel" device pseudo-device ccd 4 # concatenated and striped disks #pseudo-device raid 4 # RAIDframe disk driver