
The GE 645
mainframe computer
A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise ...
was a development of the
GE 635
The GE-600 series is 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 ...
for use in the
Multics
Multics ("MULTiplexed Information and Computing Service") is an influential early time-sharing operating system based on the concept of a single-level memory.Dennis M. Ritchie, "The Evolution of the Unix Time-sharing System", Communications of t ...
project. This was the first computer that implemented a configurable hardware protected memory system. It was designed to satisfy the requirements of
Project MAC
Computer Science and Artificial Intelligence Laboratory (CSAIL) is a research institute at the Massachusetts Institute of Technology
The Massachusetts Institute of Technology (MIT) is a Private university, private research university in ...
to develop a platform that would host their proposed next generation
time-sharing
In computing, time-sharing is the Concurrency (computer science), concurrent sharing of a computing resource among many tasks or users by giving each Process (computing), task or User (computing), user a small slice of CPU time, processing time. ...
operating system (
Multics
Multics ("MULTiplexed Information and Computing Service") is an influential early time-sharing operating system based on the concept of a single-level memory.Dennis M. Ritchie, "The Evolution of the Unix Time-sharing System", Communications of t ...
) and to meet the requirements of a theorized
computer utility.
The system was the first truly
symmetric multiprocessing
Symmetric multiprocessing or shared-memory multiprocessing (SMP) involves a multiprocessor computer hardware and software architecture where two or more identical processors are connected to a single, shared main memory, have full access to all ...
machine to use
virtual memory
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 ver ...
, it was also among the first machines to implement what is now known as a
translation lookaside buffer
A translation lookaside buffer (TLB) is a memory CPU cache, cache that stores the recent translations of virtual memory address to a physical memory Memory_address, location. It is used to reduce the time taken to access a user memory location. It ...
,
the foundational patent for which was granted to
John Couleur and Edward Glaser.
General Electric
General Electric Company (GE) was an American Multinational corporation, multinational Conglomerate (company), conglomerate founded in 1892, incorporated in the New York (state), state of New York and headquartered in Boston.
Over the year ...
initially publicly announced the GE 645 at the
Fall Joint Computer Conference The Joint Computer Conferences were a series of computer conferences in the United States held under various names between 1951 and 1987. The conferences were the venue for presentations and papers representing "cumulative work in the omputerfield ...
in November 1965. At a subsequent press conference in December
of that year it was announced that they would be working towards "broad commercial availability"
of the system. However they would subsequently withdraw it from active marketing at the end of 1966.
In total at least 6 sites ran GE 645 systems in the period from 1967 to 1975.
System configuration
The basic system configuration consisted of a combination of 4 basic modules
these were:
* Processor
* System Controller
* Generalized I/O Controller (GIOC)
* Extended Memory Unit (EMU)

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:
* Core Memory - 1 microsecond memory in size capacities of 32K, 64K or 128K of 36-bit words.
* Centralized point for forwarding control signals from one active module to another
* System Clock and the ability to issue interrupts to the processors.
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
The DATANET-30, or DN-30 for short, was a computer manufactured by General Electric designed in 1961-1963 to be used as a communications computer. It was later used as a front-end processor for data communications. It became the first front end c ...
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.
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
The drum is a member of the percussion group of musical instruments. In the Hornbostel–Sachs classification system, it is a membranophone. Drums consist of at least one membrane, called a drumhead or drum skin, that is stretched over a ...
, was in reality a large fixed-head hard disk with one head per track,
this was a OEM product from
Librascope
Librascope was a Glendale, California, division of General Precision, Inc. (GPI). It was founded in 1937 by Lewis W. Imm to build and operate theater equipment, and acquired by General Precision in 1941. During World War II it worked on improvi ...
.
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.
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.
The unit had a rotational speed of 1,725 rpm, which ensured an average latency of 17.4 milliseconds.
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 2
18 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 2
24 words and with instruction execution occurring in either Master or Slave modes.
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 2
18 (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.
Functional Units

The 645 processor was divided into four major functional units these were:
* Appending Unit:
** Controls data I/O from memory
** Controls memory selection and interleave
** Carries out Memory appending
** Control fault recognition
** Does power on/off sequencing
* Associative Memory Unit:
** Consists of Associative Memory made up of 16 x 60-bit Registers
** Registers point to most recently used segment (Segment Descriptor Word) or most recently used Page (Page Table)
** Performs the function of what would now be classed as a TLB.
* Control Unit:
** Performs all control functions
** Performs Address modification
** Controls the
processor mode (master, slave, absolute)
** Interrupt recognition/handling
** Opcode decoding
* Operations Unit:
** Performs fractional and integer divisions and multiplications.
** Performs automatic alignment of floating-point numbers for addition and subtraction.
** Performs inverted divisions on floating-point numbers.
** Performs automatic normalization of floating-point resultants.
** Performs shifts.
** Performs indicator register loading and storing.
** Performs timer register loading and decrementing.
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
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 ver ...
. 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).
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 ,
+---+---------------+---------+-+-+-+------+
* B is the base register field
* Y is the address field (15 bits), addressing 32KW
* OP is the opcode (9 bits), the additional bit 27 is the ''opcode extension bit''.
* I is the interrupt inhibit bit.
* Tag indicates the type of address modification to be performed; some additional tags are supported by the GE 645.
Address base registers
The GE 645 had 8 Address Base Registers (abr's), these could operate in either "paired" or "unpaired" modes.
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.
[Organick (1972), ''op. cit., p.'' 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.
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.
The registers have the following formats depending on how bit 21 is set.
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, \\,
+------------------+---+-+--+
* PDW is the Pointer to a descriptor word
* PY is the component P of the effective internal address 'Y'
* PB is pointer to another base register whose bit 21 = 1
In Multics, an even-numbered abr and the following odd-numbered abr were paired. When writing in Assembly (EPLBSA/ALM)
[EPL BootStrap Assember / Assembly Language for Multics] the standard Multics practice was to label these registers as follows:
* ap for abr 0
* ab for abr 1
* bp for abr 2
* bb for abr 3
* lp for abr 4
* lb for abr 5
* sp for abr 6
* sb for abr 7
The naming scheme is based around the following:
* a for argument-list pointer
* b for general base
* l for linkage-segment pointer
* s for stack-segment pointer
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
The MIT Computation Center was organized in 1956 as a 10-year joint venture between the Massachusetts Institute of Technology and IBM to provide computing resources for New England universities. As part of the venture, IBM installed an IBM 704, whi ...
using a
IBM 709
The IBM 709 is a computer system that was announced by IBM in January 1957 and first installed during August 1958. The 709 was an improved version of its predecessor, the IBM 704, and was the third of the IBM 700/7000 series of scientific compute ...
and was first demonstrated in November 1961, it was subsequently upgraded to a
7090 in 1962,
and finally to a
7094 in 1963.
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.
Project MAC
Computer Science and Artificial Intelligence Laboratory (CSAIL) is a research institute at the Massachusetts Institute of Technology
The Massachusetts Institute of Technology (MIT) is a Private university, private research university in ...
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.
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
Jack Bonnell Dennis (born October 13, 1931) is an American computer scientist and Emeritus Professor of Computer Science and Engineering at Massachusetts Institute of Technology.
The work of Dennis in computer systems and computer languages is ...
and
Robert Graham with responsibility to visit computer manufacturers to gauge level of interest in the industry to tender for the hardware platform.
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:
[Fano (1979), ''op. cit., p.'' 348]
# User Programs having read/write protection.
# That privileged instructions would not be accessible to end user programs
# At least the ability to address 256KW of memory directly.
# Native multiprocessing capability with all processors been of equivalent functional level
# 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
graphical terminal.
# Mass storage units, including a fast drum that could be used as a paging device.
# 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
The Centers for Disease Control and Prevention (CDC) is the national public health agency of the United States. It is a United States federal agency under the Department of Health and Human Services (HHS), and is headquartered in Atlanta, ...
,
DEC,
General Electric
General Electric Company (GE) was an American Multinational corporation, multinational Conglomerate (company), conglomerate founded in 1892, incorporated in the New York (state), state of New York and headquartered in Boston.
Over the year ...
,
IBM
International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
and
Sperry Univac
UNIVAC (Universal Automatic Computer) was a line of electronic digital stored-program computers starting with the products of the Eckert–Mauchly Computer Corporation. Later the name was applied to a division of the Remington Rand company and ...
. Of these GE and IBM showed the strongest interest.
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 on the GE 635 but modified to meet the requirements outlined above.
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, 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. This simulated environment was replaced by the first 645 hardware in 1967. The
GECOS
General Comprehensive Operating System (GCOS, ; originally GECOS, General Electric Comprehensive Operating Supervisor) is a family of operating systems oriented toward the 36-bit GE-600 series and Honeywell 6000 series mainframe computers.
The ...
operating system was fully replaced by Multics in 1969 with the Multics supervisor
separated by
protection ring
In computer science, hierarchical protection domains, often called protection rings, are mechanisms to protect data and functionality from faults (by improving fault tolerance) and malicious behavior (by providing computer security).
Computer ...
s with "gates" allowing access from user mode.
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
Honeywell International Inc. is an American publicly traded, multinational conglomerate corporation headquartered in Charlotte, North Carolina. It primarily operates in four areas of business: aerospace, building automation, industrial automa ...
, and became known as the
Honeywell 6180
The Honeywell 6000 series computers were a further development (using integrated circuits) of General Electric's 600-series mainframes manufactured by Honeywell International, Inc. from 1970 to 1989. Honeywell acquired the line when it purchas ...
. 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. The bulk of these computers running
time-sharing
In computing, time-sharing is the Concurrency (computer science), concurrent sharing of a computing resource among many tasks or users by giving each Process (computing), task or User (computing), user a small slice of CPU time, processing time. ...
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.
The hardware protection introduced on this computer and modified on the 6180 was later implemented in the
Intel 286
The Intel 80286 (also marketed as the iAPX 286 and often called Intel 286) is a 16-bit microprocessor that was introduced on February 1, 1982. It was the first 8086-based CPU with separate, non-multiplexed address and data buses and also the fi ...
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.
See also
*
GE-600 series
The GE-600 series is a family of 36-bit Mainframe computer, 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 1 ...
*
Honeywell 6000 series
The Honeywell 6000 series computers were a further development (using integrated circuits) of General Electric's 600-series mainframes manufactured by Honeywell International, Inc. from 1970 to 1989. Honeywell acquired the line when it purchas ...
*
Multics
Multics ("MULTiplexed Information and Computing Service") is an influential early time-sharing operating system based on the concept of a single-level memory.Dennis M. Ritchie, "The Evolution of the Unix Time-sharing System", Communications of t ...
*
Mainframe computer
A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise ...
*
Time-sharing
In computing, time-sharing is the Concurrency (computer science), concurrent sharing of a computing resource among many tasks or users by giving each Process (computing), task or User (computing), user a small slice of CPU time, processing time. ...
*
IBM System/360 Model 67
IBM mainframes are large computer systems produced by IBM since 1952. During the 1960s and 1970s, IBM dominated the computer market with the 7000 series and the later System/360, followed by the System/370. Current mainframe computers in IBM' ...
Further reading
*
*
*
*
*
*
*
*
Notes
References
{{reflist
External links
GE-645 Circuit Board
600
__NOTOC__
Year 600 ( DC) was a leap year starting on Friday of the Julian calendar. The denomination 600 for this year has been used since the early medieval period, when the Anno Domini calendar era became the prevalent method in Europe for ...
Transistorized computers
36-bit computers
Computer-related introductions in 1967
Time-sharing