The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: wkt@tuhs.org (Warren Toomey)
Subject: [Unix-jun72] DC-11 quick hack
Date: Fri, 9 May 2008 23:18:15 +1000	[thread overview]
Message-ID: <20080509131815.GA8761@minnie.tuhs.org> (raw)
In-Reply-To: <Pine.BSI.4.64.0805062049550.20114@malasada.lava.net>

On Tue, May 06, 2008 at 09:04:26PM -1000, Tim Newsham wrote:
> 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

I was going to write a proper DC-11 device for Simh, but Tim's patch to
the DL11 was so small that I decided it would be easier to allow runtime
configuration of the DL11 to behave like a DC11. I've just added misc/DL.diff
to our subversion tree. If you apply this patch to Simh, then you can add
these lines to your simh.cfg to make 8 DC-11 devices:

set ttix en                             ; Enable DC/DL-11 device
set ttix lines=8                        ; We want 8 serial ports
set ttix address=17774000               ; Set the address to be a DC-11
set ttix carrier=dc                     ; Turn on the DC-11 carrier detect bit
set ttox 7b                             ; Set output to be 7-bit, lowercase
att ttix 5555                           ; Attach serial ports to telnet 5555

I hope we can get the change into the Simh tree.

Cheers,
	Warren



      parent reply	other threads:[~2008-05-09 13:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-07  7:04 Tim Newsham
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 [this message]

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=20080509131815.GA8761@minnie.tuhs.org \
    --to=wkt@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).