Added 2.11BSD disk image, SIMH config file, and README.
[simh-images] / pdp11-2.11BSD / simh.conf
CommitLineData
3af0054c
AT
1set cpu 11/73
2set cpu 4M
3
4set rq enable
5set rq0 ra90
6attach rq0 disk0_ra90_211bsd.dsk
7
8; Attach additional disks
9; attach rq1 user_disk_image_file_name.dsk
10
11; 7-bit console encoding
12set tto 7b
13
14; Eight terminal lines accessible via telnet to port 1170.
15; set dci en
16; set dci lines=8
17; att dci 1170
18
19; Optional tape drive
20; set tm0 locked
21; att tm0 unix_scratch.tap
22
23; Optional line printer
24; att lpt printer.txt
25
26; Optional paper tape
27; att ptp paperout.bin
28; att ptr paperin.bin
29
30; Set switch register
31; 0 = disable kernel printing
32; 1 = enable kernel printing
33; deposit sr 1
34
35echo .
36echo .Select a kernel at the ':' prompt.
37echo .For example, ': ra(0,0,0)unix'.
38echo .At the first '#' prompt you are in single-user mode.
39echo .Use Ctrl-D to logout and continue the boot.
40echo .Login with username 'root' and password 'temppass'.
41echo .Shut down with 'sync; sync; halt'.
42echo .
43
44boot rq0