1 # 2 # Distribution root-on-NFS network install kernel (any model) 3 # root on NFS to boot diskless for installation, 4 # disk drivers for labelling disks and installation on local disk. 5 # 6 # $NetBSD: INSTALL,v 1.6 1997/07/22 08:49:12 jonathan Exp $ 7 # 8 include "arch/pmax/conf/std.pmax" 9 10 maxusers 8 11 12 options MIPS1 # R2000/R3000 support 13 #options MIPS3 # R4000/R4400 support (not finished) 14 15 16 # Support for specific models of DECstation 17 options DS3100 # PMAX (kn01) DECstation 2100, 3100 18 options DS5000_25 # MAXINE (kn02ca/xine) support 19 options DS5000_100 # 3MIN (kn02ba/kmin) support 20 options DS5000_200 # 3MAX (kn02) support 21 options DS5000_240 # 3MAXPLUS (kn03) support 22 23 24 # Standard system options 25 #options DIAGNOSTIC # extra kernel debugging checks 26 #options DEBUG # extra kernel debugging support 27 #options "COMPAT_43" # compatibility with 4.3BSD binaries 28 #options KTRACE # system call tracing support 29 #options LKM # loadable kernel modules 30 31 32 options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 33 34 #Old 4.4bsd/pmax kgdb options 35 #options KGDB # support for kernel gdb 36 #options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 37 #options "KGDBDEV=15*256+0" # device for kernel gdb 38 39 #options NTP # network time protocol 40 #options UCONSOLE # users can redirect console (unsafe) 41 42 43 # Filesystem options 44 file-system FFS # BSD fast filesystem 45 file-system NFS # Sun NFS-compatible filesystem (client) 46 file-system KERNFS # kernel data-structure filesystem 47 48 options FIFO # POSIX fifo support (in all filesystems) 49 50 51 # Networking options 52 options INET # Internet protocols 53 options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 54 55 56 # pmax specific 57 options "HZ=256" # RTC rate required 58 59 config nfsnetbsd root on ? type nfs 60 61 62 63 ######################################################################## 64 ### I/O bus and device options ### 65 ######################################################################## 66 67 # TC bus and supported options. (All but PMAXes have a turbochannel.) 68 include "arch/pmax/conf/tc.std" 69 70 # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 71 include "arch/pmax/conf/builtin.ioasic" 72 73 # MAXINE-only ioasic baseboard devices and on-baseboard "options" 74 include "arch/pmax/conf/builtin.maxine" 75 76 # 5000/200-only (aka 3MAX aka KN02) baseboard devices. 77 # (KN02 has turbochannel but no IOASIC). 78 include "arch/pmax/conf/builtin.3max" 79 80 # 2100/3100-only (aka PMAX aka KN01) baseboard devices. 81 # (may also be present on a 5100). 82 include "arch/pmax/conf/builtin.3100" 83 84 ######################################################################## 85 # SCSI configuration # 86 ######################################################################## 87 88 oldscsibus* at sii? 89 oldscsibus* at asc? 90 # 91 # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 92 # 93 include "arch/pmax/conf/scsi.pmax" 94 #include "arch/pmax/conf/mi.scsi" # not yet supported 95 96 97 ######################################################################## 98 ### Pseudo-devices ### 99 ######################################################################## 100 101 pseudo-device pty 64 # pseudo ptys 102 pseudo-device bpfilter 16 # packet filter ports 103 pseudo-device loop 104 pseudo-device ccd 4 # concatenated disks 105 106 pseudo-device rasterconsole 1 # NB: raster console requires "fb" 107 pseudo-device fb 1 # up to 3 framebuffers 108