Trusted Execution Environment

From MgmtWiki
Revision as of 21:35, 24 July 2018 by Tom (talk | contribs) (Context)

Jump to: navigation, search

Full Title or Meme

Context

The origin of computers built with any sort of trusted execution is an IBM 7094 with two separate memory banks with a switch that was designed and built at MIT to support CTSS, the Compatible Time Sharing System. One bank ran kernel code and the other user code, although those were not the terms used at that time.

The following quote is a description of the method to switch between user (slave) and kernel (master) modes in the GE 645.[1]

  • Because it was felt desirable to make it possible to branch easily between various programs including between slave and master programs, a certain degree of insurance has to be built into the hardware to guarantee that spurious branches would not take place into the middle of master mode programs from slave programs. As a consequence, a master mode procedure when viewed from a slave mode procedure appears to be a segment which can neither be written nor read. Further, the only method of addressing this segment that is permitted is a branch to the 0th location. Any attempt to get at other locations by branch, execute, return or any other instructions will result in an improper procedure fault causing an appropriate interrupt.

IBM did not want to be left out of the time-sharing market and so build the 360/67 to support time-sharing. It did not fit into their normal marketing program as was not successful in the same way that the rest of the 360 line of computers was.

References

  1. E. L. Glaser +2, System Design of a Computer for Time Sharing Applications, 1965 Fall Joint Computer Conference