IBM System/370

System/370
Designer IBM
Bits 32-bit
Introduced 1970
Design CISC
Type Register-Register
Register-Memory
Memory-Memory
Encoding Variable (2, 4 or 6 bytes long)
Branching Condition code, indexing, counting
Endianness Big
Registers
General purpose 16
Floating point 4 64-bit

The IBM System/370 (S/370) was a model range of IBM mainframe computers announced on June 30, 1970 as the successors to the System/360 family. The series mostly[NB 1] maintained backward compatibility with the S/360, allowing an easy migration path for customers; this, plus improved performance, were the dominant themes of the product announcement. In September 1990, the System/370 line was replaced by the System/390.

Evolution

The original System/370 line was announced on June 30, 1970 with first customer shipment of the Models 155 and 165 planned for February 1971 and April 1971 respectively.[1] System/370 underwent several architectural improvements during its roughly 20-year lifetime.

Initial models

The first System/370 machines, the Model 155 and the Model 165, incorporated only a small number of changes to the System/360 architecture. These changes included:[2]

  • 13 new instructions, among which were
  • MOVE LONG (MVCL);[2]:23-25
  • COMPARE LOGICAL LONG (CLCL);[2]:22-22
thereby permitting operations on up to 2^24-1 bytes (16 MB), vs. the 256-byte limits on the 360's MVC and CLC;
  • SHIFT AND ROUND DECIMAL (SRP), which multiplied or divided a packed decimal value by a power of 10, rounding the result when dividing;[2]:25-26

These models had core memory and did not include support for virtual storage.

Monolithic memory

On September 23, 1970, IBM announced the Model 145, a third model of the System/370, which featured monolithic main memory and was scheduled for delivery in the late summer of 1971. All subsequent S/370 models used such memory.

Virtual storage

In 1972, a very significant change was made when support for virtual storage was introduced with IBM's "System/370 Advanced Function" announcement. IBM had initially (and controversially) chosen to exclude virtual storage from the S/370 line.[6][7] The August 2, 1972 announcement included:

  • address relocation hardware on all S/370s except the original models 155 and 165
  • the new S/370 models 158 and 168, with address relocation hardware
  • four new operating systems: DOS/VS (DOS with virtual storage), OS/VS1 (OS/360 MFT with virtual storage), OS/VS2 (OS/360 MVT with virtual storage) Release 1, termed SVS (Single Virtual Storage), and Release 2, termed MVS (Multiple Virtual Storage) and planned to be available 20 months later (at the end of March 1974), and VM/370 – the re-implemented CP/CMS
System/370-145
Computer center with IBM System/370-145 and IBM 2401 tape drives
System/370-145
System/370-145 system console.

Virtual storage had in fact been delivered on S/370 hardware before this announcement:

  • In June 1971, on the S/370-145 (one of which had to be "smuggled" into Cambridge Scientific Center to prevent anybody noticing the arrival of an S/370 at that hotbed of virtual memory development since this would have signaled that the S/370 was about to receive address relocation technology). (Varian 1997:p29[8]) The S/370-145 had an associative memory[9][10] used by the microcode for the DOS compatibility feature from its first shipments in June 1971;[9] the same hardware was used by the microcode for DAT. Although IBM famously chose to exclude virtual storage from the S/370 announcement, that decision was being reconsidered during the completion of the 145 engineering, partly because of virtual memory experience at CSC and elsewhere. The 145 microcode architecture simplified the addition of virtual storage, allowing this capability to be present in early 145s without the extensive hardware modifications needed in other models. However, IBM did not document the 145's virtual storage capability, nor annotate the relevant bits in the control registers and PSW that were displayed on the operator control panel when selected using the roller switches. The Reference and Change bits of the Storage-protection Keys, however, were labeled on the rollers, a dead giveaway to anyone who had worked with the earlier 360/67. Existing S/370-145 customers were happy to learn that they did not have to purchase a hardware upgrade in order to run DOS/VS or OS/VS1 (or OS/VS2 Release 1 which was possible, but not common because of the limited amount of main storage available on the S/370-145).

Shortly after the August 2, 1972 announcement, DAT box (address relocation hardware) upgrades for the S/370-155 and S/370-165 were quietly announced, but were available only for purchase by customers who already owned a Model 155 or 165. After installation, these models were known as the S/370-155-II and S/370-165-II. IBM wanted customers to upgrade their 155 and 165 systems to the widely sold S/370-158 and -168.[11] These upgrades were surprisingly expensive ($200,000 and $400,000, respectively) and had long ship date lead times after being ordered by a customer; consequently, they were never popular with customers, the majority of whom leased their systems via a third-party leasing company. This led to the original S/370-155 and S/370-165 models being described as "boat anchors". The upgrade, required to run OS/VS1 or OS/VS2, was not cost effective for most customers by the time IBM could actually deliver and install it, so many customers were stuck with these machines running MVT until their lease ended. It was not unusual for this to be another four, five or even six years for the more unfortunate ones, and turned out to be a significant factor in the slow adoption of OS/VS2 MVS, not only by customers in general, but for many internal IBM sites as well.

Subsequent enhancements

Later architectural changes primarily involved expansions in memory (central storage) both physical memory and virtual address space to enable larger workloads and meet client demands for more storage. This was the inevitable trend as Moore's Law eroded the unit cost of memory. As with all IBM mainframe development, preserving backward compatibility was paramount.

  • In October 1981, the 3033 and 3081 processors added "extended real addressing", which allowed 26-bit addressing for physical storage (but still imposed a 24-bit limit for any individual address space). This capability appeared later on other systems, such as the 4381 and 3090.
  • The S/370-XA architecture, first available in early 1983 on the 3081 and 3083 processors, provided a number of major enhancements, including: expansion of the address space from 24-bits to 31-bits; facilitating movement of data between two address spaces; and a complete redesign of the I/O architecture. The cross-memory services capability which facilitated movement of data between address spaces was actually available just prior to S/370-XA architecture on the 3031, 3032 and 3033 processors.
  • The ESA/370 architecture, later extended to ESA/390, made further extensions, including the addition of sixteen 32-bit access registers, more addressing modes, and various facilities for working with multiple address spaces simultaneously.

Expanding the address space

As described above, the S/370 product line underwent a major architectural change: expansion of its address space from 24 to 31 bits.

The evolution of S/370 addressing was always complicated by the basic S/360 instruction set design, and its large installed code base, which relied on a 24-bit logical address. (In particular, a heavily used machine instruction, "Load Address" (LA), explicitly cleared the top eight bits of the address being placed in a register. This created enormous migration problems for existing software.)

The strategy chosen was to implement expanded addressing in three stages:

  1. first at the physical level (to enable more memory hardware per system)
  2. then at the operating system level (to let system software access multiple address spaces and utilize larger address spaces)
  3. finally at the application level (to let new applications access larger address spaces)

Since the core S/360 instruction set remained geared to a 24-bit universe, this third step would require a real break from the status quo; existing assembly language applications would of course not benefit, and new compilers would be needed before non-assembler applications could be migrated. Most shops thus continued to run their 24-bit applications in a higher-performance 31-bit world.

This evolutionary implementation (repeated in z/Architecture) had the characteristic of solving the most urgent problems first: relief for real memory addressing being needed sooner than virtual memory addressing.

31 versus 32 bits

IBM's choice of 31-bit (versus 32-bit) addressing for 370-XA involved various factors. The System/360 Model 67 had included a full 32-bit addressing mode, but this feature was not carried forward to the System/370 series, which began with only 24-bit addressing. When IBM later expanded the S/370 address space in S/370-XA, several reasons are cited for the choice of 31 bits:

  1. The desire to retain the high-order bit as a "control or escape bit."[12] In particular, the standard subroutine calling convention marked the final parameter word by setting its high bit.
  2. Interaction between 32-bit addresses and two instructions (BXH and BXLE) that treated their arguments as signed numbers (and which was said to be the reason TSS used 31-bit addressing on the Model 67). (Varian 1997:p26, note 85[8])
  3. Input from key initial Model 67 sites, which had debated the alternatives during the initial system design period, and had recommended 31 bits (instead of the 32-bit design that was ultimately chosen at the time). (Varian 1997:pp8–9, note 21,[8] includes other comments about the "Inner Six" Model 67 design disclosees)

Series and models

Models sorted by date introduced (table)

The following table summarizes the major S/370 series and models. The second column lists the principal architecture associated with each series. Many models implemented more than one architecture; thus, 308x processors initially shipped as S/370 architecture, but later offered XA; and many processors, such as the 4381, had microcode that allowed customer selection between S/370 or XA (later, ESA) operation.

Note also the confusing term "System/370-compatible", which appeared in IBM source documents to describe certain products. Outside IBM, this term would more often describe systems from Amdahl Corporation, Hitachi Ltd., and others, that could run the same S/370 software. This choice of terminology by IBM may have been a deliberate attempt to ignore the existence of those plug compatible manufacturers (PCMs), because they competed aggressively against IBM hardware dominance.

First year
of series
ArchitectureMarket
level
SeriesModels
1970System/370 (no DAT)high-endSystem/370-xxx-155, -165, -195
1970System/370 (DAT)mid-range-145[13] and -135
1972System/370high-end-158 and -168
entry-115 and -125
mid-range-138 and -148
1977System/370-compatible[14]high-end303x3031, 3032, 3033
1979entry/mid43xx4331, 4341, 4361
1980high-end308x3081, 3083, 3084
1981System/370-XA
1983mid-range43814381
1986high-end3090-120 to -600
1986System/370-compatible[15]entry937x9370, ...
1988ESA/370high-endES/3090ES/3090
1988mid-rangeES/4381-90, -91, -92

Models grouped by Model number (detailed)

IBM used the name System/370 to announce the following eleven (3 digit) offerings:

System/370 Model 115

The IBM System/370 Model 115 was announced March 13, 1973[16] as "an ideal System/370 entry system for users of IBM's System/3, 1130 computing system and System/360 Models 20, 22 and 25."

It was delivered with "a minimum of two (of IBM's newly announced) directly-attached IBM 3340 disk drives." Up to four 3340s could be attached.

The CPU could be configured with 65,536 (64K) or 98,304 (96K) bytes of main memory. An optional 360/20 emulator was available.

(The 115 was withdrawn Mar 9, 1981)

System/370 Model 125

The IBM System/370 Model 125 was announced Oct 4, 1972.[17]

Two, three or four directly attached IBM 3333 disk storage units provided "up to 400 million bytes online."

Main memory was either 98,304 (96K) or 131,072 (128K) bytes.

(The 125 was withdrawn Mar 9, 1981)

System/370 Model 135

The IBM System/370 Model 135 was announced Mar 8, 1971.[18] Options for the 370/135 included a choice of four main memory sizes; IBM 1400 series (1401, 1440 and 1460) emulation was also offered.

A "reading device located in the Model 135 console" allowed updates and adding features to the Model 135's microcode.

(The 135 was withdrawn Oct 16, 1979)

System/370 Model 138

The IBM System/370 Model 138 which was announced Jun 30, 1976 was offered with either 524,288 (512K) or 1,048,576 (1 MB) of memory. The latter was "double the maximum capacity of the Model 135," which "can be upgraded to the new computer's internal performance levels at customer locations."[19]

(The 138 was withdrawn Nov 1, 1983)

System/370 Model 145

The IBM System/370 Model 145 was announced Sep 23, 1970, three months after the 155 and 165 models.[13]

Thr first System/370 to use monolithic main memory, the model 145 was offered in six memory sizes. A portion of the main memory, the "Reloadable Control Storage" (RCS) was loaded from a prewritten disk cartridge containing microcode to implement, for example, all needed instructions, I/O channels, and optional instructions to enable the system to emulate earlier IBM machines.[13]

The 145 was withdrawn Oct 16, 1979.

System/370 Model 148

The IBM System/370 Model 148 had the same announcement and withdrawal dates as the Model 138.[20]

As with the option to field-upgrade a 135, a 370/145 could be field-upgraded "at customer locations" to 148-level performance. The upgraded 135 and 145 systems were "designated the Models 135-3 and 145-3."

System/370 Model 155

The IBM System/370 Model 155 and the Model 165 were announced Jun 30, 1970, the first of the 370s introduced.[21] Neither had a DAT box; they were limited to running the same non-virtual-memory operating systems available for the System/360.

Both the 155 and the 165 were withdrawn Dec 23, 1977.

System/370 Model 158

The IBM System/370 Model 158 and the 370/168 were announced Aug 2, 1972.[22]

It included Dynamic address translation (DAT) hardware, a pre-requisite for the new virtual memory operating systems (OS/VS1, OS/VS2).

A tightly coupled multiprocessor (MP) model was available, as was the ability to loosely couple this system to another 360 or 370 via an optional channel-to-channel adapter.

Emulation for 7070/7074, 1401/1440/1460, and 1410/7010 were included, and they could operate concurrently with standard System/370 workloads.

(The 158 and 168 were withdrawn Sep 15, 1980)

System/370 Model 165

The IBM System/370 Model 165 was described by IBM as "more powerful"[23] compared to the "medium-scale" 370/155.

Some have described the 360/85's use of microcoded vs hardwired as a bridge to the 370/165[24]

System/370 Model 168

The IBM System/370 Model 168 included "up to eight megabytes"[25] of main memory, double the maximum of 4 megabytes on the 370/158.[22]

Compatibility features included emulation for 7070/7074, 7080, and 709/7090/7094/7094 II.

Although the 168 served as IBM's "flagship" system,[26] a 1975 newbrief said that IBM boosted the power of the 370/168 again "in the wake of the Amdahl challenge... only 10 months after it introduced the improved 168-3 processor."[27]

The 370/168 was not withdrawn until September, 1980.

System/370 Model 195

The IBM System/370 Model 195 was announced Jun 30, 1970 and, at that time, it was "IBM's most powerful computing system."[28]

Its introduction came about 14 months after the announcement of the 360/195. Both 195 machines were withdrawn Feb. 9, 1977.[29][28]

System/370-compatible

Beginning in 1977, IBM began to introduce new systems, using the description "A compatible member of the System/370 family."[30][31]

IBM 303X

The first of the initial high end machines, IBM's 3033, was announced March 25, 1977[32] and was delivered the following March, at which time a multiprocessor version of the 3033 was announced.[33] IBM described it[34] as "The Big One."

IBM noted about the 3033, looking back, that "When it was rolled out on March 25, 1977, the 3033 eclipsed the internal operating speed of the company's previous flagship -- the System/370 Model 168-3 ..."[26]

The IBM 3031 & IBM 3032 were announced Oct. 7, 1977 and withdrawn Feb. 8, 1985.[30][35]

IBM 308X

Three systems comprised the next series of high end machines, IBM's 308X systems:

  • The 3081[36] (announced Nov 12, 1980) had 2 CPUs
  • The 3083[37] (announced Mar 31, 1982) had 1 CPU
  • The 3084[38] (announced Sep 3, 1982) had 4 CPUs

Despite the numbering, the least powerful was the 3083, which could be field-upgraded to a 3081;[37] the 3084 was the top of the line.[38]

These models introduced IBM's Extended Architecture's 31-bit address capability[39] and a new set of backward compatible "XA" software [40]

All three systems were withdrawn Aug 4, 1987.

IBM 3090

The next series of high-end machines, the IBM 3090, began with models[NB 2] 200 and 400. [41] They were announced Feb. 12, 1985, and were configured with two or four CPUs respectively.

Other models were the 120, 120E, 150, 150E, 180, 300, 600, 600E, 600S. The 300 had 3 CPUs and the 600s had 6 CPUs. The others were uniprocessor systems.[42]

IBM's offering of an optional vector facility (VF) extension for the 3090 came at a time when Vector processing/Array processing suggested names like Cray and Control Data Corporation (CDC).[43][44]

The 200 and 400 were withdrawn May 5, 1989.

IBM 4300

The first pair of IBM 4300 processors were Mid/Low end systems announced Jan 30, 1979[45][46] as "compact (and).. compatible with System/370."

The 4331 was subsequently withdrawn November 18, 1981, and the 4341 February 11, 1986.

Other models were the 4321,[47] 4361[48] and 4381.[49]

The 4361 has "Programmable Power-Off -- enables the user to turn off the processor under program control";[48] "Unit power off" is (also) part of the 4381 feature list.[49]

IBM offered many Model Groups and models of the 4300 family,[NB 3] ranging from the entry level 4331 to the 4381, described as "one of the most powerful and versatile intermediate system processors ever produced by IBM."[NB 4]

The 4381 Model Group 3 was dual-CPU.

IBM 9370

This low-end system, announced October 7, 1986,[50] was "designed to satisfy the computing requirements of IBM customers who value System/370 affinity" and "small enough and quiet enough to operate in an office environment."

IBM also noted its sensitivity to "entry software prices, substantial reductions in support and training requirements, and modest power consumption and maintenance costs."

Furthermore, it stated its awareness of the needs of small-to-medium size businesses to be able to respond, as "computing requirements grow," adding that "the IBM 9370 system can be easily expanded by adding additional features and racks to accommodate..."

This came at a time when Digital Equipment Corporation (DEC) and its VAX systems were strong competitors in both hardware and software.[51]

Clones

In the 360 era, a number of manufacturers had already standardized upon the IBM/360 instruction set and, to a degree, 360 architecture. Notable computer makers included Univac with the UNIVAC 9000 series, RCA with the RCA Spectra 70 series, English Electric with the English Electric System 4, and the Soviet ES EVM. These computers were not perfectly compatible, nor (except for the Russian efforts)[52][53] were they intended to be.

That changed in the 1970s with the introduction of the IBM/370 and Gene Amdahl's launch of his own company. About the same time, Japanese giants began eyeing the lucrative mainframe market both at home and abroad. One Japanese consortium focused upon IBM and two others from the BUNCH (Burroughs/Univac/NCR/Control Data/Honeywell) group of IBM's competitors. The latter efforts were abandoned and eventually all Japanese efforts focused on the IBM mainframe lines.

Some of the era's clones included:

Architecture details

IBM S/370 registers
63 . . . 47 . . . 31 . . . 15 . . . 00 (bit position)*
General-purpose registers
0 R0
1 R1
2 R2
3 R3
4 R4
5 R5
6 R6
7 R7
8 R8
9 R9
10 R10
11 R11
12 R12
13 R13
14 R14
15 R15
Floating-point registers
FP0 FP0
FP2 FP2
FP4 FP4
FP6 FP6
Control registers
CR0 CR0
CR1 CR1
CR2 CR2
CR3 CR3
CR4 CR4
CR5 CR5
CR6 CR6
CR7 CR7
CR8 CR8
CR9 CR9
CR10 CR10
CR11 CR11
CR12 CR12
CR13 CR13
CR14 CR14
CR15 CR15
Program status word / Instruction address
PSW (40 bits) IA (24 bits) Program Status Word
  • Note that IBM documentation numbers the bits in reverse order to that shown

  above, i.e., the most significant (leftmost) bit is designated as bit number 0.

S/370 also refers to a computer system architecture specification,[2] and is a direct and mostly backward compatible evolution of the System/360 architecture[54]:9 from which it retains most aspects. This specification does not make any assumptions on the implementation itself, but rather describes the interfaces and the expected behavior of an implementation. The architecture describes mandatory interfaces that must be available on all implementations and optional interfaces which may or may not be implemented.

Some of the aspects of this architecture are:

  • Big endian byte ordering
  • One or more processors with:
    • 16 32-bit General purpose registers
    • 16 32-bit Control registers
    • 4 64-bit Floating-point registers
    • A 64-bit Program status word (PSW) which describes (among other things)
    • Timing facilities (Time of day clock, interval timer, CPU timer and clock comparator)
    • An interruption mechanism, maskable and unmaskable interruption classes and subclasses
    • An instruction set. Each instruction is wholly described and also defines the conditions under which an exception is recognized in the form of program interruption.
  • A memory (called storage) subsystem with:
    • 8 bits per byte
    • A special processor communication area starting at address 0
    • Key controlled protection
    • 24-bit addressing
  • Manual control operations that provide:
    • A bootstrap process (a process called Initial Program Load or IPL)
    • Operator-initiated interrupts
    • Resetting the system
    • Basic debugging facilities
    • Manual display and modifications of the system's state (memory and processor)
  • An Input/Output mechanism  which doesn't describe the devices themselves

Some of the optional features are:

Because of the extensible nature of the interface specification, new interface could be devised without breaking the initial interface contract. Such examples are:

  • ECPS:VM, a feature to assist the VM/370 operating system
  • ECPS:VSE, a feature to assist the DOS operating system

Great care was taken in order to ensure that further modifications to the architecture would remain compatible, at least as far as non-privileged programs were concerned. This philosophy predates the definition of the S/370 architecture and started with the S/360 architecture. If certain rules are adhered to, a program written for this architecture will run with the intended results on the successors of this architecture.

One of the key aspect that allows this compatibility is to define that unused fields are to be set to a predetermined value (usually 0) - and that using another value leads to an exception condition being recognized.[54]:10 When the interface is modified, this unused field can then be used to alter the interface contract. A well formed program can then still produce the expected result even when executing on an implementation of the new interface.

Such an example is that the S/370 architecture specifies that the 64-bit PSW register bit number 32 has to be set to 0 and that doing otherwise leads to an exception. Subsequently, when the S/370-XA architecture was defined, it was stated that this bit would indicate whether the program was a program expecting a 24-bit address architecture or 31-bit address architecture. Thus, most programs that ran on the 24-bit architecture can still run on 31-bit systems; the 64-bit z/Architecture has an additional mode bit for 64-bit addresses, so that those programs, and programs that ran on the 31-bit architecture, can still run on 64-bit systems.

However, not all of the interfaces can remain compatible. Emphasis was put on having non control programs (called problem state programs) remain compatible.[55] Thus, operating systems have to be ported to the new architecture because the control interfaces can (and were) redefined in an incompatible way. For example, the I/O interface was redesigned in S/370-XA making S/370 program issuing I/O operations unusable as-is.

S/370 replacement

The System/370 line was replaced by the IBM System/390 in the 1990s, and the architecture was similarly renamed from ESA/370 to ESA/390. This was essentially just a rename for marketing reasons, rather than major architectural change.

In 2000, the System/390 was replaced by the zSeries (now called IBM System z). The zSeries mainframes introduced the 64-bit z/Architecture, the most significant design improvement since the 31-bit transition. All have retained essential backward compatibility with the original S/360 architecture and instruction set.

GCC and Linux on the S/370

The GNU Compiler Collection (GCC) had a back end for S/370, but it became obsolete over time and was finally replaced by the S/390 backend. Although the S/370 and S/390 instruction sets are essentially the same (and have been consistent since the introduction of the S/360), GCC operability on older systems has been abandoned.[56] GCC currently works on machines that have the full instruction set of System/390 Generation 5 (G5), the hardware platform for the initial release of Linux/390. However, a separately maintained version of GCC 3.2.3 that works for the S/370 is available, known as GCCMVS.[57]

I/O evolutions

As in System/360, peripherals attached to the system via channels, in this case, evolved as follows:

  • The block multiplexer channel, previously available only on the 360/85 and 360/195, was a standard part of the architecture. For compatibility it could operate as a selector channel.[2]
  • Also, as part of the DAT announcement, channels were upgraded to have Indirect Data Address Lists (a form of I/O MMU).

See also

Notes

  1. E.g., programs that depended on getting program interrupts for alignment errors might fail.
  2. IBM used a lower case "m"
  3. One announcement alone featured mention of "Twelve models of the 4381" for just 3 "Model Groups" and also listed 6 other Model Groups
  4. The same IBM web page notes the following date announced/withdrawn dates: Model Groups 1 & 2 (Sep 15, 1983 - Feb 11, 1986), Model Group 3 (Oct 25, 1984 - Feb 11, 1986), Model Groups 11, 12, 13 & 14 (announced Feb 11, 1986), Model Groups 21, 22, 23 & 24 (May 19, 1987 - Aug 19, 1992).

References

  1. "System/370 Announcement". IBM. June 30, 1970.
  2. 1 2 3 4 5 6 7 8 IBM System/370 Principles of Operation (PDF) (First ed.). IBM. June 1970. GA22-7000-0.
  3. "Announcing: System/370 Model 155" (PDF). IBM.
  4. "Announcing System/370 Model 165" (PDF). IBM.
  5. Richard P. Case; Andris Padegs (January 1978). "Architecture of the IBM System/370" (PDF). Communications of the ACM. 21 (1): 73–96. doi:10.1145/359327.359337. The IBM 2880 Block-Multiplexer Channel included most of the System/370 I/O architecture extensions and was made available on System/360 Models 85 and 195.
  6. Pugh, E.W.; L.R. Johnson; John H. Palmer (1991). IBM's 360 and early 370 systems. Cambridge: MIT Press. ISBN 0-262-16123-0.
  7. "Information technology industry timeline, 1964–1974".
  8. 1 2 3 Varian, Melinda Varian (1997). VM and the VM community, past present, and future, (PDF). SHARE 89 Sessions 9059-9061.
  9. 1 2 IBM Maintenance Library 3145 Processing Unit Theory - Maintenance (PDF) (Second ed.). IBM. October 1971. pp. CPU 117–129. SY24-3581-1.
  10. IBM Maintenance Library 3145 Processing Unit Theory - Maintenance (Third ed.). IBM. pp. CPU 117–129. SY24-3581-2.
  11. A. Padegs (September 1981). "System/360 and Beyond". IBM Journal of Research & Development. IBM. 25 (5): 377–390. doi:10.1147/rd.255.0377. tables include model characteristics (Table 1) and announcement/shipment dates (Table 2). The S/370-155-II and -165-II are listed under the former but not the latter, because the upgraded systems were not formally announced as separate models. The "System/370 Advanced Function" announcement, including the -158 and -168, was the main public event.
  12. A. Padegs (May 1983). "System/370 Extended Architecture: design considerations". IBM Journal of Research & Development. IBM. 27 (3): 198–205. doi:10.1147/rd.273.0198. a subsection titled "31-bit addressing" begins on page 201.
  13. 1 2 3 "System/370 Model 145". IBM Archives. IBM.
  14. "IBM timeline of S/370 series". with surprising term 'System/370-compatible' for the 3xxx and 4xxx series
  15. "IBM 9370 announcement letter". to explain why the 9370 is categorized as a System/370 compatible system
  16. "System/370 Model 115". IBM Archives. IBM.
  17. "System/370 Model 125". IBM Archives. IBM.
  18. "System/370 Model 135". IBM Archives. IBM.
  19. "System/370 Model 138". IBM Archives. IBM.
  20. "System/370 Model 148". IBM Archives. IBM.
  21. "System/370 Model 155". IBM Archives. IBM.
  22. 1 2 "System/370 Model 158". IBM Archives. IBM.
  23. "System/370 Model 165". IBM Archives. IBM.
  24. Jon Elson (December 5, 2014). "IBM 360/85 vs. 370/165". Newsgroup: alt.folklore.computers.
  25. "System/370 Model 168". IBM Archives. IBM.
  26. 1 2 "IBM's 3033 "The Big One": IBM's 3033". IBM Archives. IBM.
  27. "IBM boosts power of 370/168 again". Computer Weekly (486). 1975. p. 1.
  28. 1 2 "System/370 Model 195". IBM Archives. IBM.
  29. "System/360 Model 195". IBM Archives. IBM.
  30. 1 2 "3031 Processor Complex". IBM Archives. IBM.
  31. "Mainframes - Basic information sources". IBM Archives. IBM.
  32. "3033 Press announcement". IBM Archives. IBM.
  33. "3033 Multiprocessor - Press announcement". IBM Archives. IBM.
  34. "IBM's 3033 "The Big One": IBM's 3033". IBM Archives. IBM. THINK magazine later simply dubbed it -- "The Big One."
  35. "3032 Processor Complex". IBM Archives. IBM.
  36. "3081 Processor Complex". IBM Archives. IBM.
  37. 1 2 "3083 Processor Complex". IBM Archives. IBM.
  38. 1 2 "3084 Processor Complex". IBM Archives. IBM.
  39. "IBM System/370 Extended Architecture Principles of Operation" (PDF). IBM. March 1983. SA22-7085-0.
  40. a Google on IBM "extended architecture" will find http://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/0/897/ENUS285-030/index.html and more
  41. "3090 Processor Complex". IBM Archives. IBM.
  42. "IBM 3090 PROCESSOR UNIT MODEL 120E, IBM 3092 PROCESSOR CONTROLLER MODEL 3". IBM. May 19, 1987.
  43. the hyperlink on the words "Vector processing" point to an article that has only 2 mentions of IBM, one of which begins "In 2000, IBM, Toshiba and Sony collaborated."
  44. The "first to market" advantage can be summarized as "In 1972, computer designer Seymour Cray left CDC and formed a new company" as noted in Getting Up to Speed: The Future of Supercomputing, 2005, ISBN 0309165512, by National Research Council, Division on Engineering and Physical Sciences, Computer Science and Telecommunications Board
  45. "4331 Processor". IBM Archives. IBM.
  46. "4341 Processor". IBM Archives. IBM.
  47. https://www-3.ibm.com/ibm/history/exhibits/dpd50/dpd50_chronology5.html
  48. 1 2 "4361 Processor". IBM Archives. IBM.
  49. 1 2 "4381 Processor". IBM Archives. IBM.
  50. "IBM 9370 INFORMATION SYSTEM OVERVIEW". IBM. October 7, 1986.
  51. "Report Of The SSC Computer Planning Committee" (PDF). January 1990. chapter 5.4, "SUMMARY OF RELATIVE STRENGTH OF DEC/VMS AND IBM/VM".
  52. David S. Bennahum (November 1997). "Heart of Darkness". from 1967 to 1972, it put in place a massive industrial complex to reverse-engineer, copy, and produce IBM mainframes and DEC minicomputers... Once a computer was reduced to its constituent bits on both a software and hardware level, industrial management designed a manufacturing process to replicate the machine... a clone of the IBM 360/40 in 1970, a Cold War coup. Later, he worked on duplicating the IBM 370
  53. Re the 370 (followup to 360/40 clone): Michael Weisskopf (September 24, 1985). "Soviet Radar Allegedly Stolen From U.S." WashingtonPost.
  54. 1 2 "System/370 Principles of Operation" (PDF). Fourth Edition. IBM. September 1975. GA22-7000-4.
  55. ESA/390 Principles of Operation. IBM. Section 1.3.2.2 Problem-State Compatibility. SA22-7201-08.
  56. "Removed architectures and systems removed from GCC 3.4".
  57. "GCCMVS (GCC 3.2.3 for S/370)".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.