Post by Ian HammondO
Post by Michael Raabsim> attach rl0 rt11sj.rl02
sim> attach rl1 empty1.rl02
RL: creating new file
Overwrite last track? [N]
sim> attach rl2 empty2.rl02
RL: creating new file
Overwrite last track? [N]
sim> attach rl3 empty3.rl02
RL: creating new file
Overwrite last track? [N]
sim> boot rl0
------------
So the autocreated files from SimH not usable under SimH
Where is my mistake?
Hello,
RL RL11, address=17774400-17774411, vector=160, BR5, 4 units
RL0 5242KW, not attached, on line
write enabled, RL02, autosize
AUTO detect format
RL1 5242KW, not attached, on line
write enabled, RL02, autosize
AUTO detect format
RL2 2621KW, not attached, on line
write enabled, RL01, autosize
AUTO detect format
RL3 2621KW, not attached, on line
write enabled, RL01, autosize
AUTO detect format
RL0: creating new file: rl0.dsk
Overwrite last track? [N]Y
RT-11XM (S) V05.07
(... RT11 booting messages snipped...)
*** STARTUP COMPLETED ***
Foreground loaded
DL0:/Initialize; Are you sure? Y
18-Jan-2021
0 Files, 0 Blocks
20382 Free blocks
.
Hello - Yes I know this - but it works only at drive rl0 or rl1! - It's impossible to attach rl2 or rl3 to the same file rt11sj.rl02 which I use to boot from rl0 or rl1. Using the same file I got BOOT IO Error with rl2 or rl3. It seems that SimH cannot handle the drives rl2 and rl3 with RT-11.
as you can see here:
PDP-11 simulator V3.8-2 (JH stdio telnet)
sim> attach rl0 rt11sj.rl02
sim> show rl
RL, address=17774400-17774411, vector=160, 4 units
RL0, 5242KW, attached to rt11sj.rl02, write enabled, RL02
RL1, 2621KW, not attached, write enabled, autosize
RL2, 2621KW, not attached, write enabled, autosize
RL3, 2621KW, not attached, write enabled, autosize
sim> set rl1 rl02
sim> set rl2 rl02
sim> set rl3 rl02
sim> show rl
RL, address=17774400-17774411, vector=160, 4 units
RL0, 5242KW, attached to rt11sj.rl02, write enabled, RL02
RL1, 5242KW, not attached, write enabled, RL02
RL2, 5242KW, not attached, write enabled, RL02
RL3, 5242KW, not attached, write enabled, RL02
sim> attach rl1 empty1.rl02
RL: creating new file
Overwrite last track? [N] y
sim> attach rl2 empty2.rl02
RL: creating new file
Overwrite last track? [N] y
sim> attach rl3 empty3.rl02
RL: creating new file
Overwrite last track? [N] y
sim> show rl
RL, address=17774400-17774411, vector=160, 4 units
RL0, 5242KW, attached to rt11sj.rl02, write enabled, RL02
RL1, 5242KW, attached to empty1.rl02, write enabled, RL02
RL2, 5242KW, attached to empty2.rl02, write enabled, RL02
RL3, 5242KW, attached to empty3.rl02, write enabled, RL02
sim> boot rl0
RT-11SJ (S) V05.05
.ind datime
Date [dd-mmm-yy]? 18-jan-91
Time [hh:mm:ss]? 17:01:10
Startup file [filnam.typ]?
RT-11 Single Job Monitor, volume ID RT11A
Booted on 18-Jan-91 at 17:01:11 from file DL0:RT11SJ.
@ <EOF>
.set tt scope
.set edit ked
.dir dl1:
18-Jan-91
?DIR-F-Invalid directory <---------------
.init dl1:
DL1:/Initialize; Are you sure? Y
.dir dl1:
18-Jan-91
0 Files, 0 Blocks
20382 Free blocks <----- OK !
.
dir dl2:
?DIR-F-Error reading directory <------ different message! at dl1: I got a ?DIR-F-Invalid directory message
.init dl2:
DL2:/Initialize; Are you sure? Y
?DUP-F-Size function failed <----------
.dir dl3:
?DIR-F-Error reading directory
.init dl3:
DL3:/Initialize; Are you sure? Y
?DUP-F-Size function failed
.
result: rl2 and rl3 not usable for RT11 ???