Difference between revisions of "Talk:NSWIT"

From Computer History Wiki
Jump to: navigation, search
(Links to NCP code.)
 
(Newman: Yes, that was my guess)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
In case someone wants to check:
 
In case someone wants to check:
* [https://github.com/pdp11/nswit/blob/master/sail/cbf.ncp/imp.pal/491 IMP interface]
+
* [https://github.com/pdp11/nswit/blob/master/sail/imp.pal%5bncp%2Ccbf%5d491 IMP interface]
* [https://github.com/pdp11/nswit/blob/master/sail/cbf.ncp/ncp.pal/490 Host/Host protocol]
+
* [https://github.com/pdp11/nswit/blob/master/sail/ncp.pal%5bncp%2Ccbf%5d490 Host/Host protocol]
* [https://github.com/pdp11/nswit/blob/master/sail/cbf.ncp/tn.pal/490 TELNET server]
+
* [https://github.com/pdp11/nswit/blob/master/sail/tn.pal%5bncp%2Ccbf%5d490 TELNET] - server code commented out however
 +
 
 +
== Newman ==
 +
 
 +
Reading the NMCVR file, I get the impression the Newman device might be a Chaos network interface, perhaps with DMA.  No wait, reading NMDFS I see it can talk several PDP-11 machines.  So some kind of message passing?  The device is also called the "NM-crock", and referred to as a "memory system". [[User:Larsbrinkhoff|Larsbrinkhoff]] ([[User talk:Larsbrinkhoff|talk]]) 08:24, 10 February 2025 (CET)
 +
 
 +
It seems to be a multiprocessor shared memory.  Each processor can map in one or two windows into this memory, and also send interrupts to other processors. [[User:Larsbrinkhoff|Larsbrinkhoff]] ([[User talk:Larsbrinkhoff|talk]]) 09:57, 10 February 2025 (CET)
 +
 
 +
: Yes, that was roughly my guess ([[Talk:Network Control Program (ARPANET)#What is an NCP implementation?|here]]) - "maybe a shared memory between several machines". The details are interesting - if you work them out, maybe do a page on it? [[User:Jnc|Jnc]] ([[User talk:Jnc|talk]]) 16:51, 10 February 2025 (CET)

Latest revision as of 17:51, 10 February 2025

NCP code

In case someone wants to check:

Newman

Reading the NMCVR file, I get the impression the Newman device might be a Chaos network interface, perhaps with DMA. No wait, reading NMDFS I see it can talk several PDP-11 machines. So some kind of message passing? The device is also called the "NM-crock", and referred to as a "memory system". Larsbrinkhoff (talk) 08:24, 10 February 2025 (CET)

It seems to be a multiprocessor shared memory. Each processor can map in one or two windows into this memory, and also send interrupts to other processors. Larsbrinkhoff (talk) 09:57, 10 February 2025 (CET)

Yes, that was roughly my guess (here) - "maybe a shared memory between several machines". The details are interesting - if you work them out, maybe do a page on it? Jnc (talk) 16:51, 10 February 2025 (CET)