[TUHS] Fwd: Choice of Unix for 11/03 and 11/23+ Systems

Tom Ivar Helbekkmo tih at hamartun.priv.no
Mon Jan 25 18:21:06 AEST 2021


Gregg Levine <gregg.drwho8 at gmail.com> writes:

> But, ah, never did figure out how to bring up the user disks in the
> collection. When you have the time, can you provide me with some
> information on how you did all of that?

To mount additional disks, just attach them (in simh) and mount them (in
the OS).  Sort of like this (from memory, hopefully right):

$ pdp11
simh> set cpu 11/23+
simh> set rl0 rl02
simh> attach rl0 unix_v6.rl02
simh> deposit system sr 173030
simh> boot rl0
!unix
# STTY -LCASE
# ^E
simh> set rl1 rl02
simh> attach rl1 user01.rl02
simh> continue
# mount /dev/rl1 /mnt

-tih
-- 
Most people who graduate with CS degrees don't understand the significance
of Lisp.  Lisp is the most important idea in computer science.  --Alan Kay


More information about the TUHS mailing list