CP/M-86

Last updated

CP/M-86
CPM-86.png
A screenshot of CP/M-86 for the IBM PC/XT/AT Version 1.1
Developer Digital Research, Inc. / Gary Kildall  / Kathryn Strutynski
OS family CP/M
Working stateHistoric
Source modelOriginally closed source, now open source [1]
Initial releaseNovember 1981;42 years ago (1981-11) [2]
Available in English
Platforms Intel 8086
Kernel type Monolithic kernel
Default
user interface
Command-line interface
License Originally proprietary, now BSD-like[ citation needed ]
Preceded by(CP/M-80 2.2)
Succeeded by Concurrent CP/M-86 3.0

CP/M-86 is a discontinued version of the CP/M operating system that Digital Research (DR) made for the Intel 8086 and Intel 8088. The system commands are the same as in CP/M-80. Executable files used the relocatable .CMD file format. [nb 1] Digital Research also produced a multi-user multitasking operating system compatible with CP/M-86, MP/M-86, which later evolved into Concurrent CP/M-86. When an emulator was added to provide PC DOS compatibility, the system was renamed Concurrent DOS, which later became Multiuser DOS, of which REAL/32 is the latest incarnation. The FlexOS, DOS Plus, and DR DOS families of operating systems started as derivations of Concurrent DOS as well.

Contents

History

Digital Research's CP/M-86 was originally announced to be released in November 1979, but was delayed repeatedly. [3] When IBM contacted other companies to obtain components for the IBM PC, the as-yet unreleased CP/M-86 was its first choice for an operating system because CP/M had the most applications at the time. Negotiations between Digital Research and IBM quickly deteriorated over IBM's non-disclosure agreement and its insistence on a one-time fee rather than DRI's usual royalty licensing plan. [4] After discussions with Microsoft, IBM decided to use 86-DOS (QDOS), a CP/M-like operating system that Microsoft bought from Seattle Computer Products renaming it MS-DOS. Microsoft adapted it for PC, and licensed it to IBM. It was sold by IBM under the name of PC DOS. After learning about the deal, Digital Research founder Gary Kildall threatened to sue IBM for infringing DRI's intellectual property, and IBM agreed to offer CP/M-86 as an alternative operating system on the PC to settle the claim. Most of the BIOS drivers for CP/M-86 for the IBM PC were written by Andy Johnson-Laird.

Digital Research CP/M-86 for the IBM Personal Computer Version 1.0 Digital Research CP-M-86 for the IBM Personal Computer Version 1.0 720x400.png
Digital Research CP/M-86 for the IBM Personal Computer Version 1.0

The IBM PC was announced on 12 August 1981, and the first machines began shipping in October the same year, ahead of schedule. CP/M-86 was one of three operating systems available from IBM, with PC DOS and UCSD p-System. [5] Digital Research's adaptation of CP/M-86 for the IBM PC was released six months after PC DOS in spring 1982, and porting applications from CP/M-80 to either operating system was about equally difficult. [6] In November 1981, Digital Research also released a version for the proprietary IBM Displaywriter. [2] [7]

On some dual-processor 8-bit/16-bit computers special versions of CP/M-86 could natively run CP/M-86 and CP/M-80 applications. [8] A version for the DEC Rainbow was named CP/M-86/80, whereas the version for the CompuPro System 816  [ sr ] was named CP/M 8-16 (see also: MP/M 8-16). [9] [10] The version of CP/M-86 for the 8085/8088-based Zenith Z-100 supported running programs for both processors as well.

When PC clones came about, Microsoft licensed MS-DOS to other companies as well. Experts found that the two operating systems were technically comparable, with CP/M-86 having better memory management but DOS being faster. BYTE speculated that Microsoft reserving multitasking for Xenix "appears to leave a big opening" for Concurrent CP/M-86. [11]

On the IBM PC, however, at US$ 240 per copy for IBM's version, CP/M-86 sold poorly compared to the US$40 PC DOS; one survey found that 96.3% of IBM PCs were ordered with DOS, compared to 3.4% with CP/M-86 or Concurrent CP/M-86. [12] In mid-1982 Lifeboat Associates, perhaps the largest CP/M software vendor, announced its support for DOS over CP/M-86 on the IBM PC. [13] BYTE warned that IBM, Microsoft, and Lifeboat's support for DOS "poses a serious threat to" CP/M-86, [5] and Jerry Pournelle stated in the magazine that "it is clear that Digital Research made some terrible mistakes in the marketing". [14]

By early 1983 DRI began selling CP/M-86 1.1 to end users for US$60. [12] Advertisements called CP/M-86 a "terrific value", with "instant access to the largest collection of applications software in existence … hundreds of proven, professional software programs for every business and education need"; it also included Graphics System Extension (GSX), formerly US$75. [15] In May 1983 the company announced that it would offer DOS versions of all of its languages and utilities. It stated that "obviously, PC DOS has made great market penetration on the IBM PC; we have to admit that", but claimed that "the fact that CP/M-86 has not done as well as DRI had hoped has nothing to do with our decision". [16] By early 1984 DRI gave free copies of Concurrent CP/M-86 to those who purchased two CP/M-86 applications as a limited time offer, and advertisements stated that the applications were booters, which did not require loading CP/M-86 first. [17] In January 1984, DRI also announced Kanji CP/M-86, a Japanese version of CP/M-86, for nine Japanese companies including Mitsubishi Electric Corporation, Sanyo Electric Co. Ltd., Sord Computer Corp. [18] [19] [20] In December 1984 Fujitsu announced a number of FM-16-based machines using Kanji CP/M-86. [21] [22]

CP/M-86 and DOS had very similar functionality, but were not compatible because the system calls for the same functions and program file formats were different, so two versions of the same software had to be produced and marketed to run under both operating systems. The command interface again had similar functionality but different syntax; where CP/M-86 (and CP/M) copied file SOURCE to TARGET with the command PIP TARGET=SOURCE, DOS used COPY SOURCE TARGET.

Initially MS-DOS and CP/M-86 also ran on computers not necessarily hardware-compatible with the IBM PC such as the Apricot and Sirius, the intention being that software would be independent of hardware by making standardised operating system calls to a version of the operating system custom tailored to the particular hardware. However, writers of software which required fast performance accessed the IBM PC hardware directly instead of going through the operating system, resulting in PC-specific software which performed better than other MS-DOS and CP/M-86 versions; for example, games would display fast by writing to video memory directly instead of suffering the delay of making a call to the operating system, which would then write to a hardware-dependent memory location. Non-PC-compatible computers were soon replaced by models with hardware which behaved identically to the PC's. A consequence of the universal adoption of detailed PC architecture was that no more than 640 kilobytes of memory were supported; early machines running MS-DOS and CP/M-86 did not suffer from this restriction, and some could make use of nearly one megabyte of RAM.

Reception

PC Magazine wrote that CP/M-86 "in several ways seems better fitted to the PC" than DOS; however, for those who did not plan to program in assembly language, because it cost six times more "CP/M seems a less compelling purchase". It stated that CP/M-86 was strong in areas where DOS was weak, and vice versa, and that the level of application support for each operating system would be most important, although CP/M-86's lack of a run-time version for applications was a weakness. [6]

Versions

A given version of CP/M-86 has two version numbers. One applies to the whole system and is usually displayed at startup; the other applies to the BDOS kernel. Versions known to exist include:

OSBDOSDateNotes
CP/M-86 1.0 for AST [23] 2.2?1981?
CP/M-86 1.0 for the Altos ACS 16000/8600 [23] 2.2?November 1981 [24]
CP/M-86 Version 1.1 for IBM Displaywriter2.2November 1981 [2]
CP/M-86 1.0 for the Sirius 1/Victor 9000 2.2a1981/1982
CompuView CP/M-862.x?1982196 KB disk capacity, compatible with IBM PC hardware [6]
IBM CP/M-86 for the IBM Personal Computer Version 1.02.21982-04-05 [6] Initial release for the IBM PC. 141 KB disk capacity (Initial date defaults to 1982-02-10.) [6]
IBM CP/M-86 for the IBM Personal Computer Version 1.12.2March 1983Hard drive support was added.
CP/M-86 Plus Version 3.13.1October 1983Released for the Apricot PC. Based on the multitasking Concurrent CP/M-86 kernel, it could run up to four tasks at once.
Personal CP/M-86 Version 1.03.1November 1983Released for the Siemens PG685.
Personal CP/M-86 Version 3.13.3January 1985A version for the Apricot F-Series computers. This version gained the ability to use FAT formatted disks as used by DOS.
Personal CP/M-86 Version 2.04.11986 or laterReleased for the Siemens PC16-20. This is the same BDOS used in DOS Plus 1.2.
Personal CP/M-86 Version 2.114.11986 or laterReleased for the Siemens PG685.

All known Personal CP/M-86 versions contain references to CP/M-86 Plus, suggesting that they are derived from the CP/M-86 Plus codebase.

A number of 16-bit CP/M-86 derivatives existed in the former East-bloc under the names SCP1700 (Single User Control Program  [ de ]), CP/K, and K8918-OS. [25] They were produced by the East-German VEB Robotron Dresden and Energiekombinat  [ de ] Berlin. [26] [25]

Legacy

Caldera permitted the redistribution and modification of all original Digital Research files, including source code, related to the CP/M family through Tim Olmstead's "The Unofficial CP/M Web site" since 1997. [27] [28] [29] After Olmstead's death on 12 September 2001, [30] 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. [31] [32] [33] [34]

See also

Notes

  1. The same filename extension .CMD is used by OS/2 and Windows for unrelated batch files.

Related Research Articles

<span class="mw-page-title-main">Gary Kildall</span> American computer scientist and microcomputer entrepreneur (1942–1994)

Gary Arlen Kildall was an American computer scientist and microcomputer entrepreneur.

<span class="mw-page-title-main">IBM Personal Computer</span> Personal computer model released in 1981

The IBM Personal Computer is the first microcomputer released in the IBM PC model line and the basis for the IBM PC compatible de facto standard. Released on August 12, 1981, it was created by a team of engineers and designers directed by Don Estridge in Boca Raton, Florida.

<span class="mw-page-title-main">CP/M</span> Discontinued family of computer operating systems

CP/M, originally standing for Control Program/Monitor and later Control Program for Microcomputers, is a mass-market operating system created in 1974 for Intel 8080/85-based microcomputers by Gary Kildall of Digital Research, Inc. Initially confined to single-tasking on 8-bit processors and no more than 64 kilobytes of memory, later versions of CP/M added multi-user variations and were migrated to 16-bit processors.

<span class="mw-page-title-main">IBM PC compatible</span> Computers similar to the IBM PC and its derivatives

IBM PC compatible computers are similar to the original IBM PC, XT, and AT, all from computer giant IBM, that are able to use the same software and expansion cards. Such computers were referred to as PC clones, IBM clones or IBM PC clones. The term "IBM PC compatible" is now a historical description only, since IBM no longer sells personal computers after it sold its personal computer division in 2005 to Chinese technology company Lenovo. The designation "PC", as used in much of personal computer history, has not meant "personal computer" generally, but rather an x86 computer capable of running the same software that a contemporary IBM PC could. The term was initially in contrast to the variety of home computer systems available in the early 1980s, such as the Apple II, TRS-80, and Commodore 64. Later, the term was primarily used in contrast to Apple's Macintosh computers.

<span class="mw-page-title-main">Xenix</span> Discontinued Unix version published by Microsoft

Xenix is a discontinued version of the Unix operating system for various microcomputer platforms, licensed by Microsoft from AT&T Corporation in the late 1970s. The Santa Cruz Operation (SCO) later acquired exclusive rights to the software, and eventually replaced it with SCO UNIX.

<span class="mw-page-title-main">GEM (desktop environment)</span> Operating environment created by Digital Research

GEM is a discontinued operating environment released by Digital Research in 1985. GEM is known primarily as the native graphical user interface of the Atari ST series of computers, providing a WIMP desktop. It was also available for IBM PC compatibles and shipped with some models from Amstrad. GEM is used as the core for some commercial MS-DOS programs, the most notable being Ventura Publisher. It was ported to other computers that previously lacked graphical interfaces, but never gained traction. The final retail version of GEM was released in 1988.

<span class="mw-page-title-main">Digital Research</span> Defunct American software company

Digital Research, Inc. was a privately held American software company created by Gary Kildall to market and develop his CP/M operating system and related 8-bit, 16-bit and 32-bit systems like MP/M, Concurrent DOS, FlexOS, Multiuser DOS, DOS Plus, DR DOS and GEM. It was the first large software company in the microcomputer world. Digital Research was originally based in Pacific Grove, California, later in Monterey, California.

MP/M is a discontinued multi-user version of the CP/M operating system, created by Digital Research developer Tom Rolander in 1979. It allowed multiple users to connect to a single computer, each using a separate terminal.

<span class="mw-page-title-main">86-DOS</span> Discontinued computer operating system for x86 processors and predecessor to MS-DOS/PC DOS

86-DOS is a discontinued operating system developed and marketed by Seattle Computer Products (SCP) for its Intel 8086-based computer kit.

<span class="mw-page-title-main">Compaq Portable</span> Early portable computer

The Compaq Portable is an early portable computer which was one of the first IBM PC compatible systems. It was Compaq Computer Corporation's first product, to be followed by others in the Compaq Portable series and later Compaq Deskpro series. It was not simply an 8088-CPU computer that ran a Microsoft DOS as a PC "work-alike", but contained a reverse-engineered BIOS, and a version of MS-DOS that was so similar to IBM's PC DOS that it ran nearly all its application software. The computer was also an early variation on the idea of an "all-in-one".

<span class="mw-page-title-main">Multiuser DOS</span> Family of CP/M- and DOS-compatible multi-user multi-tasking operating systems

Multiuser DOS is a real-time multi-user multi-tasking operating system for IBM PC-compatible microcomputers.

<span class="mw-page-title-main">Rainbow 100</span> DEC microcomputer

The Rainbow 100 is a microcomputer introduced by Digital Equipment Corporation (DEC) in 1982. This desktop unit had a monitor similar to the VT220 and a dual-CPU box with both 4 MHz Zilog Z80 and 4.81 MHz Intel 8088 CPUs. The Rainbow 100 was a triple-use machine: VT100 mode, 8-bit CP/M mode, and CP/M-86 or MS-DOS mode using the 8088. It ultimately failed to in the marketplace which became dominated by the simpler IBM PC and its clones which established the industry standard as compatibility with CP/M became less important than IBM PC compatibility. Writer David Ahl called it a disastrous foray into the personal computer market. The Rainbow was launched along with the similarly packaged DEC Professional and DECmate II which were also not successful. The failure of DEC to gain a significant foothold in the high-volume PC market would be the beginning of the end of the computer hardware industry in New England, as nearly all computer companies located there were focused on minicomputers for large organizations, from DEC to Data General, Wang, Prime, Computervision, Honeywell, and Symbolics Inc.

In computer programming, a runtime system or runtime environment is a sub-system that exists both in the computer where a program is created, as well as in the computers where the program is intended to be run. The name comes from the compile time and runtime division from compiled languages, which similarly distinguishes the computer processes involved in the creation of a program (compilation) and its execution in the target machine.

A source-to-source translator, source-to-source compiler, transcompiler, or transpiler is a type of translator that takes the source code of a program written in a programming language as its input and produces an equivalent source code in the same or a different programming language. A source-to-source translator converts between programming languages that operate at approximately the same level of abstraction, while a traditional compiler translates from a higher level programming language to a lower level programming language. For example, a source-to-source translator may perform a translation of a program from Python to JavaScript, while a traditional compiler translates from a language like C to assembler or Java to bytecode. An automatic parallelizing compiler will frequently take in a high level language program as an input and then transform the code and annotate it with parallel code annotations or language constructs.

A self-booting disk is a floppy disk for home computers or personal computers that loads—or boots—directly into a standalone application when the system is turned on, bypassing the operating system. This was common, even standard, on some computers in the late 1970s to early 1990s. Video games were the type of application most commonly distributed using this technique.

<span class="mw-page-title-main">Influence of the IBM PC on the personal computer market</span> Overview about the influence of the IBM PC on the personal computer market

Following the introduction of the IBM Personal Computer, or IBM PC, many other personal computer architectures became extinct within just a few years. It led to a wave of IBM PC compatible systems being released.

FlexOS is a discontinued modular real-time multiuser multitasking operating system (RTOS) designed for computer-integrated manufacturing, laboratory, retail and financial markets. Developed by Digital Research's Flexible Automation Business Unit in Monterey, California, in 1985, the system was considered to become a successor of Digital Research's earlier Concurrent DOS, but with a new, modular, and considerably different system architecture and portability across several processor families. Still named Concurrent DOS 68K and Concurrent DOS 286, it was renamed into FlexOS on 1 October 1986 to better differentiate the target audiences. FlexOS was licensed by several OEMs who selected it as the basis for their own operating systems like 4680 OS, 4690 OS, S5-DOS/MT and others. Unrelated to FlexOS, the original Concurrent DOS system architecture found a continuation in successors like Concurrent DOS XM and Concurrent DOS 386 as well.

This article presents a timeline of events in the history of 16-bit x86 DOS-family disk operating systems from 1980 to present. Non-x86 operating systems named "DOS" are not part of the scope of this timeline.

<span class="mw-page-title-main">MS-DOS</span> Microsofts discontinued operating system

MS-DOS is an operating system for x86-based personal computers mostly developed by Microsoft. Collectively, MS-DOS, its rebranding as IBM PC DOS, and a few operating systems attempting to be compatible with MS-DOS, are sometimes referred to as "DOS". MS-DOS was the main operating system for IBM PC compatibles during the 1980s, from which point it was gradually superseded by operating systems offering a graphical user interface (GUI), in various generations of the graphical Microsoft Windows operating system.

<span class="mw-page-title-main">DOS</span> Group of closely related IBM PC-compatible operating systems

DOS is a family of disk-based operating systems for IBM PC compatible computers. The DOS family primarily consists of IBM PC DOS and a rebranded version, Microsoft's MS-DOS, both of which were introduced in 1981. Later compatible systems from other manufacturers include DR-DOS (1988), ROM-DOS (1989), PTS-DOS (1993), and FreeDOS (1998). MS-DOS dominated the IBM PC compatible market between 1981 and 1995.

References

  1. "CP/M collection is back online with an Open Source licence". The Register . 2001-11-26.
  2. 1 2 3 "Digital Research Has CP/M-86 for IBM Displaywriter" (PDF). Digital Research News – for Digital Research Users Everywhere. Pacific Grove, California, USA: Digital Research, Inc. 1 (1): 2, 5, 7. November 1981. Fourth Quarter. Archived (PDF) from the original on 2021-04-17. Retrieved 2020-01-18.
  3. Paterson, Tim (2007-09-30). "Design of DOS". DosMan Drivel. Archived from the original on 2013-01-20. Retrieved 2011-07-04.
  4. Freiberger, Paul; Swaine, Michael (2000) [1984]. Fire in the Valley: The Making of the Personal Computer (2nd ed.). New York, USA: McGraw-Hill. pp.  332–333. ISBN   0-07-135892-7.
  5. 1 2 Williams, Gregg (January 1982). "A Closer Look at the IBM Personal Computer". BYTE Magazine . 7 (1): 36–68. Retrieved 2013-10-19.
  6. 1 2 3 4 5 Edlin, Jim (1982-06-07). "CP/M Arrives – IBM releases a tailed-for-the-PC version of CP/M-86 that profits from the learning curve". PC Magazine : 43–46. Retrieved 2013-10-21.
  7. Libes, Sol (December 1981). "Bytelines – News and speculation about personal computing". BYTE Magazine . 6 (12): 314–318. Retrieved 2015-01-29.
  8. Pournelle, Jerry (March 1984). "New Machines, Networks, and Sundry Software – Chaos Manor is inundated with mew computers". BYTE Magazine . 9 (3): 46–54, 58–62, 68–76. Retrieved 2013-10-22.
  9. 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.
  10. "OLDCOMPUTERS.COM Compupro 8/16". Archived from the original on 2016-01-03. Retrieved 2011-07-13.
  11. Taylor, Roger; Lemmons, Phil (July 1982). "Upward Migration – Part 2: A Comparison of CP/M-86 and MS-DOS". BYTE Magazine . 7 (7): 330–338. Retrieved 2016-03-23.
  12. 1 2 "PC-Communiques: CP/M-86 Price Plunges to $60". PC Magazine : 56. February 1983. Retrieved 2013-10-21.
  13. "The Microsoft/Lifeboat Battle Cry – Software firms back PC-DOS as 16-bit standard". PC Magazine : 159–162. June–July 1982. Retrieved 2013-10-21.
  14. Pournelle, Jerry (September 1983). "Eagles, Text Editors, New Compilers, and Much More". BYTE . p. 307. Retrieved 2019-04-07.
  15. "CP/M gives you a new world of PC power … for a new low price". BYTE Magazine (advertisement). 8 (6): 65. June 1983. Retrieved 2013-10-19.
  16. Hughes, George D. Jr. (July 1983). "The New View From Digital Research". PC Magazine : 403–406. Retrieved 2013-10-21.
  17. Digital Research Inc. (February 1984). "Introducing software for the IBM PC with a $350 bonus!". BYTE Magazine (advertisement). 9 (2): 216–217. Retrieved 2013-10-22.
  18. "International Report – Japan". Computerworld – The Newsweekly for the Computer Community. News. Vol. XVII, no. 2. Tokyo, Japan: CW Communications, Inc. 1984-01-09. p. 19. ISSN   0010-4841. Archived from the original on 2020-02-17. Retrieved 2017-01-23.
  19. "Kanji CPM-System von Digital Research Japan". Computerwoche (in German). Tokyo, Japan: IDG Business Media GmbH. 1984-01-13. Archived from the original on 2017-01-23. Retrieved 2017-01-23.
  20. Philippi, Donald L.; Lamb, John David; Buda, Janusz, eds. (2019) [1984-01-14]. "Digital Research Japan Develops Japanese Word-Processing Software For 16-Bit, 8-Bit Personal Computers; Features Grammatical Analysis Functions". Technical Japanese Translation. Vol. 1, no. 11. Waseda University. Archived from the original on 2020-02-17. Retrieved 2020-02-17.
  21. "International Report – Japan". Computerworld – The Newsweekly for the Computer Community. News. Vol. XVII, no. 51. Tokyo, Japan: CW Communications, Inc. 1984-12-17. p. 22. ISSN   0010-4841. Archived from the original on 2020-02-17. Retrieved 2017-01-23.
  22. Hiroshi, Hatta (2006-02-20). "Fujitsu FM16π (PAI)". IPSJ Computer Museum. Archived from the original on 2017-01-24. Retrieved 2017-01-24.
  23. 1 2 Strutynski, Kathryn (2006-05-19). "Kathy Strutynski Early Years at Digital Research Incorporated" (Video). CHM Catalog Number   102762830. ITCHP 446f9931d5fa6. Lot X7847.2017. Archived from the original on 2021-08-16. Retrieved 2021-08-16 via Computer History Museum. [8:23]; Bill Selmeier (ed.) 2006-05-24 (NB. About tasks, working relations, and stories from the very earliest years of Digital Research Incorporated.)
  24. Garezt, Mark (1980-12-22). "According to Garetz..." InfoViews. InfoWorld – The Newspaper for the Microcomputing Community. Vol. 2, no. 23. Palo Alto, California, USA: Popular Computing, Inc. p. 12. ISSN   0199-6649 . Retrieved 2021-08-20.
  25. 1 2 Kurth, Rüdiger; Groß, Martin; Hunger, Henry (2019-01-03). "Betriebssystem SCP". www.robotrontechnik.de (in German). Archived from the original on 2019-04-27. Retrieved 2019-04-27.
  26. Kurth, Rüdiger; Groß, Martin; Hunger, Henry (2019-01-03). "Betriebssysteme". www.robotrontechnik.de (in German). Archived from the original on 2019-04-27. Retrieved 2019-04-27.
  27. Olmstead, Tim (1997-08-10). "CP/M Web site needs a host". Newsgroup:  comp.os.cpm. Archived from the original on 2017-09-01. Retrieved 2018-09-09.
  28. Olmstead, Tim (1997-08-29). "ANNOUNCE: Caldera CP/M site is now up". Newsgroup:  comp.os.cpm. Archived from the original on 2017-09-01. Retrieved 2018-09-09.
  29. "License Agreement". Caldera, Inc. 1997-08-28. Archived from the original on 2018-09-08. Retrieved 2018-09-09. [ permanent dead link ] [ permanent dead link ]
  30. "Tim Olmstead". 2001-09-12. Archived from the original on 2018-09-09. Retrieved 2018-09-09.
  31. 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 […]
  32. Chaudry, Gabriele "Gaby" (ed.). "The Unofficial CP/M Web Site". Archived from the original on 2016-02-03.
  33. 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.
  34. 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.

Further reading