Added V5 UNIX disk image, SIMH config file and README.
[simh-images] / pdp11-V5_UNIX / simh.conf
CommitLineData
a5f69761
AT
1set cpu 11/45
2set cpu 256k
3
4set rk enable
5attach rk0 unix_v5_rk.dsk
6
7; Attach additional disks
8; attach rk1 user_disk_image_file_name.dsk
9
10; 7-bit console encoding
11; set tto 7b
12
13; Eight terminal lines accessible via telnet to port 1170.
14; set dci en
15; set dci lines=8
16; att dci 1170
17
18; Optional tape drive
19; set tm0 locked
20; att tm0 unix_scratch.tap
21
22; Optional line printer
23; att lpt printer.txt
24
25; Optional paper tape
26; att ptp paperout.bin
27; att ptr paperin.bin
28
29; Set switch register
30; 0 = disable kernel printing
31; 1 = enable kernel printing
32; deposit sr 1
33
34echo .
35echo .Type kernel filename at the '@' prompt.
36echo .For example: @unix.
37echo .UNIX username is 'root'.
38echo .No password.
39echo .
40
41boot rk0