Content deleted Content added
Peter Flass (talk | contribs) →System software: this is a note |
Guy Harris (talk | contribs) →History: I guess this is the closest thing to that section. |
||
(36 intermediate revisions by 20 users not shown) | |||
Line 1:
{{Short description|IBM computer model from 1960s}}
{{Infobox information appliance
| name = IBM System/360 Model 30
| title = IBM System/360 Model 30
| aka =
|
| image_size = 270px
| logo = File:IBM Logo 1956 1972.svg
| image = File:IBM System360 Model 30.jpg
| caption = IBM System/360 Model 30 at the [[Computer History Museum]]
Line 47 ⟶ 50:
==History==
The Model 30 was a popular [[IBM mainframe]] which was announced in 1964
The first delivery of the 360/30 was in June 1965 to [[McDonnell Aircraft]].<ref name=ibmbook>{{cite book|last1=Pugh|first1=Emerson W.|last2=Johnson|first2=Lyle R.|last3=Palmer|first3=John H.|title=IBM's 360 and early 370 systems|url=https://archive.org/details/ibms360early370s0000pugh|url-access=registration|date=1991|publisher=MIT Press|___location=Cambridge, Mass.|isbn=9780262161237}}</ref>
Along with the [[IBM System/360 Model 40|360/40]], these were the two largest revenue producing [[IBM System/360#
==Models==
[[File:IBM System 360 model 30 profile.agr.jpg|thumb|closeup (profile) of 360/30 Console]]
Four models<ref group='NB'>Lower case "M"</ref> of the 360/30 were initially offered.<ref name="mod30-func-char">{{cite book|url=http://www.bitsavers.org/pdf/ibm/360/
It was little publicized that there were two versions of the Model 30,<ref name="mod30-func-char"/>{{rp|pp.2,8,9}} known (on the rare occasions when they were distinguished at all) as the 30-1 and the 30-2. The original 30-1 had a 2.0 microsecond storage cycle. Later, after the first 1000 30-1 were shipped,<ref name= ibmbook/> it was replaced by the 1.5-microsecond 30-2, although the 30-1 was silently retained in the sales catalog. The two were cosmetically different; the 30-1 looked like other System/360 models, with indicator lamps exposed on the front panel and labeled, but the 30-2 took a retrograde design step, putting the lights behind a stencil, as they had been on pre-360 machines like the [[IBM 1401]].
The (faster) 30-2 had an additional model, DC30, with 24K of memory.<ref name="mod30-func-char"/>{{rp|Fig.4, p.9}}
The 7th edition of IBM System/360 Basic Operating System Programmer's Guide, dated September 1967, lists first among ''major changes'' support for "an intermediate storage size (24K) for System/360 Model 30."<ref name="BOS_ProGuide">{{cite book|url=http://bitsavers.trailing-edge.com/pdf/ibm/360/bos_bps/C24-3372-6_BOSpgmr_Sep67.pdf|title=IBM System/360 Basic Operating System Programmer's Guide|id=C24-3372-6|date=September 1967|publisher=IBM}}</ref>
===96K upgrade===
In response to competitive pressures, IBM introduced a memory upgrade option, allowing 96K on a 360/30.<ref>
==Microcode==
The Model 30 [[CPU]] used an 8-bit [[microarchitecture]] with only a few [[hardware register]]s; everything that the programmer saw was
[[Emulator|emulated]] by the [[microprogram]].<ref name="30theory">{{cite book|url=http://bitsavers.org/pdf/ibm/360/fe/2030/Y24-3360-1_2030_FE_Theory_Opns_Jun67.pdf|title=Field Engineering Theory of Operation, 2030 Processing Unit, System/360 Model 30|id=Y24-3360-1|edition=Fifth|date=June 1967|publisher=IBM}}</ref><ref>{{cite book|url=http://bitsavers.org/pdf/ibm/360/fe/2030/Model_30_Microprogramming_Lang.pdf|title=Model 30 Microprogramming Language|publisher=IBM}}</ref> Handling a 4-byte word took (at least) 6 microseconds, based on a 1.5 microsecond storage access cycle time.<ref name="30theory"/>{{rp|pg.1–4}}
The microcode was stored in [[CCROS]] (Card Capacitor Read-Only Storage) developed in Endicott. The Model 30 and Model 40 were originally supposed to share the [[
[[File:Ibm 360-30.jpg|thumb|IBM 360 Model 30 front panel and internal components]]
==System configuration==
Line 77 ⟶ 81:
! colspan="2" | A typical, early, basic Model 30 system had the following configuration:<ref>{{cite book|url=http://bitsavers.org/pdf/ibm/360/operatingGuide/C20-1635-2_Model_40_Operating_Techniques.pdf|title=IBM System/360 Model 40 Operating Techniques|id=C20-1635-2|publisher=IBM}}</ref>
|-
| style="vertical-align: top;" |Model 30 processor ||IBM 2030 Central Processing Unit<br>*32 KB storage<br>*storage protection feature<br>*standard instruction set<br>*decimal instruction set<ref group=NB>Optional floating-point instruction set was also available</ref><br>*one multiplexor channel<br>*one selector channel<br>*interval timer
|-
|Operator console ||[[IBM 1052]] Typewriter-Keyboard (usually assigned to 01F hexadecimal address)
Line 89 ⟶ 93:
|Tape storage || two [[IBM 2415]] Magnetic Tape Units (180 & 181)
|}
[[File:IBM 360-30.jpg|thumb|210x210px|IBM 360 Model 30 front panel closeup]]
To keep costs down, CPU features such as the interval timer and storage-protection feature were optional.
==System software==
Line 97 ⟶ 104:
* '''DOS''' - Disk Operating System
BPS [[IBM Basic Programming Support|(Basic Programming Support)]] did not require a disk drive or tape drive. It was introduced in 1965, and has been described<ref name="DeMorton">{{cite web|url=http://www.demorton.com/Tech/$OSTL.pdf|title=IBM Mainframe Operating Systems: Timeline and Brief Explanation For the IBM System/360 and Beyond|author=Dave Morton|date=April 2015|access-date=2016-09-22|archive-url=https://web.archive.org/web/20140701185435/http://www.demorton.com/Tech/$OSTL.pdf|archive-date=2014-07-01|url-status=dead}}</ref> as "primarily a set of utilities and compilers (that) existed on cards only."<ref name="DeMorton"/>{{rp|pages 10,18}}
BOS [[BOS/360|(Basic Operating System)]] required a disk drive, but, like BPS, could run on the smallest 360/30, the 8K model C30.<ref name="BOS_ProGuide"/>{{rp|pp.9,10}}
Line 103 ⟶ 110:
The minimum memory needed to run DOS or TOS was 16 KB.
TOS [[TOS/360|(Tape Operating System)]], as the name suggests, required a tape drive but no disk. It shared most of the code base<ref name=40Y.mem>{{cite newsgroup|url=https://groups.google.com/d/msg/alt.folklore.computers/RZA6FD27Tc0/-LoIXsOee7gJ|title=DOS/360: Forty years|author=Joe Morris|newsgroup=alt.folklore.computer|date=April 25, 2005|quote=Don't forget TOS, the bastard cousin of DOS. Either could be generated from the same set of distribution libraries...}}</ref> and some manuals<ref>{{cite web|url=http://www.bitsavers.org/pdf/ibm/360/dos/GC24-5030-8_Disk_and_Tape_Operating_Systems_Concepts_and_Facilities_Oct70.pdf|title=IBM System/360 Disk and Tape Operating Systems Concepts and Facilities|date=October 1970|id=GC2ij-5030-8}}</ref><ref>{{cite web|url=http://www.bitsavers.org/pdf/ibm/360/dos/GC24-3465-8_DOS_and_TOS_Utility_Programs_R26.1_Aug73.pdf|title=DOS and TOS Utility Programs|date=August 1973|id=GC24-3465-8}}</ref> with IBM's DOS/360 and went through 14 releases. TOS was discontinued<ref>{{cite mailing list|url=https://www.mail-archive.com/ibmvm
DOS [[DOS/360|(Disk Operating System)]] was a popular choice for the
==Programming languages==
Line 113 ⟶ 120:
==Compatibility features==
The ability to continue running programs designed for earlier systems was crucial to selling new hardware.<ref>{{cite book|title=The Technical and Social History of Software Engineering|author=Capers Jones|date=21 November 2013 |isbn=
===IBM 1400 series emulation===
Line 120 ⟶ 127:
===IBM 1620 emulation===
Although the 360/30 could be configured to emulate an [[IBM 1620]],<ref name="mod30-func-char"/>{{rp|p.11}} two factors made it less crucial than the above IBM 1400 series emulation:
* The [[IBM 1130]] was the preferred successor to the IBM 1620.<ref>{{cite book|title=Milestones in Computer Science and Information Technology|url=https://archive.org/details/milestonesincomp0000reil|url-access=registration|author=Edwin D. Reilly|year=2003|isbn=1573565210}}</ref><ref>{{cite book|title=History of Computer Graphics|author=Dan Ryan|isbn=1456751158|series=DLR Associates Series}}</ref>
* [[Fortran]] accounted for a significant part of how the 1620 was used,<ref>{{cite book|title=Basic Programming Concepts and The IBM 1620 Computer|author1=Daniel N. Leeson|author2=Donald L. Dimitry|year=1962|publisher=Holt, Rinehart and Winston}}</ref> and IBM 1620 Fortran programs could be converted to run on System/360.
Line 137 ⟶ 144:
{{DEFAULTSORT:IBM System 360 Model 30}}
[[Category:IBM System/360 mainframe line|System
[[Category:Computer-related introductions in 1964]]
|