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