The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Will Senn <will.senn@gmail.com>
To: tuhs@minnie.tuhs.org
Subject: Re: [TUHS] having issues with simh and setting up dci for unixV7
Date: Wed, 20 Oct 2021 18:14:46 -0500	[thread overview]
Message-ID: <de29f351-e861-daf2-a893-82e18bd728b6@gmail.com> (raw)
In-Reply-To: <CADhp54Q3Az8XyCs_=WuzGGP8kb01Ge5ppsaghJ18KkzSCW9ytw@mail.gmail.com>

Hi Joseph,

# cp hptmconf myconfnf
# echo 4dc >> myconf

looks like a typo. If you actually typed this, all that would be in 
myconf would be 4dc. You need the contents of hptmconf plus 4dc. 
Otherwise you'd be missing some important devices.

Will

On 10/20/21 5:50 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 am 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 up the system with 'hp(0,0)munix' and it starts 
> but hangs with the text 'fault devtab'
>
> what am I doing wrong?
>
> regards,
>
> Joseph Turco


  reply	other threads:[~2021-10-20 23:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-20 22:50 joseph turco
2021-10-20 23:14 ` Will Senn [this message]
2021-10-20 23:37   ` Larry McVoy
2021-10-21  1:58 ` Clem Cole
2021-10-22 13:42   ` joseph turco

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=de29f351-e861-daf2-a893-82e18bd728b6@gmail.com \
    --to=will.senn@gmail.com \
    --cc=tuhs@minnie.tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).