INSTALL revision 1.3
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.3 1997/01/15 01:29:10 perry 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 38options FIFO # POSIX fifo support (in all filesystems) 39options FFS,QUOTA # fast filesystem with user and group quotas 40#options MFS # memory-based filesystem 41options NFSCLIENT # Sun NFS-compatible filesystem (client) 42#options NFSSERVER # Sun NFS-compatible filesystem (server) 43options KERNFS # kernel data-structure filesystem 44#options FDESC # user file descriptor filesystem 45#options UMAPFS # uid/gid remapping filesystem 46#options NULLFS # null layer filesystem 47#options UNION 48#options LFS # Log-based filesystem (still experimental) 49#options PORTAL # portal filesystem (still experimental) 50 51# Networking options 52options INET # Internet protocols 53options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 54#options GATEWAY # IP packet forwarding 55#options MULTICAST # Multicast support 56#options MROUTING # Multicast routing support 57#options ISO # OSI networking 58#options TPIP 59#options EON 60 61# NetBSD backwards compatibility 62#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?) 63#options COMPAT_11 # NetBSD 1.1, 64options COMPAT_12 # Netbsd 1.2 reboot() 65 66 67# pmax specific 68#options COMPAT_ULTRIX # ultrix compatibility 69#options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 70options "HZ=256" # RTC rate required 71 72# Note that this configuration is unlikely to work, yet... 73config nfsnetbsd root on nfs swap on nfs 74 75######################################################################## 76### I/O bus and device options ### 77######################################################################## 78 79# TC bus and supported options. (All but PMAXes have a turbochannel.) 80include "arch/pmax/conf/tc.std" 81 82# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 83include "arch/pmax/conf/builtin.ioasic" 84 85# MAXINE-only ioasic baseboard devices and on-baseboard "options" 86include "arch/pmax/conf/builtin.maxine" 87 88# 5000/200-only (aka 3MAX aka KN02) baseboard devices. 89# (KN02 has turbochannel but no IOASIC). 90include "arch/pmax/conf/builtin.3max" 91 92# 2100/3100-only (aka PMAX aka KN01) baseboard devices. 93# (may also be present on a 5100). 94include "arch/pmax/conf/builtin.3100" 95 96######################################################################## 97# SCSI configuration # 98######################################################################## 99 100oldscsibus* at sii? 101oldscsibus* at asc? 102# 103# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 104# 105include "arch/pmax/conf/scsi.pmax" 106#include "arch/pmax/conf/mi.scsi" # not yet supported 107 108 109######################################################################## 110### Pseudo-devices ### 111######################################################################## 112 113pseudo-device sl 4 # serial-line IP ports 114pseudo-device ppp 2 # serial-line IP ports 115pseudo-device pty 64 # pseudo ptys 116pseudo-device bpfilter 16 # packet filter ports 117pseudo-device loop 118#pseudo-device vnd 4 # virtual disk ick 119pseudo-device ccd 4 # concatenated disks 120 121#pseudo-device ether # From old config. what does it mean? 122pseudo-device rasterconsole 1 # NB: raster console requires "fb" 123pseudo-device fb 1 # up to 3 framebuffers 124