<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I haven't had a chance to actually try, but you /etc/ttys file looks
somthing like:<br>
<blockquote><tt>16console</tt><br>
  <tt>00tty1</tt><br>
  <tt>00tty2</tt><br>
  <tt>00tty3</tt><br>
  <tt>00tty4</tt><br>
  <tt>00tty5</tt><br>
  <tt>00tty6</tt><br>
  <tt>00tty7</tt><br>
</blockquote>
Change the first digit on the tty1 line to from a 1 to a 0 to make it
look like:<br>
<br>
<blockquote><tt>16console</tt><br>
  <tt>10tty1</tt><br>
  <tt>00tty2</tt><br>
  <tt>00tty3</tt><br>
  <tt>00tty4</tt><br>
  <tt>00tty5</tt><br>
  <tt>00tty6</tt><br>
  <tt>00tty7</tt><br>
</blockquote>
Reboot (or signal init or somthing. I can't remember the  graceful way
of doing it on Version 7)<br>
<br>
<br>
Davis Johnson wrote:
<blockquote cite="mid4ACC6F9C.8070300@frizzen.com" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
Sounds like an edition 7 configuration problem to me.<br>
  <br>
Less likely: /etc/ttys should have a bunch of ttys listed. It probably
does.<br>
More likely: The default kernel is fairly stripped down, it probably
doesn't have the port defined. You probably want to build a kernel with
more memory anyway.<br>
  <br>
I'll probably look this weekend.<br>
  <br>
Tom Manos wrote:
  <blockquote
 cite="midEB9AB12A-7338-4F4D-B467-35D6A31BA90C@concursive.com"
 type="cite">
    <div>Jason,</div>
    <div><br>
    </div>
    <div>Thanks for the pointer for installing V7 on pdp-11. I'm not
sure
how I screwed that one up (multiple times), but this sure worked.</div>
    <div><br>
    </div>
    <div>All,</div>
    <div><br>
    </div>
    <div>After getting it installed, I decided that I like the
Interdata
port better, even though the source tree is not included.</div>
    <div><br>
    </div>
    <div>So... now I'm trying to get the telnet interface to the PAS
device running. I've set it up with the following commands:</div>
    <div><br>
    </div>
    <div>
    <div>
    <div>set ttp ena</div>
    <div>set pas devno=12</div>
    <div>att pas 23000</div>
    <div>att -e dp0 iu7_dp0.dsk</div>
    <div>att -e dp1 iu7_dp1.dsk</div>
    <div>boot dp0</div>
    </div>
    <div><br>
    </div>
    <div>It boots up and runs fine, but when I telnet to localhost on
port 23000, I get...</div>
    <div><br>
    </div>
    <div>
    <div>Connected to localhost.localdomain (127.0.0.1).</div>
    <div>Escape character is '^]'.</div>
    <div><br>
    </div>
    <div><br>
    </div>
    <div>Connected to the Interdata 32b simulator PAS device, line 0</div>
    <div><br>
    </div>
    <div>...and then it freezes. I can see the connection from the simh
console, but get no activity on the telnet side. What am I missing?</div>
    <div><br>
    </div>
    <div>Cheers,</div>
    <div>Tom</div>
    </div>
    </div>
    <div><br class="webkit-block-placeholder">
    </div>
    <div>On Oct 5, 2009, at 3:30 PM, Jason Stevens wrote:</div>
    <div><br class="Apple-interchange-newline">
    <blockquote type="cite"><br>
      <br>
      <div class="gmail_quote">On Mon, Oct 5, 2009 at 2:57 PM, Tom
Manos <span dir="ltr"><<a href="mailto:tmanos@concursive.com">tmanos@concursive.com</a>></span>
wrote:<br>
      <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex; position: static; z-index: auto;">I'm
interested in learning more about Seventh Edition Unix, and<br>
started by trying to install it on SIMH PDP-11. Unfortunately, I could<br>
not get that to work using any set of instructions and disk images I<br>
could find by reading the docs and searching the web, so I eventually<br>
set it up using the Interdata 8/32 simulator. I'm using the following:<br>
Interdata 32b simulator V3.8-1 [32b data, 32b addresses, no Ethernet].<br>
This seems to work fine.<br>
        <br>
I have two questions:<br>
        <br>
1. I would really like to be running on PDP-11. Is there a set of<br>
instructions and disk images that work? Where?<br>
      </blockquote>
      <div> </div>
      <div>I'm going to use this one:</div>
      <div><a href="http://simh.trailing-edge.com/kits/uv7swre.zip">http://simh.trailing-edge.com/kits/uv7swre.zip</a></div>
      <div> </div>
      <div>So first I'm going to create some temp directory and place
my
pdp-11 exe there....</div>
      <div> </div>
      <div>Then let's unzip the zip file..</div>
      <div> </div>
      <div>C:\Temp\uv7>unzip \Users\jsteve\Downloads\uv7swre.zip<br>
Archive:  /Users/jsteve/Downloads/uv7swre.zip<br>
  inflating: AncientUnix.pdf<br>
  inflating: unix_v7_rl.dsk<br>
  inflating: README.txt</div>
      <div> </div>
      <div>Now I'm going to create a small ini file, and put the
following into it:</div>
      <div> </div>
      <div>set cpu u18<br>
set tto 7b<br>
att rl unix_v7_rl.dsk<br>
boot rl</div>
      <div> </div>
      <div>With that done we can boot!</div>
      <div> </div>
      </div>
    </blockquote>
    </div>
    <br>
    <div>etc...</div>
    <pre wrap=""><hr size="4" width="90%">
_______________________________________________
Simh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Simh@trailing-edge.com">Simh@trailing-edge.com</a>
<a class="moz-txt-link-freetext"
 href="http://mailman.trailing-edge.com/mailman/listinfo/simh">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></pre>
  </blockquote>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Simh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Simh@trailing-edge.com">Simh@trailing-edge.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.trailing-edge.com/mailman/listinfo/simh">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></pre>
</blockquote>
<br>
</body>
</html>