xref: /csrg-svn/sys/pmax/conf/MAXP (revision 67475)
159833Sralph#
260600Sralph# Standard DECstation (3100 or 5000/xxx)
359833Sralph#
4*67475Smckusick#	@(#)MAXP	8.2 (Berkeley) 07/03/94
559833Sralph#
659833Sralphmachine		pmax
759833Sralph
859833Sralphcpu		"DS5000"
959833Sralphident		MAXP
1059833Sralph
1160600Sralph# Need to set locally
1259833Sralphtimezone	8 dst
1359833Sralphmaxusers	48
1459833Sralph
1559834Sralph# Standard system options
1659834Sralphoptions		SWAPPAGER		# swap pager (anonymous and swap space)
1759834Sralphoptions		VNODEPAGER		# vnode pager (mapped files)
1859834Sralphoptions		DEVPAGER		# device pager (mapped devices)
1959834Sralphoptions		DIAGNOSTIC		# extra kernel debugging checks
2059834Sralphoptions		DEBUG			# extra kernel debugging support
2159834Sralphoptions		"COMPAT_43"		# compatibility with 4.3BSD binaries
2259834Sralphoptions		KTRACE			# system call tracing support
2359834Sralphoptions		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
2459834Sralph#options	KGDB			# support for kernel gdb
2559834Sralph#options	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
2659834Sralph#options	"KGDBDEV=15*256+0"	# device for kernel gdb
2759834Sralph
2859834Sralph# Filesystem options
2959834Sralphoptions		FIFO		# POSIX fifo support (in all filesystems)
3059834Sralphoptions		FFS,QUOTA	# fast filesystem with user and group quotas
3159834Sralphoptions		MFS		# memory-based filesystem
3259834Sralphoptions		NFS		# Sun NFS-compatible filesystem
33*67475Smckusickoptions		"CD9660"	# ISO 9660 (CDROM) filesystem
34*67475Smckusickoptions		UNION		# Union filesystem
3559834Sralphoptions		KERNFS		# kernel data-structure filesystem
3659834Sralphoptions		FDESC		# user file descriptor filesystem
37*67475Smckusickoptions		PROCFS		# /proc filesystem
3860600Sralphoptions		UMAPFS		# uid/gid remapping filesystem
3960600Sralphoptions		NULLFS		# null layer filesystem
4060600Sralphoptions		LFS		# Log-based filesystem (still experimental)
4160600Sralphoptions		PORTAL		# portal filesystem (still experimental)
4259834Sralph
4359834Sralph# Networking options
4459834Sralphoptions		INET		# Internet protocols
4559834Sralphoptions		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
4659834Sralphoptions		GATEWAY		# IP packet forwarding
4760600Sralphoptions		MULTICAST	# Multicast support
4860600Sralphoptions		MROUTING	# Multicast routing support
4959834Sralph#options	ISO		# OSI networking
5059833Sralph#options	TPIP
5159833Sralph#options	EON
5259833Sralph
5359833Sralph
5459833Sralph#config		vmunix swap generic
5559833Sralphconfig		vmunix root on rz0a swap on rz0b dumps on rz0b
5659833Sralph
5759833Sralphcontroller	dtop0	at nexus0 csr ?
5859833Sralphcontroller	dc0	at nexus0 csr ?
5959833Sralphcontroller	xcfb0	at nexus0 csr ?
6059833Sralphcontroller	cfb0	at nexus0 csr ?
6159833Sralphcontroller	mfb0	at nexus0 csr ?
6259833Sralphcontroller	pm0	at nexus0 csr ?
6359833Sralphcontroller	scc0	at nexus0 csr ?
6460023Sralphcontroller	scc1	at nexus0 csr ?
6559833Sralphcontroller	le0	at nexus0 csr ?
6659833Sralphmaster		sii0	at nexus0 csr ?
6759833Sralphdisk		rz0	at sii0 drive 0 slave 0
6859834Sralphdisk		rz1	at sii0 drive 1 slave 0
6959834Sralphdisk		rz2	at sii0 drive 2 slave 0
7059834Sralphdisk		rz3	at sii0 drive 3 slave 0
7159834Sralphdisk		rz4	at sii0 drive 4 slave 0
7263632Smckusicktape		tz0	at sii0 drive 5 slave 0
7363632Smckusicktape		tz1	at sii0 drive 6 slave 0
7459833Sralphmaster		asc0	at nexus0 csr ?
7559833Sralphdisk		rz0	at asc0 drive 0 slave 0
7659833Sralphdisk		rz1	at asc0 drive 1 slave 0
7759833Sralphdisk		rz2	at asc0 drive 2 slave 0
7859833Sralphdisk		rz3	at asc0 drive 3 slave 0
7959833Sralphdisk		rz4	at asc0 drive 4 slave 0
8059833Sralphtape		tz0	at asc0 drive 5 slave 0
8159833Sralphtape		tz1	at asc0 drive 6 slave 0
8259833Sralph
8359834Sralphpseudo-device	sl		 4	# serial-line IP ports
8459834Sralphpseudo-device	pty		64	# pseudo ptys
8559834Sralphpseudo-device	bpfilter	16	# packet filter ports
8659833Sralphpseudo-device	ite
8759833Sralphpseudo-device	loop
8859833Sralphpseudo-device	ether
89