Re: [Simh] DMA access to the IO page

2018-09-05 Thread Angelo Papenhoff
On 06/09/18, Lars Brinkhoff wrote: > > Apparently, the GT40 does this. So... problems. > > Yes, the boot ROM includes instructions for the VT11 display processor. > > Admittedly, I'm quite clueless when it comes to details about the PDP-11 > and Unibus. The vt_fetch function in pdp11_vt.c does g

Re: [Simh] DMA access to the IO page

2018-09-05 Thread Lars Brinkhoff
> Apparently, the GT40 does this. So... problems. Yes, the boot ROM includes instructions for the VT11 display processor. Admittedly, I'm quite clueless when it comes to details about the PDP-11 and Unibus. The vt_fetch function in pdp11_vt.c does go through the I/O map, but apparently that by i

[Simh] DMA access to the IO page

2018-09-05 Thread Bob Supnik
Apparently, the GT40 does this. So... problems. 1. The original simulator I wrote didn't support DMA to IO space. Code for this was added in V4, but the code conformed to the internal simulator convention that all addresses are 22b wide. This is certainly not the case for Unibus DMA devices; t

Re: [Simh] Simulated PDP-7 Unix V0?

2018-09-05 Thread Clem Cole
Before I begin.. I need to warn you. I'm not a lawyer, although I have been trained in a bunch of this specific topic from my days as an expert witness, working with the both the LCC Lawyers, the DEC Lawyers and now I actually am trained and teach the internal required course of all SW engineers at

Re: [Simh] Simulated PDP-7 Unix V0?

2018-09-05 Thread Paul Koning
> On Sep 5, 2018, at 10:38 AM, Clem Cole wrote: > > below... > > On Wed, Sep 5, 2018 at 7:36 AM Al Kossow wrote: > On 9/5/18 4:24 AM, Al Kossow wrote: > > > > > So the newer UNIXes are in the clear. I doubt anyone actually cares about > > version 0 either, but technically it's still under c

Re: [Simh] Simulated PDP-7 Unix V0?

2018-09-05 Thread Clem Cole
gad dyslexia sucks... the sentence was supposed to say: This is true for all UNIX implementations, including the UNIX-like/work alikes from Idris, Coherent, Sol, and Linux ᐧ On Wed, Sep 5, 2018 at 10:38 AM Clem Cole wrote: > below... > > On Wed, Sep 5, 2018 at 7:36 AM Al Kossow wrote: > >> On

Re: [Simh] Simulated PDP-7 Unix V0?

2018-09-05 Thread Clem Cole
below... On Wed, Sep 5, 2018 at 7:36 AM Al Kossow wrote: > On 9/5/18 4:24 AM, Al Kossow wrote: > > > > > So the newer UNIXes are in the clear. I doubt anyone actually cares > about > > version 0 either, but technically it's still under copyright. > > http://digital-law-online.info/lpdi1.0/treat

Re: [Simh] Simulated PDP-7 Unix V0?

2018-09-05 Thread Ray Jewhurst
Here is a project I found put together from the original programming notes. It's not complete but it runs on Simh and gives you an idea of what it can do. https://github.com/DoctorWkt/pdp7-unix On Wed, Sep 5, 2018, 9:11 AM Paul Koning wrote: > > > > On Sep 5, 2018, at 7:24 AM, Al Kossow wrote:

Re: [Simh] Simulated PDP-7 Unix V0?

2018-09-05 Thread Paul Koning
> On Sep 5, 2018, at 7:24 AM, Al Kossow wrote: > > > https://www.ioccc.org/2018/mills/hint.text > > I guess he doesn't know there is a running PDP-7 in Seattle Or SIMH -- which includes PDP-7 emulation, doesn't it? Certainly PDP-9, which presumably could be tweaked if need be quite easily.

Re: [Simh] TMXR: attach lines to separate ports?

2018-09-05 Thread Mark Pizzolato
On Wednesday, September 5, 2018 at 12:31 AM, Lars Brinkhoff wrote: > I'm running ITS on the PDP-10 simulator. ITS has a built-in configuration for > each DZ11 line. That includes speed, terminal type, etc. > > For example, the GT40 I mentioned in another thread was connected to one > particular

Re: [Simh] Simulated PDP-7 Unix V0?

2018-09-05 Thread Al Kossow
On 9/5/18 4:24 AM, Al Kossow wrote: So the newer UNIXes are in the clear. I doubt anyone actually cares about version 0 either, but technically it's still under copyright. http://digital-law-online.info/lpdi1.0/treatise17.html I don't think that is true since it predates the 1976 removal

[Simh] Simulated PDP-7 Unix V0?

2018-09-05 Thread Al Kossow
https://www.ioccc.org/2018/mills/hint.text I guess he doesn't know there is a running PDP-7 in Seattle About the Program = The program came about when I was looking for something to honor the pending 50th anniversary of the C language (because of the mercurial nature of IOCCC

Re: [Simh] Simulating a GT40

2018-09-05 Thread Mark Pizzolato
On Tuesday, September 4, 2018 at 12:21 PM, Timothe Litt wrote: > On 04-Sep-18 15:09, Paul Koning wrote: > > On Sep 4, 2018, at 3:06 PM, Lars Brinkhoff wrote: > > > Timothe Litt wrote: > > > > If a ROM device is added to the -11, I suggest that: > > > > a) It be capable of multiple units > > > > b)

Re: [Simh] Simulating a GT40

2018-09-05 Thread Lars Brinkhoff
I see some PDP-11 models went to console ODT mode when executing the HALT instruction. This could also be added to SIMH, as an option. ___ Simh mailing list Simh@trailing-edge.com http://mailman.trailing-edge.com/mailman/listinfo/simh

[Simh] TMXR: attach lines to separate ports?

2018-09-05 Thread Lars Brinkhoff
Hello, I'm running ITS on the PDP-10 simulator. ITS has a built-in configuration for each DZ11 line. That includes speed, terminal type, etc. For example, the GT40 I mentioned in another thread was connected to one particular line and some applications have built-in knowledge about this. As fa