[pups] UNIX V7 11/45 image booting

Warren Toomey wkt at henry.cs.adfa.edu.au
Mon Jul 24 08:22:52 AEST 2000


In article by Andy Valencia:
> I'm trying to boot the image v7_rl02_1145 from sim_2.3d, and get:
> 
> PDP-11 simulator V2.3d
> sim> at rl02 /users/vandys/tmp/v7/v7_rl02_1145
> sim> b rl02
> @
> 
> I can type things to the '@' prompt, but it never does anything...
> Andy Valencia

At the bottom of simh_doc.txt in the Supnik emulator sources, it says:

UNIX V7 is contained on a single RL02 disk image.  To boot UNIX:

        sim> set cpu 18b
        sim> set rl0 RL02
        sim> att rl0 unix_v7_rl.dsk
        sim> boot rl0
        @boot
        New Boot, known devices are hp ht rk rl rp tm vt
        : rl(0,0)rl2unix
        # 

A smaller image is contained on a single RK05 disk image.  To boot UNIX:

        sim> set cpu 18b
        sim> att rk0 unix_v7_rk.dsk
        sim> boot rk0
        @boot
        New Boot, known devices are hp ht rk rl rp tm vt
        : rk(0,0)rkunix
        # STTY -LCASE
        #

Hope this helps!

Cheers,
	Warren



More information about the TUHS mailing list