INSTALL revision 1.1
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.1 1996/10/13 05:57:19 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 25 26# You need to set this locally, but it doesn't do much outside the kernel. 27# Set up /etc/localtime instead. 28options TIMEZONE=0 # minutes west of GMT (for) 29options DST=0 # use daylight savings rules 30 31 32# Standard system options 33options SWAPPAGER # swap pager (anonymous and swap space) 34options VNODEPAGER # vnode pager (mapped files) 35options DEVPAGER # device pager (mapped devices) 36#options DIAGNOSTIC # extra kernel debugging checks 37#options DEBUG # extra kernel debugging support 38#options "COMPAT_43" # compatibility with 4.3BSD binaries 39#options KTRACE # system call tracing support 40options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 41#options KGDB # support for kernel gdb 42#options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 43#options "KGDBDEV=15*256+0" # device for kernel gdb 44 45options NTP # network time protocol 46#options UCONSOLE # users can redirect console (unsafe) 47 48# Filesystem options 49options FIFO # POSIX fifo support (in all filesystems) 50options FFS,QUOTA # fast filesystem with user and group quotas 51#options MFS # memory-based filesystem 52options NFSCLIENT # Sun NFS-compatible filesystem (client) 53#options NFSSERVER # Sun NFS-compatible filesystem (server) 54options KERNFS # kernel data-structure filesystem 55#options FDESC # user file descriptor filesystem 56#options UMAPFS # uid/gid remapping filesystem 57#options NULLFS # null layer filesystem 58#options UNION 59#options LFS # Log-based filesystem (still experimental) 60#options PORTAL # portal filesystem (still experimental) 61 62# Networking options 63options INET # Internet protocols 64options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 65#options GATEWAY # IP packet forwarding 66#options MULTICAST # Multicast support 67#options MROUTING # Multicast routing support 68#options ISO # OSI networking 69#options TPIP 70#options EON 71 72# NetBSD backwards compatibility 73#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?) 74#options COMPAT_11 # NetBSD 1.1, 75options COMPAT_12 # Netbsd 1.2 reboot() 76 77 78# pmax specific 79#options COMPAT_ULTRIX # ultrix compatibility 80#options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 81options "HZ=256" # RTC rate required 82 83# Note that this configuration is unlikely to work, yet... 84config nfsnetbsd root on nfs swap on nfs 85 86######################################################################## 87### I/O bus and device options ### 88######################################################################## 89 90# TC bus and supported options. (All but PMAXes have a turbochannel.) 91include "arch/pmax/conf/tc.std" 92 93# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 94include "arch/pmax/conf/builtin.ioasic" 95 96# MAXINE-only ioasic baseboard devices and on-baseboard "options" 97include "arch/pmax/conf/builtin.maxine" 98 99# 5000/200-only (aka 3MAX aka KN02) baseboard devices. 100# (KN02 has turbochannel but no IOASIC). 101include "arch/pmax/conf/builtin.3max" 102 103# 2100/3100-only (aka PMAX aka KN01) baseboard devices. 104# (may also be present on a 5100). 105include "arch/pmax/conf/builtin.3100" 106 107######################################################################## 108# SCSI configuration # 109######################################################################## 110 111oldscsibus* at sii? 112oldscsibus* at asc? 113# 114# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 115# 116include "arch/pmax/conf/scsi.pmax" 117#include "arch/pmax/conf/mi.scsi" # not yet supported 118 119 120######################################################################## 121### Pseudo-devices ### 122######################################################################## 123 124pseudo-device sl 4 # serial-line IP ports 125pseudo-device ppp 2 # serial-line IP ports 126pseudo-device pty 64 # pseudo ptys 127pseudo-device bpfilter 16 # packet filter ports 128pseudo-device loop 129#pseudo-device vnd 4 # virtual disk ick 130pseudo-device ccd 4 # concatenated disks 131 132#pseudo-device ether # From old config. what does it mean? 133pseudo-device rasterconsole 1 # NB: raster console requires "fb" 134pseudo-device fb 1 # up to 3 framebuffers 135