From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25307 invoked from network); 21 Oct 2021 01:59:19 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 21 Oct 2021 01:59:19 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 7F8E79CC03; Thu, 21 Oct 2021 11:59:15 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id CBCFC9CB82; Thu, 21 Oct 2021 11:58:34 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="fxeAEavp"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 6E7F89CB82; Thu, 21 Oct 2021 11:58:31 +1000 (AEST) Received: from mail-qv1-f48.google.com (mail-qv1-f48.google.com [209.85.219.48]) by minnie.tuhs.org (Postfix) with ESMTPS id 252CC9CB7C for ; Thu, 21 Oct 2021 11:58:30 +1000 (AEST) Received: by mail-qv1-f48.google.com with SMTP id d6so7803qvb.3 for ; Wed, 20 Oct 2021 18:58:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tQ6FRZrQpXZxhTfeQk3omvcvEHExSEV5hfTh4T5vlZw=; b=fxeAEavp7+iLDTY3CPnHrNFgnO+fRX1G1+nzuRzY1o9mioED9j/5mK7gdYpmqUAfMH W99KxyOuwfl19NZ9665guOhK/SF0kZFRGp1FaW/8i5fsM96jhwEzY+TvAtViUAzNFmVy 0SnlLbkf0RFws5ZqBIWGp6I7sO5XWRjj6mLSY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tQ6FRZrQpXZxhTfeQk3omvcvEHExSEV5hfTh4T5vlZw=; b=YCqoH114sAUTI6ImvkQsrBeKSjZys8F7qB66YexI0WBybaVeOIgZlGWudwsm3+SYTx COapTRrk2EnJNlkL/nsYRWFSffq/D+R9JLPXZeJcEL5wplkRUHw806Q/GlknotBG65VD B9m7G0Xfc9RuLgdjBAaowCC7atSzT5cCzoazGuPsUF3aENOgEDqf9kyGTERyLPyhpXoY uCAWhcuefgCfxmKGuaxt78CpGzyxoo7n5j3fGiAw85aNrba21UcX4/olNgZ+n5kny1jh pNvJLweq3bK++Ai7OPN6SHlLQNgJLDT9hR5Lubb4gJftYu97ScrrpUnlNZBFVQXp2gtr YWXQ== X-Gm-Message-State: AOAM531cYDqHmUXAQlUxg+Oao3z8xVAsBvoxufIcH+7n/CopeM3ViPf8 BO2sGjI6L+a/SyIK+lk9C8vHu7AXpY+e/B39EkMk8SrlE7YQEhuE X-Google-Smtp-Source: ABdhPJxN9QT71jAYyHklw4KM2i3vd8UjARzBPb4PwxVf3p4I88fKpoeBGMGI/CQ8ApPPUff+1M7lhKPRRbhXzdyglTM= X-Received: by 2002:a05:6214:194b:: with SMTP id q11mr2417464qvk.38.1634781509029; Wed, 20 Oct 2021 18:58:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Clem Cole Date: Wed, 20 Oct 2021 21:58:03 -0400 Message-ID: To: joseph turco Content-Type: multipart/alternative; boundary="00000000000021a27705ced33ba4" Subject: Re: [TUHS] having issues with simh and setting up dci for unixV7 X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --00000000000021a27705ced33ba4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable FWI: You'll probably have better luck with the KL/DL interface. And it's already in the system, since the console is on the first one. # cp hptmconf myconfnf # echo 3kl >> myconf If you are really adventurous with simh, then configure the DH11 and it's associated DM11 interface, which from a performance standpoint work a lot better and have all the RS-232 signals supported [which is something one of the PiDP folks was recently trying to get going]. # echo 2dh >> myconf # echo dhdm >> myconf =E1=90=A7 On Wed, Oct 20, 2021 at 6:51 PM joseph turco wrote: > hello all, > > i am a new unix user, so please excuse my ignorance. > > I am trying to setup using unixV7 with simh pdp11 emulator. The guide i a= m > following is by Will Senn (in PDF form). I have been able to successfully > get the machine to boot with unix, and login as root. what i am having > problems with, is trying to get telnet access via dci to work. when i > follow the guide and do the following: > > # cd /usr/sys/conf > # rm l.o c.o > # cp hptmconf myconfnf > # echo 4dc >> myconf > # mkconf < myconf > # make > as - -o l.o l.s > cc -c c.c > ld -o unix -X -i l.o mch.o c.o ../sys/LIB1 ../dev/LIB2 > # sum unix > 10314 > 106 > # ls -l unix > -rwxrwxr-x 1 root > 54122 Dec 31 19:09 unix > etc... > > when i issue the mkconf < myconf command, i get a bunch of text printed > out, but with a 'root device not found'. the sum unix value is different, > as well as the size of the ls -l unix file size.. now when i try booting = it > with the newly created mboot.ini file (as per the guide), i go to start u= p > the system with 'hp(0,0)munix' and it starts but hangs with the text 'fau= lt > devtab' > > what am I doing wrong? > > regards, > > Joseph Turco > --00000000000021a27705ced33ba4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
FWI:=C2=A0 You'll probably have better luck with th= e KL/DL interface.=C2=A0 =C2=A0And it's already in the system, since th= e console is on the first one.
# cp hptmconf myconf= nf
# echo 3kl >> myconf


If you are really adv= enturous with=C2=A0simh, then configure the DH11 and it's associated DM= 11 interface, which from a performance standpoint work a lot better and hav= e all the RS-232 signals supported [which is something one of the PiDP folk= s was recently trying to get going].
# echo 2dh >> myconf
# echo dhdm >> myconf
=C2=A0
3D""=E1=90= =A7

On Wed, Oct 20, 2021 at 6:51 PM joseph turco <italian.pepe.32@gmail.com> wrote:
hello all,

i am a new unix user, so please e= xcuse my ignorance.

I am trying to setup usin= g unixV7 with simh pdp11 emulator. The guide i am following is by Will Senn= (in PDF form). I have been able to successfully get the machine to boot wi= th unix, and login as root. what i am having problems with, is trying to ge= t telnet access via dci to work. when i follow the guide and do the followi= ng:

# cd /usr/sys/conf
# rm l.o c.o
# cp hpt= mconf myconfnf
# echo 4dc >> myconf
# mkconf < myconf
# m= ake
as - -o l.o l.s
cc -c c.c
ld -o unix -X -i l.o mch.o c.o ../sy= s/LIB1 ../dev/LIB2
# sum unix
10314
=C2=A0106
# ls -l unix
-= rwxrwxr-x 1 root
=C2=A054122 Dec 31 19:09 unix
etc...

when i issue the mkconf < myconf command, i get a b= unch of text printed out, but with a 'root device not found'. the s= um unix value is different, as well as the size of the ls -l unix file size= .. now when i try booting it with the newly created mboot.ini file (as per = the guide), i go to start up the system with 'hp(0,0)munix' and it = starts but hangs with the text 'fault devtab'

<= div>what am I doing wrong?

regards,

Joseph Turco
--00000000000021a27705ced33ba4--