# This is the simh configuration that was used to generate the distribution # tape image. Use it if you like, or substitute your own favorite # configuration. Most plausible configurations should work. # Set the CPU to 11/93, since it has a time of year clock. set cpu 11/93 # Maximum supported memory. Why not? In the 21st century, memory is cheap. set cpu 4m # Any supported tape drive should work, but the tq is relatively modern. # Simh does not enforce a maximum tape size, so the size of the # distribution tape image should not matter. set tq enabled att tq0 2.11BSD-481-simh-dist.tap # RA92: Big American disk! # If you want even more emulated space, just "set rq rauser=size_in_megabytes", # but this is the largest DEC disk that existed in real hardware. set rq enabled set rq0 ra92 att rq0 211bsd-root.dsk # NAT for convenience. Change to your own desired implementation. set xq enabled attach xq0 nat: # Automatic boot. Pick one, both, or none as you wish. # boot tq0 # boot rq0