Added 2.11BSD disk image, SIMH config file, and README.
[simh-images] / pdp11-2.11BSD / simh.conf
set cpu 11/73
set cpu 4M
set rq enable
set rq0 ra90
attach rq0 disk0_ra90_211bsd.dsk
; Attach additional disks
; attach rq1 user_disk_image_file_name.dsk
; 7-bit console encoding
set tto 7b
; Eight terminal lines accessible via telnet to port 1170.
; set dci en
; set dci lines=8
; att dci 1170
; Optional tape drive
; set tm0 locked
; att tm0 unix_scratch.tap
; Optional line printer
; att lpt printer.txt
; Optional paper tape
; att ptp paperout.bin
; att ptr paperin.bin
; Set switch register
; 0 = disable kernel printing
; 1 = enable kernel printing
; deposit sr 1
echo .
echo .Select a kernel at the ':' prompt.
echo .For example, ': ra(0,0,0)unix'.
echo .At the first '#' prompt you are in single-user mode.
echo .Use Ctrl-D to logout and continue the boot.
echo .Login with username 'root' and password 'temppass'.
echo .Shut down with 'sync; sync; halt'.
echo .
boot rq0