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