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