<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="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">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>PDP-11 simulator V3.8-1<br>Disabling XQ</div>
<div>@</div>
<div> </div>
<div>Now with the boot block executed, we load the boot programme:</div>
<div> </div>
<div>@boot<br>New Boot, known devices are hp ht rk rl rp tm vt<br>:</div>
<div> </div>
<div>From here we specify our kernel:</div>
<div> </div>
<div> : rl(0,0)rl2unix<br>mem = 177856</div>
<div>#</div>
<div> </div>
<div>We are now dropped into single user mode.  I'd probably change the root password.</div>
<div> </div>
<div># passwd root</div>
<div> </div>
<div>Anyways hitting control+d will kill the single user shell and bring it up in multi user:</div>
<div> </div>
<div># Restricted rights: Use, duplication, or disclosure<br>is subject to restrictions stated in your contract with<br>Western Electric Company, Inc.<br>Thu Sep 22 05:49:24 EDT 1988</div>
<div>login:</div>
<div> </div>
<div> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>2. I would like to telnet in to the V7 system, but am having trouble<br>making it work after reading the docs. Can someone point me to a good<br>
set of instructions, or show me how to set up SIMH and the 8/32 to<br>allow telnet?<br></blockquote>
<div> </div>
<div>From what I understand here: <a href="http://www.ljosa.com/~ljosa/v7-dz11">http://www.ljosa.com/~ljosa/v7-dz11</a></div>
<div>You are going to have to rebuild a kernel to enable the dz support... I'll have to try that later.  But this should be enough to boot up.</div>
<div> </div>
<div>You can also check out this page: <a href="http://homepages.fh-giessen.de/~hg53/pdp11-unix/">http://homepages.fh-giessen.de/~hg53/pdp11-unix/</a></div>
<div> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Thanks,<br>Tom<br></blockquote>
<div> </div>
<div>No worries.</div></div>