1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-02-28 01:26:28 +00:00

6 Commits

Author SHA1 Message Date
tim.newsham
e99c4a3430 - Prefer Bob Supnik's pdp11_ke.c since it will be the official one.
had to move "d sr" to before "set ke enable" because of conflict with
  ke's "sr".  Notified Bob, hopefully this will go away.
2008-05-17 20:20:01 +00:00
warren.toomey
2a8296053d Warren decided that he didn't want to write a proper DC-11 device for Simh.
Instead, he has taken Tim's patch, and modified the pdp11_dl.c code so that
the address and the carrier detect can be set at runtime to behave like a DC11.
Here are the simh.cfg lines you need to add once you apply the KL.diff patch
to Simh:

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
2008-05-09 13:15:26 +00:00
warren.toomey
478cc036f4 Effectively these are the same as Tim's hack to get DC11 support into Simh.
We might as well do it properly, so this is a start at proper DC11 support.
2008-05-07 11:43:09 +00:00
tim.newsham
9d5c143c45 - oops, missed one line. 2008-05-07 03:14:43 +00:00
tim.newsham
fba77e8a61 - fixed KE diff. 2008-05-07 03:04:46 +00:00
warren.toomey
ff75494557 Added Brad Parker's pdp11_ke.c into misc/ until it gets into Simh proper. 2008-05-07 00:55:53 +00:00