GE 645

Last updated
GE-645 idealized configuration GE-645-mainframe-1968.png
GE-645 idealized configuration

The GE 645 mainframe computer was a development of the GE 635 for use in the Multics project. This was the first computer that implemented a configurable hardware protected memory system. It was designed to satisfy the requirements of Project MAC to develop a platform that would host their proposed next generation time-sharing operating system (Multics) and to meet the requirements of a theorized computer utility. [1] The system was the first truly symmetric multiprocessing machine to use virtual memory, it was also among the first machines to implement what is now know as a translation lookaside buffer, [2] [3] [4] the foundational patent for which was granted to John Couleur and Edward Glaser. [5]

Contents

General Electric initially publicly announced the GE 645 at the Fall Joint Computer Conference [1] [3] in November 1965. At a subsequent press conference in December [6] [7] of that year it was announced that they would be working towards "broad commercial availability" [8] of the system. However they would subsequently withdraw it from active marketing at the end of 1966. [8] In total at least 6 sites ran GE 645 systems in the period from 1967 to 1975. [9]

System configuration

The basic system configuration consisted of a combination of 4 basic modules [4] [10] these were:

US3525080 Patent showing GE-645 US3525080-GE-645-01.png
US3525080 Patent showing GE-645

The System Controller Modules (SCM) effectively acted as the heart of the system. These were passive devices which was connected to each active device (Processor, GIOC, EMU) and provided the following: [4] [11]

Compared to the rest of the 600 series the 645 did not use the standard IOC's (input/output controllers) for I/O. Nor did it use the DATANET-30 front end processor for communications. Instead both sets of functionality was combined into one unit called a GIOC (Generalized I/O Controller) which provided dedicated channels for both Peripheral (Disc/Tape) and Terminal I/O. [4] [12] The GIOC acted as an Active Device and was directly connected to memory via dedicated links to each System Controller that was present in a specific configuration.

The Extended Memory Unit, though termed a drum, was in reality a large fixed-head hard disk with one head per track, [13] this was a OEM product from Librascope. [13] [14] The EMU consisted of 4,096 tracks providing 4MW (megawords) of storage (equivalent to 16MB). Each track had a dedicated read/write head, these were organised into groups of 16 "track sets" which are used to read/write a sector. A sector is the default unit of data allocation in the EMU and is made up of 80 words, of which 64 words are data and the remaining 16 were used as a guard band. [4] The average transfer rate between the EMU and memory was 470,000 words per second, all transfers were 72-bits (two words) wide, with it taking 6.7μs to transfer 4 words. [4] The unit had a rotational speed of 1,725 rpm, which ensured an average latency of 17.4 milliseconds. [4]

GE 645 System Configurations [4]
ComponentSmallTypicalLarge
System Configuration Console112
Processor124
GIOC123
System Controllers

Total Capacity (Words)

2

128K

4

256K

8

1024K

Extended Memory Unit

Total capacity (Words)

1

4096K

1

4096K

1

4096K

Fixed disc (Words)33M67M134M
Magnetic Cards (Words)--113M226M
Magnetic tape handlers41632
Printers246
Card Readers123
Card Punches122
Perforated Tape--12
Channels for TTY's64192384
Channels for voice-grade communication lines

for remote terminals such as such as

DATANET-760 / GE-115

--1218

Architecture

Processor Modes

The GE-645 has two modes of Instruction Execution (Master and Slave) inherited from the GE-635, however it also adds another dimension by having two modes of memory addressing (Absolute and Appending). When the process is executing in Absolute Mode addressing is limited to 218 words of memory and any instructions are executed in Master mode. In comparison Append Mode calculates the address using "Appending Words" with an address space of 224 words and with instruction execution occurring in either Master or Slave modes. [15]

Slave Mode

By default this is normal mode that the processor should be executing in at any point in time. Nearly all instructions will run in this mode aside from a small set of privileged instructions which cannot execute in this mode. Execution of such instructions will trigger an illegal procedure fault, also the ability to inhibit interrupts (bit 28 of instruction word) is forbidden. Format of instruction addresses is via the Appending Process.

Master Mode

In this mode the processor can execute all instructions and is able to inhibit interrupts while doing so. Like in Slave mode the default form of address formation is via the Appending Process.

Absolute Mode

All instructions can be executed in this mode and full access is given to any privileged features of the hardware. Interrupts can be inhibited and instruction fetching is limited to a 218 (18-bit) absolute address thus restricting the processor to only been able to access the lower 256 KW of physical core memory. The processor will switch to this mode in the event of a fault or interrupt and will remain in it until it executes transfer instruction whose operand address has been obtained via the appending process.

Appending Mode

By default this is normal mode of Memory addressing, both Master and Slave modes normally operate in this mode. Indirect words and operands are accessed via Appending Mechanism via the process of placing a 1 in bit 29 of the executed instruction. Effective addresses are thus either added to a base address, or the offset is linked to the base address.

FunctionsMode
SlaveMasterAbsolute
Privileged instructionsNoYesYes
Interrupt inhibit (bit 28 of instruction word)NoYesYes
Address for Instruction fetchAppendingAppendingAbsolute
Address for Operand fetchAppendingAppendingControlled by Bit 29 of instruction word
Restriction of access to other segments or pagesSomeSome (less restrictive than slave)N/A

Functional Units

GE 645 processor Functional Units Ge645-processor.png
GE 645 processor Functional Units

The 645 processor was divided into four major functional units these were: [15]

One of the key differences from the GE 635 was the addition of "appending unit" (APU) which was used to implement a hybrid "Paged Segmentation" model of virtual memory. The APU was also used to implement a single-level store which is one of the fundamental abstraction that Multics is built around. The instruction format was also extended with the previously unused bit 29 controlling whether the operand address of an instruction used an 18-bit format (bit 29 = 0) or one that was made up of a 3-bit Base Register address with a 15-bit offset (bit 29 = 1). [4] :18,22 [15]

The instruction format with bit 29 set to 1 is:

                          1 1       2 2 2 2 3    3         0 2 3             7 8       6 7 8 9 0    5        +---+---------------+---------+-+-+-+------+        |BR |       Y       |  OP     |0|I|1| Tag  |        +---+---------------+---------+-+-+-+------+ 

Address base registers

The GE 645 had 8 Address Base Registers (abr's), [17] these could operate in either "paired" or "unpaired" modes. [18] The later Honeywell 6180 changed these to 8 pointer registers. Each abr was 24-bits wide consisting of 18 bits for an address and 6 bits for control functions. [19]

One bit of the control functions field indicates where an abr is "internal" or "external". If an abr is internal, another 3-bit subfield of the control functions field specifies another abr with which this abr is paired; that other abr is external, with the external abr containing a segment number in the address field and the internal abr containing an offset within the segment specified by the external abr. [15] :4–4 If an instruction or an indirect word refers to an external abr, the address field in the instruction or indirect word is used as an offset in the segment specified by the external abr. If it refers to an internal abr, the address field in the instruction or indirect word is added to the offset in the abr, and the resulting value is used as an offset in the segment specified by the external abr with which the internal abr is paired. [15] :6–26

The registers have the following formats depending on how bit 21 is set. [19]

Format as an "external" base, with bit 21 set:

                         1 1 2 2 22          0                7 8 0 1 23         +------------------+---+-+--+        |     PDW          |\\\|1|\\|        +------------------+---+-+--+ 

Format as a component to the effective "internal" address with a pointer to an "external" base, with bit 21 clear:

                         1 1 2 2 22          0                7 8 0 1 23         +------------------+---+-+--+        |     PY           |PB |0|\\|        +------------------+---+-+--+                                           


In Multics, an even-numbered abr and the following odd-numbered abr were paired. When writing in Assembly (EPLBSA/ALM) [NB 1] the standard Multics practice was to label these registers as follows: [20]

The naming scheme is based around the following: [21]

The 8 pointer registers in the Honeywell 6180 and its successors served the same purpose as the 4 paired base registers in the GE-645, referring to an offset within a segment.

History

CTSS had originated in the MIT Computation Center using a IBM 709 and was first demonstrated in November 1961, [22] it was subsequently upgraded to a 7090 in 1962, [23] and finally to a 7094 in 1963. [24] This required modification to these standard systems via the addition of a number of RPQ's which among others added two banks of memory and bank-switching between user and supervisor mode, i.e. programs running in the A-core memory bank had access to instructions that programs running in the B-core bank did not. [25]

Project MAC formally began with signing of contract with ARPA on the 1st of July 1963. By October 1963 they had received a dedicated 7094 to run CTSS under, this was termed the "Red Machine" due to it having red side panels. [24] This would provide a time-sharing environment for Project MAC, and would subsequently be heavily used for the development of Multics. During this period exploratory work was carried out into what a replacement for CTSS would look like and what type of hardware it would require to run on. A committee was formed consisting of Fernando J. Corbató, Ted Glaser, Jack Dennis and Robert Graham with responsibility to visit computer manufacturers to gauge level of interest in the industry to tender for the hardware platform. [26] [27] It was made clear that Project MAC was looking for a development partner given the considerable hardware modifications that would be required to meet their requirements, which were specified as: [28]

  1. User Programs having read/write protection.
  2. That privileged instructions would not be accessible to end user programs
  3. At least the ability to address 256KW of memory directly.
  4. Native multiprocessing capability with all processors been of equivalent functional level
  5. Effective support for telecommunications which could handle both conventional telephone lines as well as high speed data links that could run graphic display terminals such as the MIT-developed Kludge [29] graphical terminal.
  6. Mass storage units, including a fast drum that could be used as a paging device.
  7. Hardware support for both segmentation and paging with support for a content addressable memory (CAM) so as to reduce virtual memory overhead.

They proceeded to visit among others Burroughs, CDC, DEC, General Electric, IBM and Sperry Univac. Of these GE and IBM showed the strongest interest. [26] By the summer of 1964 proposals was received from DEC, IBM and GE, after evaluations by the Technical Committee a unanimous decision was made to accept the GE proposal for the GE 645 which was a design based off the GE 635 but modified to meet the requirements outlined above. [28]

While the GE 645 hardware was being designed and debugged in Phoenix, a system was put in place where a GE 635 could be used to run a simulator known as the 6.36, [30] so that development and checkout of Multics could occur in parallel. This process involved creating a tape on the CTSS system which would be inputted to GECOS on the 635 system in MIT so that it would run under the 6.36 simulator; the resulting output would be carried back via tape to CTSS for debugging/analysis. [31] This simulated environment was replaced by the first 645 hardware in 1967. The GECOS operating system was fully replaced by Multics in 1969 with the Multics supervisor [3] separated by protection rings with "gates" allowing access from user mode. [32]

A later generation in the form of the 645F (F for follow-on) wasn't completed by the time the division was sold to Honeywell, and became known as the Honeywell 6180. The original access control mechanism of the GE/Honeywell 645 were found inadequate for high speed trapping of access instructions and the re-implementation in the 6180 solved those problems. [33] The bulk of these computers running time-sharing on Multics were installed at the NSA and similar governmental sites. Their usage was limited by the extreme security measures and had limited impact on subsequent systems, other than the protection ring. [34]

The hardware protection introduced on this computer and modified on the 6180 was later implemented in the Intel 286 computer processor as a four-layer protection ring, but four rings was found to be too cumbersome to program and too slow to operate. Protection ring architecture is now used only to protect kernel mode from user mode code just as it was in the original use of the 645. [3]

See also

Further reading

Notes

  1. EPL BootStrap Assember / Assembly Language for Multics

Related Research Articles

<span class="mw-page-title-main">Multics</span> Time-sharing operating system

Multics is an influential early time-sharing operating system based on the concept of a single-level memory. Nathan Gregory writes that Multics "has influenced all modern operating systems since, from microcomputers to mainframes."

<span class="mw-page-title-main">Time-sharing</span> Computing resource shared by concurrent users

In computing, time-sharing is the sharing of a computing resource among many tasks or users. It enables multi-tasking by a single user or enables multiple user sessions.

<span class="mw-page-title-main">Virtual memory</span> Computer memory management technique

In computing, virtual memory, or virtual storage, is a memory management technique that provides an "idealized abstraction of the storage resources that are actually available on a given machine" which "creates the illusion to users of a very large (main) memory".

MAD is a programming language and compiler for the IBM 704 and later the IBM 709, IBM 7090, IBM 7040, UNIVAC 1107, UNIVAC 1108, Philco 210-211, and eventually IBM System/370 mainframe computers. Developed in 1959 at the University of Michigan by Bernard Galler, Bruce Arden and Robert M. Graham, MAD is a variant of the ALGOL language. It was widely used to teach programming at colleges and universities during the 1960s and played a minor role in the development of Compatible Time-Sharing System (CTSS), Multics, and the Michigan Terminal System computer operating systems. The original version of the chatbot ELIZA was written in MAD-SLIP.

The Honeywell 6000 series computers were rebadged versions of General Electric's 600-series mainframes manufactured by Honeywell International, Inc. from 1970 to 1989. Honeywell acquired the line when it purchased GE's computer division in 1970 and continued to develop them under a variety of names for many years. In 1989, Honeywell sold its computer division to the French company Groupe Bull who continued to market compatible machines.

The GE-600 series was a family of 36-bit mainframe computers originating in the 1960s, built by General Electric (GE). When GE left the mainframe business the line was sold to Honeywell, which built similar systems into the 1990s as the division moved to Groupe Bull and then NEC.

<span class="mw-page-title-main">IBM 7090</span> Mainframe computer

The IBM 7090 is a second-generation transistorized version of the earlier IBM 709 vacuum tube mainframe computer that was designed for "large-scale scientific and technological applications". The 7090 is the fourth member of the IBM 700/7000 series scientific computers. The first 7090 installation was in December 1959. In 1960, a typical system sold for $2.9 million or could be rented for $63,500 a month.

<span class="mw-page-title-main">Conversational Monitor System</span> Operating system

The Conversational Monitor System is a simple interactive single-user operating system. CMS was originally developed as part of IBM's CP/CMS operating system, which went into production use in 1967. CMS is part of IBM's VM family, which runs on IBM mainframe computers. VM was first announced in 1972, and is still in use today as z/VM.

<span class="mw-page-title-main">General Comprehensive Operating System</span> Operating system from General Electric

General Comprehensive Operating System is a family of operating systems oriented toward the 36-bit GE-600 series and Honeywell 6000 series mainframe computers.

<span class="mw-page-title-main">Compatible Time-Sharing System</span> Computer operating system

The Compatible Time-Sharing System (CTSS) was the first general purpose time-sharing operating system. Compatible Time Sharing referred to time sharing which was compatible with batch processing; it could offer both time sharing and batch processing concurrently.

<span class="mw-page-title-main">VM (operating system)</span> Family of IBM operating systems

VM is a family of IBM virtual machine operating systems used on IBM mainframes System/370, System/390, zSeries, System z and compatible systems, including the Hercules emulator for personal computers.

<span class="mw-page-title-main">CP/CMS</span> IBM operating system specializing in virtualization

CP/CMS is a discontinued time-sharing operating system of the late 1960s and early 1970s. It is known for its excellent performance and advanced features. Among its three versions, CP-40/CMS was an important 'one-off' research system that established the CP/CMS virtual machine architecture. It was followed by CP-67/CMS, a reimplementation of CP-40/CMS for the IBM System/360-67, and the primary focus of this article. Finally, CP-370/CMS was a reimplementation of CP-67/CMS for the System/370. While it was never released as such, it became the foundation of IBM's VM/370 operating system, announced in 1972.

<span class="mw-page-title-main">36-bit computing</span>

In computer architecture, 36-bit integers, memory addresses, or other data units are those that are 36 bits wide. Also, 36-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers, address buses, or data buses of that size. 36-bit computers were popular in the early mainframe computer era from the 1950s through the early 1970s.

Byte addressing in hardware architectures supports accessing individual bytes. Computers with byte addressing are sometimes called byte machines, in contrast to word-addressable architectures, word machines, that access data by word.

z/VM

z/VM is the current version in IBM's VM family of virtual machine operating systems. z/VM was first released in October 2000 and remains in active use and development as of 2022. It is directly based on technology and concepts dating back to the 1960s, with IBM's CP/CMS on the IBM System/360-67. z/VM runs on IBM's IBM Z family of computers. It can be used to support large numbers (thousands) of Linux virtual machines.

Memory segmentation is an operating system memory management technique of dividing a computer's primary memory into segments or sections. In a computer system using segmentation, a reference to a memory location includes a value that identifies a segment and an offset within that segment. Segments or sections are also used in object files of compiled programs when they are linked together into a program image and when the image is loaded into memory.

<span class="mw-page-title-main">Honeywell 200</span>

The Honeywell 200 was a character-oriented two-address commercial computer introduced by Honeywell in December 1963, the basis of later models in Honeywell 200 Series, including 1200, 1250, 2200, 3200, 4200 and others, and the character processor of the Honeywell 8200 (1968).

<span class="mw-page-title-main">Protection ring</span> Layer of protection in computer systems

In computer science, hierarchical protection domains, often called protection rings, are mechanisms to protect data and functionality from faults and malicious behavior.

This article covers the History of CP/CMS — the historical context in which the IBM time-sharing virtual machine operating system was built.

Tom Van Vleck is an American computer software engineer.

References

  1. 1 2 Corbató, F. J.; Vyssotsky, V. A. (30 November 1965). "Introduction and overview of the multics system". Proceedings of the November 30--December 1, 1965, fall joint computer conference, Part I on XX - AFIPS '65 (Fall, part I). Association for Computing Machinery. pp. 185–196. doi:10.1145/1463891.1463912. ISBN   9781450378857. S2CID   11197018.
  2. John Couleur (Winter 1995). "The Core of the Black Canyon Computer Corporation" (PDF). IEEE Annals of the History of Computing. 17 (4): 56–60. doi:10.1109/85.477436.
  3. 1 2 3 4 Glaser, E. L.; Couleur, J. F.; Oliver, G. A. (30 November 1965). "System Design of a Computer for Time Sharing Applications". Proceedings of the November 30--December 1, 1965, fall joint computer conference, Part I on XX - AFIPS '65 (Fall, part I). Association for Computing Machinery. pp. 197–202. doi:10.1145/1463891.1463913. ISBN   9781450378857. S2CID   15819355.
  4. 1 2 3 4 5 6 7 8 9 10 "GE-645 System Manual" (PDF). General Electric. January 1968. Retrieved 26 September 2023.
  5. USpatent 3412382,COULEUR JOHN F&GLASER EDWARD L,"Shared-access data processing system", assigned to Massachusetts Institute of Technology
  6. Smith, William D. (2 December 1965). "A New Computer Developed at G.E." The New York Times. Retrieved 20 October 2023.
  7. "GE-645 Timesharing System". Digital Computer Journal. Office of Naval Research - Mathematics Science Division. 18 (2): 5–6. 1966.
  8. 1 2 "US vs IBM_Exhibit 14971 - Historical Narrative The 1960's" (PDF). pp. 434, 510. Retrieved 21 October 2023.
  9. "Multics Site Timeline". multicians.org. Retrieved 21 October 2023.
  10. Kaisler (2020), op. cit., p. 274
  11. Kaisler (2020), op. cit., p. 275
  12. Ossanna, J. F.; Mikus, L. E.; Dunten, S. D. (30 November 1965). "Communications and input/Output switching in a multiplex computing system". Proceedings of the November 30--December 1, 1965, fall joint computer conference, Part I on XX - AFIPS '65 (Fall, part I). Association for Computing Machinery. pp. 231–241. doi:10.1145/1463891.1463916. S2CID   15847853.
  13. 1 2 Van Vleck, Tom. "Low Bottle Pressure". multicians.org. Retrieved 29 October 2023.
  14. "The Librazette Vol. 10 No. 9" (PDF). Archived from the original (PDF) on 19 May 2022.
  15. 1 2 3 4 5 "MODEL 645 PROCESSOR REFERENCE MANUAL" (PDF). Honeywell Information Systems Inc. May 1972. Retrieved 26 September 2023.
  16. Schroeder, Michael D. (1971). "Performance of the GE-645 Associative Memory While Multics is in Operation". Proceedings of the SIGOPS workshop on System performance evaluation. Association for Computing Machinery. pp. 227–245. doi:10.1145/800024.808361. ISBN   9781450373821. S2CID   44850627.
  17. Organick (1972), op. cit., p. 18
  18. Green, Paul. "Multics Virtual Memory - Tutorial and Reflections". multicians.org. Retrieved 20 December 2023.
  19. 1 2 Organick (1972), op. cit., p. 19
  20. Organick (1972), op. cit., p. 20-21
  21. Organick (1972), op. cit., p. 22-23
  22. Pugh (1991), op. cit., p. 356
  23. Corbató, Fernando J.; Merwin Daggett, Marjorie; Daley, Robert C. (May 3, 1962). "An Experimental Time-Sharing System". Proceedings of the May 1-3, 1962, spring joint computer conference (AIEE-IRE '62 (Spring)). Association for Computing Machiner. pp. 335–344. doi: 10.1145/1460833.1460871 . ISBN   9781450378758. S2CID   234039583.
  24. 1 2 Van Vleck, Tom. "The IBM 7094 and CTSS". www.multicians.org. Retrieved 30 October 2023.
  25. Crisman, P.A., ed. (December 31, 1969). "The Compatible Time-Sharing System, A Programmer's Guide" (PDF). The M.I.T Computation Center. Retrieved March 10, 2022.
  26. 1 2 Dennis, Jack B. (Jack Bonnell); O'Neill, Judy E. (31 October 1989). "Oral history interview with Jack Bonnell Dennis". hdl:11299/107244 . Retrieved 31 October 2023.
  27. Corbató, F. J. (14 November 1990). "Oral history interview with Fernando J. Corbató". hdl:11299/107230 . Retrieved 31 October 2023.
  28. 1 2 Fano (1979), op. cit., p. 348
  29. "Collection: Massachusetts Institute of Technology, Laboratory for Computer Science research records | MIT ArchivesSpace". archivesspace.mit.edu.
  30. "The GE-635s at Project MAC and BTL". multicians.org. Retrieved 19 October 2023.
  31. "Project MAC Progress Report III, 1966-67" (PDF). Archived from the original (PDF) on June 4, 2016.
  32. "Project MAC Progress Report V, 1966-68" (PDF). Archived from the original (PDF) on June 4, 2016.
  33. Michael D. Schroeder and Jerome H. Saltzer. "A Hardware Architecture for Implementing Protection Rings" . Retrieved 27 September 2012.
  34. Donald A. MacKenzie (2001). Mechanizing Proof: Computing, Risk and Trust . The MIT Press. ISBN   0-262-13393-8.