Difference between revisions of "MOS operating system"

From Computer History Wiki
Jump to: navigation, search
m (See also: +initial apps)
(TIU was first)
Line 1: Line 1:
The '''MOS operating system''' (formally the 'Micro Operating System', but informally 'Mathis' Operating System', after the creator, Jim Mathis of [[SRI International|SRI]]) was a cooperative [[multi-tasking]] [[operating system]], originally for the [[PDP-11]], used for a number of [[packet switch]]es and similar network applications. It was almost certainly written as part of the [[Terminal Interface Unit]] or [[Port Expander]] projects (likely the former), the first two [[application]]s which used it.
+
The '''MOS operating system''' (formally the 'Micro Operating System', but informally 'Mathis' Operating System', after the creator, Jim Mathis of [[SRI International|SRI]]) was a cooperative [[real-time]] [[multi-tasking]] [[operating system]], originally for the [[PDP-11]], used for a number of [[packet switch]]es and similar network applications. It was initially written as part of the [[Terminal Interface Unit]] project, the first [[application]] which used it.
  
 
It supported [[process]]es (but not [[preemption]], or creation/termination of processes - all processes were created at system [[linking]] time), queued inter-process messages, asynchronous I/O, and allocation and freeing of [[main memory]]; it had no [[file system]] or other support for [[secondary storage]].
 
It supported [[process]]es (but not [[preemption]], or creation/termination of processes - all processes were created at system [[linking]] time), queued inter-process messages, asynchronous I/O, and allocation and freeing of [[main memory]]; it had no [[file system]] or other support for [[secondary storage]].
Line 11: Line 11:
 
==See also==
 
==See also==
  
* [[Terminal Interface Unit]]
 
 
* [[Port Expander‎]]
 
* [[Port Expander‎]]
 
* [[ANTS terminal system]]
 
* [[ANTS terminal system]]

Revision as of 14:26, 6 November 2021

The MOS operating system (formally the 'Micro Operating System', but informally 'Mathis' Operating System', after the creator, Jim Mathis of SRI) was a cooperative real-time multi-tasking operating system, originally for the PDP-11, used for a number of packet switches and similar network applications. It was initially written as part of the Terminal Interface Unit project, the first application which used it.

It supported processes (but not preemption, or creation/termination of processes - all processes were created at system linking time), queued inter-process messages, asynchronous I/O, and allocation and freeing of main memory; it had no file system or other support for secondary storage.

The original version was written in MACRO-11, the assembly language for the PDP-11; it was later re-written at least three times in C: at BBN, at UCL, and at Proteon. The first and last versions were portable; the latter also ran on the MC68000 and AMD29000.

All were somewhat extended from the original; the first two fairly extensively, the latter only to make use of up-calls in the I/O system, and to support pseudo-terminals.

See also

External links