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