Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-09 Thread Michael Bloom
On 07/08/2012 09:22 AM, Johnny Billquist b...@softjar.se wrote: On 2012-07-08 13:58, Michael Bloom wrote: version of TECO, it might be beneficial to make as much use of local Q registers (those with two char names beginning with .), so that you don't unintentionally accumulate data that you no

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-09 Thread Johnny Billquist
On 2012-07-09 17:29, Michael Bloom wrote: On 07/08/2012 09:22 AM, Johnny Billquist b...@softjar.se wrote: On 2012-07-08 13:58, Michael Bloom wrote: version of TECO, it might be beneficial to make as much use of local Q registers (those with two char names beginning with .), so that you don't

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-09 Thread Shoppa, Tim
Well, the HTTP protocol is almost more or less just a glorified cat... There isn't that much to it, really. HTTP is more like CRUD (create, read, update, delete) than cat. http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-08 Thread Michael Bloom
On 07/07/2012 10:09 AM, Johnny Billquist b...@softjar.se wrote: What is left is actually writing the code, something that seems to get much less attention... Johnny Good point. I had written a message last night which considered this, but did not get around to sending it. It also

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-08 Thread Johnny Billquist
On 2012-07-08 18:08, Richard wrote: In article 4ff9af5c.6060...@softjar.se, Johnny Billquist b...@softjar.se writes: Ah! I had never noticed that the string building characters for a search were also allowed in the file commands. Thanks. They are allowed in *any* text argument to a

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-07 Thread Göran Åhling
Well, I'd used the word Weakest to describe this aspect of a computer... Without reading any PDP-11 architecture handbook (today), I'd like to claim the initial design, the 11/20, to have the weakest architecture within the PDP-11 family, it was released in 1970. Just as all (almost) PDP:s

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-07 Thread Davis Johnson
I would have to concur. I have a physical 11/05. The 11/05 (same CPU as the 11/10) and it is nowhere near as capable as an 11/03. For a while there DEC had a tendency to release two new machines at a time. One would out perform the previous flagship processor, probably not costing too much

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-07 Thread Johnny Billquist
I should point out that the LSI-11 does not have EIS in the basic CPU. It's an option you can add, which have both EIS and FIS (the KEV-11, horrible :-) ). The LSI-11 is also 16-bit addresses only. I tried finding any information about the speed of the thing, but failed. But I think it is

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-07 Thread Richard
In article 4ff86d51.8080...@softjar.se, Johnny Billquist b...@softjar.se writes: Anyway, unless the OP actually aim to find a real 11/03, I fail to see the point here. Well, it so happens that I do have an 11/03, although I wasn't thinking of running this little dog-and-pony show on the

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-07 Thread Johnny Billquist
On 2012-07-07 22:06, Richard wrote: In article 4ff872b4.5000...@softjar.se, Johnny Billquist b...@softjar.se writes: So, an 11/05 or 11/10 it is, if you want the slowest PDP-11. I wasn't thinking slowest so much as minimally configured. I can make any machine slow by putting in a

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-07 Thread Johnny Billquist
On 2012-07-07 23:05, Richard wrote: In article 4ff89f2f.4060...@softjar.se, Johnny Billquist b...@softjar.se writes: That part I can handle on my own and I've already started looking at it. It's really not that difficult, but requires a few advanced TECO tricks (ER with substituting the

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-06 Thread Göran Åhling
11/21 Falcon board, ie KXT11-{AA|AB|BA|CA} is a single-board, Dual-wide (to use DEC descriptions counting the number of contact finger groups on the card-edge) for earlier versions, quad-wide for -CA PDP-11 CPU board with integrated memory and 2 or 3 serial ports. The last version could have

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-06 Thread Johnny Billquist
On 2012-07-06 21:04, Richard wrote: When I say small, I'm referring to computational capacity, not physical dimensions. Excellent. Now we have something more tangible. I think I already pointed this out, but we might as well repeat it. RT-11 can run on any PDP-11 CPU, including an 11/03,

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-05 Thread Johnny Billquist
On 2012-07-05 07:34, Richard wrote: In article 4ff4dee5@softjar.se, Johnny Billquist b...@softjar.se writes: I'm not totally clear about what smallest mean here. Common sense meaning. PDP-11/70 is bigger than a PDP-11/34. Ok. So, pick the smallest. A VT103 should qualify pretty

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-05 Thread Michael Richter
Perhaps I'm showing stunning naivete here, but … couldn't you just get all your stuff working (TECO and TCP/IP or whatever you use instead) on a large PDP-11 emulation and then reduce it to the smallest configuration you can find? Or is the experimental approach somehow bad, even though it

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-05 Thread Johnny Billquist
On 2012-07-05 18:18, Richard wrote: In article CAGKutLuhRyAk+tNLtDivRX12n4HB=cXGfAJxfkGHZJE_pmav=g...@mail.gmail.com, Michael Richter ttmrich...@gmail.com writes: Perhaps I'm showing stunning naivete here, but ... couldn't you just get all your stuff working (TECO and TCP/IP or whatever

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-05 Thread Alan Frisbie
And people who know PDP-11s are asking them self smallest pdp-11, what is that? The smallest one I recall was put together by John Crowell, and was based on an 11/21 Falcon board. My memory is a bit hazy (hey, it was 30 years ago!), but it had one or two TU58 drives and ran RT-11 (anyone who

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-04 Thread Johnny Billquist
On 2012-07-04 21:49, Richard wrote: In article 4ff3cdb3.3010...@dslextreme.com, Michael Bloom mabl...@dslextreme.com writes: All you really need is some kind of box that runs TECO and has sockets, right? ...if all I cared about was the TECO part, yeah. But no, that's not all I care

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-07-02 Thread Johnny Billquist
On 2012-07-01 16:29, Richard wrote: In article 4fee0fe0.9050...@softjar.se, Johnny Billquist b...@softjar.se writes: But to prove that it works, you need to do that sooner or later. Once you've solved all the TECO issues, you can look at at machine to run it on. ...which, by the way,

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-06-29 Thread Shoppa, Tim
In terms of sweet and small, you want Alan Baldwin's TCP/IP for RT-11 implementation. http://shop-pdp.kent.edu/ It has a very nice and sensible TCP/IP application interface and in fact comes with a webserver and other common TCP/IP applications and utilities.

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-06-29 Thread Al Kossow
On 6/29/12 10:48 AM, Richard wrote: In article303A17BD5F8FA34DA45EEC245271AC0B251BAEAE@JGEX2K10MBX2.wmata.local, Shoppa, Timtsho...@wmata.com writes: In terms of sweet and small, you want Alan Baldwin's TCP/IP for RT-11 implementation. http://shop-pdp.kent.edu/ Wait... 512K of system

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-06-29 Thread Johnny Billquist
On 2012-06-29 19:58, Richard wrote: In article 4fedec05.8050...@bitsavers.org, Al Kossow a...@bitsavers.org writes: On 6/29/12 10:48 AM, Richard wrote: In article303a17bd5f8fa34da45eec245271ac0b251ba...@jgex2k10mbx2.wmata.loca l, Shoppa, Timtsho...@wmata.com writes: In terms

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-06-29 Thread Johnny Billquist
On 2012-06-29 20:40, Richard wrote: In article 4fedf01a.9010...@softjar.se, Johnny Billquist b...@softjar.se writes: So, setup (or log into) any PDP-11 with TECO. Write your TECO macro that reads and verifies the HTTP request, and makes a response. Done. Yeah, but not really a

Re: [Simh] smallest pdp-11 that can run TECO and sockets(*)?

2012-06-28 Thread Nelson H. F. Beebe
The kermit system may do what you want: it exists for many historical, and current, platforms, and newer versions support network interconnects as well as the traditional serial line connects. See http://www.columbia.edu/kermit/ http://www.kermitproject.org/