Difference between revisions of "VM/370"

From Computer History Wiki
Jump to: navigation, search
m (new cat)
m (External links: +Varian + IBM journal articles)
Line 17: Line 17:
  
 
{{semi-stub}}
 
{{semi-stub}}
 +
 +
==External links==
 +
 +
* [http://www.leeandmelindavarian.com/Melinda/neuvm.pdf VM and the VM Community]
 +
* [https://pages.cs.wisc.edu/~stjones/proj/vm_reading/ibmrd2505M.pdf The Origin of the VM/370 Time-sharing System]
  
 
[[Category: IBM Operating Systems]]
 
[[Category: IBM Operating Systems]]

Revision as of 19:23, 5 January 2023

VM/370

VM/370 was the first operating system on the IBM System/370 mainframe platform that supported virtual machines. This was a VERY popular OS for people to load onto their mainframes as now they wouldn't have to choose which OS to load for applications, as they could now load ALL of them.

Documentation sets

Bitsavers has a few manuals online. They can be found here:

Getting this to run

Thankfully the software is available, although I've found a few 'issues' with the install process and I've outlayed a tested one here: Installing VM/370 on Hercules

31bits and beyond

There has been a movement to expand the 370 virtual machine to incorporate 31bit addressing of the 390, allowing larger program sizes. Primarily this has been to allow gcc to self host under MVS.

There has been regular updates to what is currently known as the 'six pack'.

External links