Difference between revisions of "MINITS"

From Computer History Wiki
Jump to: navigation, search
m (See also: add)
m (Networking: dab NCP)
Line 8: Line 8:
 
==Networking==
 
==Networking==
  
The MINITS [[source]] calls lots of things 'NCPs', but these have nothing to do with the 'real' [[Network Control Program|NCP]]. In fact, MINITS doesn't support any [[IMP interface]]s. The use of 'NCP' was just a terminological affliction among the CHAOS people, to whom 'NCP' apparently meant 'protocol implementation' or 'network code'.
+
The MINITS [[source]] calls lots of things 'NCPs', but these have nothing to do with the 'real' [[Network Control Program (ARPANET)|NCP]]. In fact, MINITS doesn't support any [[IMP interface]]s. The use of 'NCP' was just a terminological affliction among the CHAOS people, to whom 'NCP' apparently meant 'protocol implementation' or 'network code'.
  
 
[[Data network|Networking]] [[protocol]]s supported:
 
[[Data network|Networking]] [[protocol]]s supported:

Revision as of 10:56, 5 June 2022

MINITS was a PDP-11 multi-tasking operating system created at MIT, primarily for use in data network hosts. It was mostly used in the MIT network for 'bridges' (routers, to use the contemporary nomenclature) and terminal concentrators. It was also used to drive graphics terminals, and provide Chaosnet front ends to KL10 processors.

Its design is vaguely reminiscent of ITS. It provided:

  • creation and termination of processes
  • a fairly sophisticated main memory allocation system (freed adjoining blocks were automatically combined)

Networking

The MINITS source calls lots of things 'NCPs', but these have nothing to do with the 'real' NCP. In fact, MINITS doesn't support any IMP interfaces. The use of 'NCP' was just a terminological affliction among the CHAOS people, to whom 'NCP' apparently meant 'protocol implementation' or 'network code'.

Networking protocols supported:

Hardware

Devices supported:

See also

External links