159833Sralph# 259833Sralph# Standard DECstation 3100 or 5000 359833Sralph# 4*59834Sralph# @(#)MAXP 7.2 (Berkeley) 05/09/93 559833Sralph# 659833Sralphmachine pmax 759833Sralph 859833Sralphcpu "DS5000" 959833Sralphident MAXP 1059833Sralph 1159833Sralphtimezone 8 dst 1259833Sralphmaxusers 48 1359833Sralph 14*59834Sralph# Standard system options 15*59834Sralphoptions SWAPPAGER # swap pager (anonymous and swap space) 16*59834Sralphoptions VNODEPAGER # vnode pager (mapped files) 17*59834Sralphoptions DEVPAGER # device pager (mapped devices) 18*59834Sralphoptions DIAGNOSTIC # extra kernel debugging checks 19*59834Sralphoptions DEBUG # extra kernel debugging support 20*59834Sralphoptions "COMPAT_43" # compatibility with 4.3BSD binaries 21*59834Sralphoptions KTRACE # system call tracing support 22*59834Sralphoptions "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 23*59834Sralph#options KGDB # support for kernel gdb 24*59834Sralph#options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 25*59834Sralph#options "KGDBDEV=15*256+0" # device for kernel gdb 26*59834Sralph 27*59834Sralph# Filesystem options 28*59834Sralphoptions FIFO # POSIX fifo support (in all filesystems) 29*59834Sralphoptions FFS,QUOTA # fast filesystem with user and group quotas 30*59834Sralphoptions MFS # memory-based filesystem 31*59834Sralphoptions NFS # Sun NFS-compatible filesystem 32*59834Sralphoptions LOFS # Loop-back filesystem 33*59834Sralphoptions KERNFS # kernel data-structure filesystem 34*59834Sralphoptions FDESC # user file descriptor filesystem 35*59834Sralph#options UMAPFS # uid/gid remapping filesystem 36*59834Sralph#options NULLFS # null layer filesystem 37*59834Sralph#options LFS # Log-based filesystem (still experimental) 38*59834Sralph#options PORTAL # portal filesystem (still experimental) 39*59834Sralph 40*59834Sralph# Networking options 41*59834Sralphoptions INET # Internet protocols 42*59834Sralphoptions "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 43*59834Sralphoptions GATEWAY # IP packet forwarding 44*59834Sralph#options MULTICAST # Multicast support 45*59834Sralph#options MROUTING # Multicast routing support 46*59834Sralph#options ISO # OSI networking 4759833Sralph#options TPIP 4859833Sralph#options EON 4959833Sralph 5059833Sralph 5159833Sralph#config vmunix swap generic 5259833Sralphconfig vmunix root on rz0a swap on rz0b dumps on rz0b 5359833Sralph 5459833Sralphcontroller dtop0 at nexus0 csr ? 5559833Sralphcontroller dc0 at nexus0 csr ? 5659833Sralphcontroller xcfb0 at nexus0 csr ? 5759833Sralphcontroller cfb0 at nexus0 csr ? 5859833Sralphcontroller mfb0 at nexus0 csr ? 5959833Sralphcontroller pm0 at nexus0 csr ? 6059833Sralphcontroller scc0 at nexus0 csr ? 6159833Sralphcontroller le0 at nexus0 csr ? 6259833Sralphmaster sii0 at nexus0 csr ? 6359833Sralphdisk rz0 at sii0 drive 0 slave 0 64*59834Sralphdisk rz1 at sii0 drive 1 slave 0 65*59834Sralphdisk rz2 at sii0 drive 2 slave 0 66*59834Sralphdisk rz3 at sii0 drive 3 slave 0 67*59834Sralphdisk rz4 at sii0 drive 4 slave 0 6859833Sralphmaster asc0 at nexus0 csr ? 6959833Sralphdisk rz0 at asc0 drive 0 slave 0 7059833Sralphdisk rz1 at asc0 drive 1 slave 0 7159833Sralphdisk rz2 at asc0 drive 2 slave 0 7259833Sralphdisk rz3 at asc0 drive 3 slave 0 7359833Sralphdisk rz4 at asc0 drive 4 slave 0 7459833Sralphtape tz0 at asc0 drive 5 slave 0 7559833Sralphtape tz1 at asc0 drive 6 slave 0 7659833Sralph 77*59834Sralphpseudo-device sl 4 # serial-line IP ports 78*59834Sralphpseudo-device pty 64 # pseudo ptys 79*59834Sralphpseudo-device bpfilter 16 # packet filter ports 8059833Sralphpseudo-device ite 8159833Sralphpseudo-device loop 8259833Sralphpseudo-device ether 83