MP/M (Multi-Programming Monitor Control Program[8]) is a discontinued multi-user version of the CP/M operating system, created by Digital Research developer Tom Rolander in 1979.[1][7][8][9][2][3][4] It allowed multiple users to connect to a single computer, each using a separate terminal.

MP/M
DeveloperDigital Research, Inc. / Tom Rolander,[1][2][3][4] Gary Kildall, Frank Holsworth[5][6]
OS familyCP/M
Working stateDiscontinued
Source modelOriginally closed source, since open sourced
Initial release1979; 45 years ago (1979)[7][8]
Latest release2.1 / 1982; 42 years ago (1982)
Available inEnglish
Platforms8080, 8085, Z80, 8086, 80286
Kernel typeMonolithic kernel
Default
user interface
Command-line interface
LicenseOriginally proprietary, now BSD-like
Preceded byCP/M, CP/M-86
Succeeded byConcurrent CP/M, Concurrent CP/M-86
Official websitewww.cpm.z80.de

MP/M was a fairly advanced operating system for its era, at least on microcomputers. It included a priority-scheduled multitasking kernel (before such a name was used, the kernel was referred to as the nucleus) with memory protection, concurrent input/output (XIOS) and support for spooling and queueing. It also allowed for each user to run multiple programs, and switch between them.

MP/M platforms edit

MP/M-80 edit

The 8-bit system required a 8080 (or Z80) CPU and a minimum of 32 KB of RAM to run, but this left little memory for user applications. In order to support reasonable setups, MP/M allowed for memory to be switched in and out of the machine's "real memory" area. So for instance a program might be loaded into a "bank" of RAM that was not addressable by the CPU, and when it was time for the program to run that bank of RAM would be "switched" to appear in low memory (typically the lower 32 or 48 KB) and thus become visible to the OS. This technique, known as bank switching was subsequently added to the single user version of CP/M with version 3.0.

One of the primary uses of MP/M, perhaps to the surprise of DRI, was as a "power user" version of CP/M for a single user. The ability to run several programs at the same time and address large amounts of memory made the system worth the extra price.

MP/M II 2.0 added file sharing capabilities in 1981,[10][11][12] MP/M II 2.1 came with extended file locking in January 1982.[10]

Versions:

  • MP/M 1.0 (1979)[13]
  • MP/M 1.1[10] (January 1980)
  • MP/M II 2.0 (July 1981,[11][12] added: file sharing)[10]
  • MP/M II 2.1 (January 1982, added: extended file locking)[10]

MP/M-86 edit

Like CP/M, MP/M was eventually ported to the 16-bit Intel 8086, and appeared as MP/M-86 2.0 in September 1981.[14][15][16] Main developers of the system include Francis "Frank" R. Holsworth,[5][6] later a director of marketing at Digital Research. Known revisions of MP/M-86 2.0 were dated 25 September 1981 and 5 October 1981. There also was an MP/M-86 2.1 dated 20 July 1982.[17]

MP/M-86 2.1 absorbed some of the technology of CP/M-86 1.1 (BDOS 2.2) to become Concurrent CP/M-86 3.0[nb 1] (BDOS 3.0) in late 1982,[18] which also added support for "virtual screens".[18] Kathryn Strutynski, the project manager for CP/M-86, continued as project manager for Concurrent CP/M-86. In December 1983,[19] a DOS emulator named PC-MODE became available as an optional module for Concurrent CP/M-86 3.1 (BDOS 3.1), shipping on 21 February 1984,[20] and the system was further developed into the MS-DOS compatible Concurrent DOS (BDOS 3.1 and higher).[21] This in turn continued to evolve into FlexOS and Multiuser DOS and as such is still in use in some industrial applications.

MP/M 8-16 edit

MP/M 8-16 (sometimes also referred to as MP/M-8/16[18]) was CompuPro's name for a combination of the multi-user 16-bit MP/M-86 to perform single-user, single-stream CP/M functions, along with multi-user, multi-tasking 8-bit MP/M operations[18] running on the multi-processor CompuPro System 816 [sr].[22] Later on, this system was also able to run Concurrent DOS 3.1.

MP/M-286 edit

In 1982, Digital Research announced plans to develop MP/M-286 to take advantage of the 16-bit Intel 80286's new memory management and protection features to run existing MP/M-86 and CP/M-86 applications.[23] This was apparently never published "as is", but was further developed into Concurrent CP/M-286,[24] which seems to have formed the basis for the later Concurrent DOS 286 in 1985[24] and FlexOS 286 in 1986.

Commands edit

The following list of commands are supported by the MP/M II Console Command Processor CCP:[25]

  • ABORT
  • ATTACH
  • ASM
  • CONSOLE
  • DDT
  • DIR
  • DSKRESET
  • DUMP
  • ED
  • ERA
  • ERAQ
  • GENHEX
  • GENMOD
  • GENSYS
  • LIB
  • LINK
  • LOAD
  • MPMLDR
  • MPMSTAT
  • PIP
  • PRINTER
  • PRLCOM
  • RDT
  • REN
  • RMAC
  • SCHED
  • SDIR
  • SET
  • SHOW
  • SPOOL
  • STAT
  • STOPSPL
  • SUBMIT
  • TOD
  • TYPE
  • USER
  • XREF

CP/NET, CP/NOS, MP/NET and MP/NOS edit

In the early 1980s Digital Research also developed networking software named CP/NET used to connect an MP/M server with multiple CP/NET clients (named requesters) running CP/M.[26] It was originally developed by Tom Rolander.[2]

MP/NET was an MP/M system with networking allowing the MP/M system to function as both requester and server with CP/M requesters.[26]

The CP/NET clients could also be run in a diskless configuration with the system stored in ROM, then named CP/NOS (with NOS for Network Operating System). Similar, MP/NOS contained MP/M without local disk facilities. Like CP/NOS, MP/NOS performed the disk functions through the network.[26]

The system allowed to share files and printers and send electronic messages.

  • NIOS – Network I/O System[27]
  • SNIOS – Slave Network I/O System[27]
  • NDOS – Network Disk Operating System[27]

CP/NET existed in versions 1.0, 1.1 and 1.2 in versions for 8080 and Z80 processors. CP/NET-86 for 8086 was available as well.

Later incarnations were DR Net and FlexNet.

Legacy edit

Caldera permitted the redistribution and modification of all original Digital Research files, including source code, related to the CP/M and MP/M families through Tim Olmstead's "The Unofficial CP/M Web site" since 1997.[28][29][30] After Olmstead's death on 12 September 2001,[31] the free distribution license was refreshed and expanded by Lineo, who had meanwhile become the owner of those Digital Research assets, on 19 October 2001.[32][33][34][35]

Notes edit

  1. ^ Since there was apparently no 8-bit version of Concurrent CP/M, the 16-bit version Concurrent CP/M-86 was also referred to simply as Concurrent CP/M.[clarification needed]

References edit

  1. ^ a b "Catalog Search | Computer History Museum". Information Technology Corporate Histories Collection. Computer History Museum.
  2. ^ a b c "IEEE Milestone in Electrical Engineering and Computing - CP/M - Microcomputer Operating System, 1974" (PDF). Computer History Museum. 2014-04-25. Archived (PDF) from the original on 2019-04-03. Retrieved 2019-04-03.
  3. ^ a b Shustek, Len (2016-08-02). "In His Own Words: Gary Kildall". Remarkable People. Computer History Museum.
  4. ^ a b Kildall, Gary Arlen (2016-08-02) [1993]. Kildall, Scott; Kildall, Kristin (eds.). Computer Connections: People, Places, and Events in the Evolution of the Personal Computer Industry (Manuscript, part 1). Kildall Family. Retrieved 2016-11-17.
  5. ^ a b Wein, Josef "Joe" (2002). "Gary Kildall in England". Archived from the original on 2019-04-03. Retrieved 2019-04-03.
  6. ^ a b Holsworth, Francis "Frank" R. (2006-02-01). "Video: Frank Holsworth, developer" (interview). Information Technology Corporate Histories Collection. Computer History Museum. CHM Catalog Number 102770341. ITCHP 44403c1a3fd53. Lot Number X7847.2017. Archived from the original on 2019-04-03. Retrieved 2019-04-04.
  7. ^ a b Digital Research (July 1981) [1979]. MP/M - Multi-Programming Monitor Control Program - User's Guide (PDF) (4 ed.). Pacific Grove, CA, USA: Digital Research. Archived from the original (PDF) on 2017-01-04. Retrieved 2017-01-04.
  8. ^ a b c Digital Research (1979-08-09). "MP/M 1.0 - A Multi-Programming Monitor Control Program for Microcomputer System Development - FUNCTIONAL SPECIFICATION" (PDF) (internal specification). Archived (PDF) from the original on 2017-01-04. Retrieved 2017-01-04.
  9. ^ Evans, Harold; Buckland, Gail; Lefer, David (2004). They Made America: From the Steam Engine to the Search Engine: Two Centuries of Innovators. Little, Brown and Co. ISBN 978-0-316-27766-2.
  10. ^ a b c d e Digital Research (January 1982), MP/M II Operating System Release 2.1 Release Notes, Pacific Grove, CA, USA: Digital Research, retrieved 2017-01-04 [1] [2]
  11. ^ a b Digital Research (August 1981). MP/M II Operating System - User's Guide (PDF) (1 ed.). Pacific Grove, CA, USA: Digital Research. Archived (PDF) from the original on 2017-01-04. Retrieved 2017-01-04.
  12. ^ a b Digital Research (1981). MP/M II Operating System - Programmer's Guide (PDF) (1 ed.). Pacific Grove, CA, USA: Digital Research. Archived (PDF) from the original on 2017-01-04. Retrieved 2017-01-04.
  13. ^ Digital Research (March 1981) [1979]. MP/M - Multi-Programming Monitor Control Program - User's Guide (PDF) (3 ed.). Digital Research. Archived (PDF) from the original on 2017-01-04. Retrieved 2017-01-04.
  14. ^ Digital Research (October 1981) [September 1981]. MP/M-86 Operating System - System Guide (PDF) (corrected 1st ed.). Pacific Grove, CA, USA: Digital Research. Archived (PDF) from the original on 2017-01-04. Retrieved 2017-01-04.
  15. ^ Digital Research (1981-09-25). MP/M-86 Operating System - User's Guide (PDF) (1 ed.). Pacific Grove, CA, USA: Digital Research. Archived from the original (PDF) on 2017-01-04. Retrieved 2017-01-04.
  16. ^ Digital Research (September 1981). MP/M-86 Operating System - Programmer's Guide (PDF) (1 ed.). Pacific Grove, CA, USA: Digital Research. Archived (PDF) from the original on 2017-01-04. Retrieved 2017-01-04.
  17. ^ "MP/M-86 2.1 disk contents". Retrieved 2020-01-07.
  18. ^ a b c d Kildall, Gary Arlen (1982-09-16). "Running 8-bit software on dual-processor computers" (PDF). Electronic Design: 157. Archived (PDF) from the original on 2017-08-19. Retrieved 2017-08-19.
  19. ^ Digital Research (1984). "PC-Mode bridges CP/M and PC DOS". Digital Dialogue - Employee Newsletter of Digital Research Inc. 3 (1): 3. Archived (PDF) from the original on 2017-01-04. Retrieved 2017-01-03.
  20. ^ Digital Research (1984). "Concurrent CP/M ships early in response to team effort". Digital Dialogue - Employee Newsletter of Digital Research Inc. 3 (1): 1. Archived (PDF) from the original on 2017-01-04. Retrieved 2017-01-04.
  21. ^ Digital Research (May 1984). "Concurrent DOS bridges PC DOS, CP/M". Digital Research News - for Digital Research Users Everywhere. 4 (2): 3. […] "Concurrent DOS Release 3.1 is rapidly gaining momentum and support from a wide range of microcomputer manufacturers," Wandryk said. "Some 60 hardware companies have licensed the product since it was released in early March." […]
  22. ^ "Compupro 8/16". oldcomputers.com. Archived from the original on 2016-01-03. Retrieved 2011-07-13.
  23. ^ Swaine, Michael (1982-04-05). "Homebrew Computer Club views Intel's superchip". InfoWorld. Palo Alto, CA, USA. 4 (13): 4. Archived from the original on 2020-01-07. Retrieved 2020-01-07. […] Digital Research is producing an operating system for the 286. MP/M-286 will take advantage of the processor's memory management and protection and virtual memory support. Digital Research is promising "complete" compatibility with its MP/M-86 and CP/M-86 for the 8086 processor. Intel is supplying Digital Research with the hardware to develop and test MP/M-286. […]
  24. ^ a b Bidmead, Christopher H. (2006-05-09) [1985-03-25]. "Surviving Big Blue". Doctor Who. Which Computer?. Archived from the original on 2020-01-07. Retrieved 2020-01-07. […] Paul Bailey of Digital Research keenly promotes this approach; it is his company that is supplying ICL and others with Concurrent Dos-286. This chameleon operating system allows ICL and other 80286 manufacturers to build machines that will be able to cope with all the existing body of IBM-PC software -- and at the same time promise multi-tasking, windowing and true concurrency, three features that together allow a single micro to do several things at once. […] Although no firm announcements have been made, it seems certain that by the end of the year ACT will be offering a Concurrent CP/M 286 machine to fuel its drive into the corporate market. But by this time it will have to contend with IBM's own 80286 office micro, the PC/AT. […] IBM also have a software product in the offing that could pull the rug out from under the Concurrent contenders. Some 180K in size, TopView is a program for IBM PC's and AT's that beefs up the operating system to provide windowing facilities for existing 'well behaved' standard packages. […]
  25. ^ Digital Research (August 1982). MP/M II Operating System - User's Guide (PDF) (2 ed.). Pacific Grove, CA, USA: Digital Research. Archived (PDF) from the original on 2019-10-20. Retrieved 2020-01-02.
  26. ^ a b c Kildall, Gary Arlen (June 1981). "CP/M: A Family of 8-and 16-Bit Operating Systems". BYTE. Retrieved 2018-09-09.
  27. ^ a b c CP/NET - Network Operating System - Reference Manual (5 ed.). Digital Research. November 1982 [1980]. Archived from the original on 2016-11-24. Retrieved 2016-11-25.
  28. ^ Olmstead, Tim (1997-08-10). "CP/M Web site needs a host". Newsgroupcomp.os.cpm. Archived from the original on 2017-09-01. Retrieved 2018-09-09.
  29. ^ Olmstead, Tim (1997-08-29). "ANNOUNCE: Caldera CP/M site is now up". Newsgroupcomp.os.cpm. Archived from the original on 2017-09-01. Retrieved 2018-09-09. [3]
  30. ^ "License Agreement". Caldera, Inc. 1997-08-28. Archived from the original on 2018-09-08. Retrieved 2018-09-09.{{cite web}}: CS1 maint: bot: original URL status unknown (link) [4][permanent dead link] [5][permanent dead link]
  31. ^ Allison (2001-09-12). "Tim Olmstead". Newsgroupcomp.os.cpm.
  32. ^ Sparks, Bryan Wayne (2001-10-19). Chaudry, Gabriele "Gaby" (ed.). "License agreement for the CP/M material presented on this site". Lineo, Inc. Archived from the original on 2018-09-08. Retrieved 2018-09-09. […] Let this email represent a right to use, distribute, modify, enhance and otherwise make available in a nonexclusive manner the CP/M technology as part of the "Unofficial CP/M Web Site" with its maintainers, developers and community. I further state that as Chairman and CEO of Lineo, Inc. that I have the right to do offer such a license. […] Bryan Sparks […]{{cite web}}: CS1 maint: bot: original URL status unknown (link)
  33. ^ Chaudry, Gabriele "Gaby" (ed.). "The Unofficial CP/M Web Site". Archived from the original on 2016-02-03.
  34. ^ Gasperson, Tina (2001-11-26). "CP/M collection is back online with an Open Source licence - Walk down memory lane". The Register. Archived from the original on 2017-09-01.
  35. ^ Swaine, Michael (2004-06-01). "CP/M and DRM". Dr. Dobb's Journal. CMP Media LLC. 29 (6): 71–73. #361. Archived from the original on 2018-09-09. Retrieved 2018-09-09. [6]