![]() | This article includes a list ofgeneral references, butit lacks sufficient correspondinginline citations. Please help toimprove this article byintroducing more precise citations.(July 2021) (Learn how and when to remove this message) |
![]() Example of initial login screen for MUSIC/SP onWindows XP | |
Developer | McGill University |
---|---|
Working state | Discontinued |
Initial release | 1972; 53 years ago (1972) |
Marketing target | Academic computing and the teaching of computer science |
Available in | English |
Platforms | S/360,S/370, and4300-seriesmainframes |
Preceded by | RAX |
History of IBM mainframe operating systems |
---|
|
MUSIC/SP (Multi-User System for Interactive Computing/System Product; originally McGill University System for Interactive Computing) was developed atMcGill University in the 1970s from an earlyIBMtime-sharing system called RAX (Remote Access Computing System).[1][2]
The system ran on IBMS/360,S/370, and4300-seriesmainframe hardware, and offered then-novel features such as file access control anddata compression. It was designed to allow academics and students to create and run their programs interactively onterminals, in an era when most mainframe computing was still being done frompunched cards. Over the years, development continued and the system evolved to embraceemail, theInternet and eventually theWorld Wide Web. At its peak in the late 1980s, there were over 200universities,colleges andhigh school districts that used the system inNorth andSouth America,Europe andAsia.
MUSIC was originally designed as a stand-alone operating system but with the advent of IBM's virtual machine facility,VM/370,[3] it became more common to deployMUSIC as a guest operating system running under VM/370.
Over the years the following people contributed to the MUSIC and MUSIC/SP systems.Roy Miller, Alan Greenberg, Wilf Mandel, Dave Edwards, Nelson Nguyen, Kevin McNamee, Don Farnsworth (IBM), Dean Daniele (IBM), Glen Matthews, Linda Chernabrow, Frank Pettinicchio, Earl Lindberg, Pierre Goyette, Kathy Wilmot, Simon Fulleringer, David Thorpe, Gerald Ratzer, Harry Williams (Marist College), Dave Juraschek (Northern Virginia Community Colleges), Christian Robert (Ecole Polytechnique), Simone Spiller, Silvino Mezzari, and Mike Short.
The MUSIC/SP file system was unique in a number of respects. There was a single system-wide file index. The owner'suserid and the file name were hashed to locate the file in this index, so any file on the system could be located with a single I/O operation. However, this presented aflat file system to the user. It lacked the directory structure commonly offered byDOS,Microsoft Windows andUnix systems. In 1990 a "tree-structured" directory view of the file system was overlaid on this, bringing the system more in line with the file systems that were then available. By default the information stored in the files was compressed. This offered considerable saving in disk space. The file system had a fairly sophisticated access control scheme allowing the owner to control who could read, write, append to and execute the file. It also had the concept of a "public" file which was visible to all users and a "private" file which was only visible to the owner.
The initial versions of the system provided no support for virtual memory and address translation. Only one active user could reside in core memory at any time. Swapping (to disk) was used to time-share between different users, and a variable-length timeslice was used. Virtual memory support was introduced in 1985. This allowed multiple users to be in core memory at the same time, removed many of the restrictions in the size of the programs that could be run and provided a significant performance improvement. System performance was also improved by pre-loading commonly used modules into virtual memory at startup time where they could be available to all users simultaneously.
The system was designed to support academic computing and the teaching of computer science, so a rich suite of programming languages was available. The systemnucleus was written in IBM/370 assembler but most of the native applications were written inFORTRAN. The system supported the WaterlooWATFIV andWATBOL compilers and also provided compilers forPascal, C,PL/I,BASIC,APL,ALGOL,RPG, andGPSS. The system was missing a command scripting language untilREXX was ported from CMS in 1984. Later, in 1986, a complete user interface was written entirely in REXX.
E-mail was one of the major applications on MUSIC/SP. The e-mail interface initially provided access to local e-mail. As the networks developed, this was expanded to provide access toBITNET and Internet based e-mail. MUSIC/SP did not have direct access to the Internet until 1990, when the University of Wisconsin WiscNetTCP/IP code was ported to the system, allowing the system to provide access to all Internet services.
A major feature of the system was its ability to run programs that were designed to run on IBM's mainstream operating system (MVS). This was accomplished using an MVS emulator that intercepted system calls at theSupervisor Call instruction (SVC) level. Most third-party applications ran in this mode. Rather than write their own version of an application, the MUSIC/SP developers would usually start from the MVS version and rebuild it to run in MVS emulation mode. Since the MVS emulation was a small subset of the real thing, the applications generally ran more efficiently on MUSIC/SP.
One major advantage the system had in educational environments was that through the use of special lines called "control cards" at the top of a file, source files for any supported language could be automatically directed to the appropriate compiler (Fortran being the default), compiled, linked, and executed, (with compilation, linkage, and execution options also specified in control cards) simply by entering the filename on a command line.
A wide variety ofterminals were supported as of 1980, including bothEBCDIC-based units using IBM-proprietary protocols, and asynchronousASCII-based units. Since terminals were connected through various types offront-end processors (as per common IBM timesharing practice both then and now), and could therefore function without CPU attention for a considerable amount of time, MUSIC used variable-length time slices, which could, on compute-bound processing, reach a maximum of several seconds per time slice; conversely, if a user filled the output buffer or reached a conversational read, the timeslice would end immediately.
TheSim390 emulator contains a demonstration system of MUSIC/SP. It is freely available and runs onMicrosoft Windows.[6] The demonstration system will also run underHercules.
significant enhancements ,, from 2.1, announced May 2, 1989.