INSTALL revision 1.6
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# 8include "arch/pmax/conf/std.pmax" 9 10maxusers 8 11 12options MIPS1 # R2000/R3000 support 13#options MIPS3 # R4000/R4400 support (not finished) 14 15 16# Support for specific models of DECstation 17options DS3100 # PMAX (kn01) DECstation 2100, 3100 18options DS5000_25 # MAXINE (kn02ca/xine) support 19options DS5000_100 # 3MIN (kn02ba/kmin) support 20options DS5000_200 # 3MAX (kn02) support 21options 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 32options "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 44file-system FFS # BSD fast filesystem 45file-system NFS # Sun NFS-compatible filesystem (client) 46file-system KERNFS # kernel data-structure filesystem 47 48options FIFO # POSIX fifo support (in all filesystems) 49 50 51# Networking options 52options INET # Internet protocols 53options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 54 55 56# pmax specific 57options "HZ=256" # RTC rate required 58 59config 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.) 68include "arch/pmax/conf/tc.std" 69 70# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 71include "arch/pmax/conf/builtin.ioasic" 72 73# MAXINE-only ioasic baseboard devices and on-baseboard "options" 74include "arch/pmax/conf/builtin.maxine" 75 76# 5000/200-only (aka 3MAX aka KN02) baseboard devices. 77# (KN02 has turbochannel but no IOASIC). 78include "arch/pmax/conf/builtin.3max" 79 80# 2100/3100-only (aka PMAX aka KN01) baseboard devices. 81# (may also be present on a 5100). 82include "arch/pmax/conf/builtin.3100" 83 84######################################################################## 85# SCSI configuration # 86######################################################################## 87 88oldscsibus* at sii? 89oldscsibus* at asc? 90# 91# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 92# 93include "arch/pmax/conf/scsi.pmax" 94#include "arch/pmax/conf/mi.scsi" # not yet supported 95 96 97######################################################################## 98### Pseudo-devices ### 99######################################################################## 100 101pseudo-device pty 64 # pseudo ptys 102pseudo-device bpfilter 16 # packet filter ports 103pseudo-device loop 104pseudo-device ccd 4 # concatenated disks 105 106pseudo-device rasterconsole 1 # NB: raster console requires "fb" 107pseudo-device fb 1 # up to 3 framebuffers 108