MCP: Difference between revisions
From Cibernética Americana
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
I was a systems programmer in a Burroughs shop as my second job out of college. The first referent of the acronym is the [[Burroughs_MCP_Architecture|operating system]] of the same name. | I was a systems programmer in a Burroughs shop as my second job out of college. The first referent of the acronym is the [[Burroughs_MCP_Architecture|operating system]] of the same name. | ||
== 4715 == | == 4715 Story == | ||
<<MCP>> is the operating system abstraction on a single node of a cluster, or cloud of computers with fast interconnectivity, miniminally 1 gigabit per second. The MCPs operate as the nodes of a larger OS construct, the DCP or domain control program. MCP itself has these components/layers: | |||
* The top level which is a lisp image running a generic blackboard model of realtime operatons control. | * The top level which is a lisp image running a generic blackboard model of realtime operatons control. | ||
| Line 14: | Line 14: | ||
* A modified linux kernel to support the above. | * A modified linux kernel to support the above. | ||
== 4716 == | == 4716 == | ||