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