The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: newsham@lava.net (Tim Newsham)
Subject: [Unix-jun72] DC-11 quick hack
Date: Tue, 6 May 2008 21:04:26 -1000 (HST)	[thread overview]
Message-ID: <Pine.BSI.4.64.0805062049550.20114@malasada.lava.net> (raw)

Ok, I had some initial success with a quick and dirty hack.

   - apply the attached patch to your simh tree and rebuild pdp11
     and copy it into your tools directory.
     - maps the TTIX device into the DC11 space
     - forces the CSR to return the carry-detect bit as always on
   - edit build/init.s and uncomment some or all of the ttys
     build it and place it on your drive:
     $ vi build/init.s
     $ tools/as build/init.s
     $ cp b.out build/root/etc/init
     $ tools/mkfs -p fs/Readme build/root rf0.dsk rf
   - copy your simh.cfg to simh2.cfg and add these lines before
     the "go" line:
     set ttix en
     set ttix lines=8
     att ttix 5555
   - run "./simh2.cfg"

at this point you can telnet to port 5555 and enjoy a multi user
unix system.  This lacks a lot of polish and needs a bit of work
yet, but its quick and dirty.

You'll have to revert to the old init if you want to use the normal
simh.cfg since the kernel will panic when opening the other ttys
if the DC11 hardware isnt attached.

Tim Newsham
http://www.thenewsh.com/~newsham/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: simh-dc11.patch
Type: application/x-patch
Size: 1220 bytes
Desc: 
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20080506/27ed877e/attachment.bin>


             reply	other threads:[~2008-05-07  7:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-07  7:04 Tim Newsham [this message]
2008-05-07  9:30 ` Warren Toomey
2008-05-07 10:31 ` Warren Toomey
2008-05-07 13:04   ` Brad Parker
2008-05-09 13:18 ` Warren Toomey

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=Pine.BSI.4.64.0805062049550.20114@malasada.lava.net \
    --to=newsham@lava.net \
    /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).