INSTALL revision 1.5
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.5 1997/04/26 01:35:41 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 29options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 30#options KGDB # support for kernel gdb 31#options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 32#options "KGDBDEV=15*256+0" # device for kernel gdb 33 34options NTP # network time protocol 35#options UCONSOLE # users can redirect console (unsafe) 36 37# Filesystem options 38file-system FFS # fast filesystem 39file-system NFS # Sun NFS-compatible filesystem (client) 40file-system KERNFS # kernel data-structure filesystem 41#file-system FDESC # user file descriptor filesystem 42#file-system UMAPFS # uid/gid remapping filesystem 43 44options FIFO # POSIX fifo support (in all filesystems) 45 46# Networking options 47options INET # Internet protocols 48options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 49 50 51# pmax specific 52options "HZ=256" # RTC rate required 53 54config nfsnetbsd root on ? type nfs 55 56######################################################################## 57### I/O bus and device options ### 58######################################################################## 59 60# TC bus and supported options. (All but PMAXes have a turbochannel.) 61include "arch/pmax/conf/tc.std" 62 63# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 64include "arch/pmax/conf/builtin.ioasic" 65 66# MAXINE-only ioasic baseboard devices and on-baseboard "options" 67include "arch/pmax/conf/builtin.maxine" 68 69# 5000/200-only (aka 3MAX aka KN02) baseboard devices. 70# (KN02 has turbochannel but no IOASIC). 71include "arch/pmax/conf/builtin.3max" 72 73# 2100/3100-only (aka PMAX aka KN01) baseboard devices. 74# (may also be present on a 5100). 75include "arch/pmax/conf/builtin.3100" 76 77######################################################################## 78# SCSI configuration # 79######################################################################## 80 81oldscsibus* at sii? 82oldscsibus* at asc? 83# 84# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 85# 86include "arch/pmax/conf/scsi.pmax" 87#include "arch/pmax/conf/mi.scsi" # not yet supported 88 89 90######################################################################## 91### Pseudo-devices ### 92######################################################################## 93 94pseudo-device sl 4 # serial-line IP ports 95pseudo-device ppp 2 # serial-line IP ports 96pseudo-device pty 64 # pseudo ptys 97pseudo-device bpfilter 16 # packet filter ports 98pseudo-device loop 99pseudo-device ccd 4 # concatenated disks 100 101pseudo-device rasterconsole 1 # NB: raster console requires "fb" 102pseudo-device fb 1 # up to 3 framebuffers 103