Difference between revisions of "MINITS"
From Computer History Wiki
(Adding some links.) |
(Category: Chaos) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
* [[Address Resolution Protocol]] | * [[Address Resolution Protocol]] | ||
− | * [[Chaosnet]] - the only full [[protocol suite|protocol family]] supported; the rest are all just partial scraps | + | * [[Chaosnet|Chaos]] - the only full [[protocol suite|protocol family]] supported; the rest are all just partial scraps |
** [[SUPDUP]] | ** [[SUPDUP]] | ||
** [[TELNET]] | ** [[TELNET]] | ||
Line 35: | Line 35: | ||
* [[Interlan NI1010A/NI2010A Ethernet Communications Controller|Interlan NI1010A]] Ethernet interface | * [[Interlan NI1010A/NI2010A Ethernet Communications Controller|Interlan NI1010A]] Ethernet interface | ||
* [[UNIBUS Experimental Ethernet interface|3 Mbit Ethernet]] interface | * [[UNIBUS Experimental Ethernet interface|3 Mbit Ethernet]] interface | ||
− | * Pertek frame buffer | + | * Pertek [[frame buffer]] |
* [[CAMAC]] interface | * [[CAMAC]] interface | ||
Line 52: | Line 52: | ||
** [https://github.com/PDP-10/its/blob/master/src/mits_s/user.7 Process management] | ** [https://github.com/PDP-10/its/blob/master/src/mits_s/user.7 Process management] | ||
** [https://github.com/PDP-10/its/blob/master/src/mits_s/fsm.3 Free Storage Manager] | ** [https://github.com/PDP-10/its/blob/master/src/mits_s/fsm.3 Free Storage Manager] | ||
+ | * [https://github.com/PDP-10/its/blob/master/doc/minits/-how-t.21 How to Build a Terminal Concentrator] - combination of ware, software and boot PROMs | ||
[[Category: PDP-11 Operating Systems]] | [[Category: PDP-11 Operating Systems]] | ||
[[Category: Non-DEC Operating Systems]] | [[Category: Non-DEC Operating Systems]] | ||
[[Category: Networking Software]] | [[Category: Networking Software]] | ||
+ | [[Category: Chaos]] |
Latest revision as of 06:57, 30 July 2024
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)
Contents
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:
- Address Resolution Protocol
- Chaos - the only full protocol family supported; the rest are all just partial scraps
- IP
- PUP
Hardware
Devices supported:
- DH11
- DL11
- DZ11
- DMC11
- DR11
- DUP11
- DTE20, KL10 front end interface
- CH11, Chaosnet interface
- 3com Ethernet interface
- Interlan NI1010A Ethernet interface
- 3 Mbit Ethernet interface
- Pertek frame buffer
- CAMAC interface
See also
External links
- MINITS source code
- Alternative repository
- How to Build a Terminal Concentrator - combination of ware, software and boot PROMs