86-DOS

86-DOS

Infobox OS
name = 86-DOS



caption = A sample 86-DOS session (simulated). Note that the prompt is a colon rather than a '>' sign.
developer = Seattle Computer Products / Tim Paterson
source_model = Closed source
kernel_type = Monolithic kernel
supported_platforms = x86
ui = Command line interface
family = DOS
released = 1980
latest_release_version = 86-DOS v1.14
latest_release_date = July 1981
marketing_target = ?
programmed_in = ?
prog_language = 8086-Assembly language
language = English
updatemodel =
package_manager = N/A
working_state = Historic
license = Proprietary
website =

86-DOS was an operating system developed and marketed by Seattle Computer Products for its Intel 8086-based computer kit. Initially known as QDOS (Quick and Dirty Operating System) the name was changed to 86-DOS once SCP started licensing the operating system.

86-DOS had a command structure and application programming interface that imitated that of Digital Research's CP/M operating system, which made it easy to port programs from the latter. The system was purchased by Microsoft and developed further as PC-DOS and MS-DOS.

Origins

86-DOS was created because sales of the Seattle Computer Products (SCP) 8086 computer kit, demonstrated in June 1979 and shipped in November, were languishing due to the absence of an operating system. The only software which SCP could sell with the board was the stand-alone Microsoft BASIC-86, which Microsoft had developed on a prototype of SCP's hardware. SCP wanted to offer the 8086 version of CP/M that Digital Research had announced, but its release date was uncertain. This was not the first time DRI had lagged behind hardware developments; two years earlier it had been slow to adapt CP/M for new floppy disk formats and hard disks. In April 1980 SCP assigned 22-year-old Tim Paterson to develop a substitute for CP/M-86.

Paterson designed 86-DOS with the same API and most of the user commands of CP/M. At the same time he made a number of changes to address what he saw as CP/M's shortcomings. CP/M cached file system information in memory for speed, but this required a user to force an update to a disk before removing it; if the user forgot, the disk would be corrupt. Paterson took the safer but slower approach of updating the disk with each operation. CP/M's PIP command, which copied files, supported several special file names that referred to hardware devices such as printers and communication ports. Paterson built these names into the operating system as device files so that any program could use them. He gave his copying program the more intuitive name COPY. Rather than implementing CP/M's file system, he used BASIC-86's FAT filesystem to maintain compatibility with systems that SCP had already shipped.

IBM interest

In late 1980, IBM was developing what would become the original IBM Personal Computer. CP/M was by far the most popular operating system in use at the time, and IBM felt it needed CP/M in order to compete. IBM's representatives visited Digital Research and discussed licensing with DRI's licensing representative, Dorothy McEwen Kildall, who hesitated to sign IBM's non-disclosure agreement. Although the NDA was later accepted, DRI would not accept IBM's proposal of $250,000 in exchange for as many copies as IBM could sell, insisting on the usual royalty-based plan. [cite book
last = Freiberger
first = Paul
coauthors = Michael Swaine
title = Fire in the Valley: The Making of the Personal Computer
origyear = 1984
url = http://www.fireinthevalley.com/
edition = 2nd edition
year = 2000
publisher = McGraw-Hill
location = New York
id = ISBN 0-07-135892-7
pages = pp. 332-333
] In later discussions between IBM and Bill Gates, Gates mentioned the existence of 86-DOS and IBM representative Jack Sams told him to get a license for it.

Creation of PC-DOS

Microsoft purchased a nonexclusive license for 86-DOS from Seattle Computer Products in December 1980 for $25,000. In May 1981, it hired Tim Paterson to port the system to the IBM-PC, which used the slower and less expensive Intel 8088 processor and had its own specific family of peripherals. IBM watched the developments daily, submitted over 300 change requests before accepting the product and wrote the user manual for it.

In July 1981, a month before the PC's release, Microsoft purchased all rights to 86-DOS from SCP for $50,000. It met IBM's main criteria: it looked like CP/M, and it was easy to adapt existing 8-bit CP/M programs to run under it, notably thanks to the TRANS command which would translate source files from 8080 to 8086 machine instructions. Microsoft licensed 86-DOS to IBM, and it became PC-DOS 1.0. This license also permitted Microsoft to sell DOS to other companies, which it did. The deal was spectacularly successful, and SCP later claimed in court that Microsoft had concealed its relationship with IBM in order to purchase the operating system cheaply. SCP ultimately received a 1 million dollar settlement payment.

Intellectual property dispute

When DRI founder Gary Kildall examined PC-DOS and found that it duplicated CP/M's programming interface, he wanted to sue IBM, which at the time claimed that PC-DOS was its own product. However, Digital Research's attorney did not believe that the relevant law was clear enough to sue (he now believes that later legal developments would have made this easier). Nonetheless, Kildall confronted IBM and persuaded them to offer CP/M-86 with the PC in exchange for a release of liability.

Controversy has continued to surround the similarity between the two systems. Perhaps the most sensational claim comes from Jerry Pournelle, who claims that Kildall personally demonstrated to him that DOS contained CP/M code by entering a command in DOS that displayed Kildall's name; [cite podcast
url=http://www.twit.tv/73
title=this WEEK in TECH
website=The TWiT Netcast Network
date=2006-10-16
accessyear=2006
accessdate=11-28
] as of 2006 Pournelle has not revealed the command and nobody has come forward to corroborate his story. A 2004 book about Kildall says that he used such an encrypted message to demonstrate that other manufacturers had copied CP/M, but does not say that he found the message in DOS; [cite book
last=Evans
first=Harold
coauthors=Gail Buckland, and David Lefer
year=2004
title=They Made America
publisher=Little, Brown and Co
id=ISBN 0-316-27766-5
] instead Kildall's memoir (a source for the book) pointed to the well-known interface similarity. Paterson insists that the 86-DOS software was his original work, and has denied referring to or otherwise using CP/M code while writing it. [cite journal
last=Paterson
first=Tim
date=1994-10-03
title=The Origins of DOS
journal=Microprocessor Report
url=http://www.ece.umd.edu/courses/enee759m.S2000/papers/paterson1994-kildall.pdf
accessdate=2006-11-28
] After the 2004 book appeared, he sued the authors and publishers for defamation. [cite news
author=Associated Press
date=2005-02-03
title=Programmer sues author over role in Microsoft history
work=USA Today
url=http://www.usatoday.com/tech/news/2005-03-02-ms-coding-dis_x.htm
accessdate=2006-11-28
] The court ruled in summary judgement that no defamation had occurred, as the book's claims were opinions based on research or were not provably false. [ [http://seattletimes.nwsource.com/ABPub/2007/07/26/2003806592.pdf Order] (2007-07-25). "Paterson v. Little, Brown, and Co., et al." W. D. Wash.. Retrieved on 2007-08-03.]

By 1982, when IBM asked Microsoft to release a version of DOS that was compatible with a hard disk, PC-DOS 2.0 was an almost complete rewrite of DOS, so by March 1983, very little of QDOS remained. The most enduring element of 86-DOS was its primitive line editor, EDLIN, which remained the only editor supplied with Microsoft versions of DOS until the June 1991 release of MS-DOS 5.0, which included a TUI-based editor, MS-DOS Editor based on QBasic. EDLIN can still be used on contemporary machines, since it is bundled with the emulated DOS environment up to Windows Vista.

Versions

* QDOS v0.1, July 1980 "50% completed" version of the OS."
* QDOS v0.11, August 1980 "Bug fix."
* 86-DOS v0.33, December 1980 "First version distributed to OEMs and Microsoft."
* 86-DOS v1.0, April 1981 "Modified system calls."
* 86-DOS v1.14, July 1981 [BYTE Magazine, [http://www.patersontech.com/Dos/Byte/History.html A Short History of MS-DOS] , June, 1983.] "Renamed MS-DOS as of July 27th 1981."

Quotes

quotation|"We needed an operating system at Seattle Computer for our own computers and I wanted to do one. So we decided to go for it. I was waiting for Digital [Research] to come out with CP/M-86. I thought they would have it real soon. If they had beat me I wouldn't have taken the trouble. I had always wanted to write my own operating system. I've always hated CP/M and thought I could do it a lot better."| Tim Patersoncite journal
first=David|last=Hunter
title=The Roots of DOS
date=1983
journal=Softalk for the IBM Personal Computer
url=http://www.patersontech.com/Dos/Softalk/Softalk.html
accessdate=2007-06-18
]

quotation|"IBM wanted CP/M prompts. It made me throw up."| Tim Patersoncite journal
first=David|last=Hunter
title=The Roots of DOS
date=1983
journal=Softalk for the IBM Personal Computer
url=http://www.patersontech.com/Dos/Softalk/Softalk.html
accessdate=2007-06-18
]

References

External links

* [http://www.patersontech.com/Dos/Byte/History.html Tim Paterson's brief history] of QDOS/86-DOS
* [http://www.patersontech.com/Dos/Manuals.aspx 86-DOS documentation] from Paterson Technology
* [http://www.86dos.org/index.htm Run 86-DOS 1.0] in the SIMH simulator


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • dos — [ do ] n. m. • 1080; lat. pop. dossum, class. dorsum, appliqué surtout aux animaux, et qui a éliminé tergum I ♦ 1 ♦ Partie du corps de l homme qui s étend des épaules jusqu aux reins, de chaque côté de la colonne vertébrale. Être large de dos. ⇒… …   Encyclopédie Universelle

  • dos-nu — dos [ do ] n. m. • 1080; lat. pop. dossum, class. dorsum, appliqué surtout aux animaux, et qui a éliminé tergum I ♦ 1 ♦ Partie du corps de l homme qui s étend des épaules jusqu aux reins, de chaque côté de la colonne vertébrale. Être large de dos …   Encyclopédie Universelle

  • Dos Pueblos High School — Ex fide fortis (Latin: From loyalty, strength) Location 7266 Alameda Ave. Goleta, CA …   Wikipedia

  • dos — DOS. s. m. La partie de derrière de l animal, depuis le cou jusqu aux reins. Le dos d un homme, d un cheval, d un mulet, d un âne. Il étoit couché sur le dos. Dos courbé, voûté. L épine du dos. Il portoit un homme sur son dos. Il lui a mis le… …   Dictionnaire de l'Académie Française 1798

  • dos — (Del lat. duos, acus. de duo). 1. adj. Uno y uno. 2. segundo (ǁ ordinal). Número dos. Año dos. Apl. a los días del mes, u. t. c. s. [m6]El dos de mayo. 3. m. Signo o conjunto de signos con que se representa el número dos. 4. Carta o …   Diccionario de la lengua española

  • DOS Plus — (erroneously also known as DOS+) is an operating system written by Digital Research, first released in 1985. It can be seen as an intermediate step between CP/M 86 and DR DOS. It is able to run programs written for either CP/M 86 or MS DOS 2.11,… …   Wikipedia

  • Dos (band) — Dos Origin San Pedro, California, U.S. Genres Alternative rock Indie rock Punk rock Years active 1985–present Labels New Alliance Reco …   Wikipedia

  • DOS Protected Mode Services — (DPMS) is a set of extended DOS memory management services to allow DPMS enabled DOS drivers to load and execute in extended memory and protected mode. Not being a DOS extender by itself, DPMS is a minimal set of extended DOS memory management… …   Wikipedia

  • dos — DOS. s. m. La partie de derriere de l animal, entre les espaules & les reins. Le dos d un homme, d un cheval, d un mulet, d un asne. il estoit couché sur le dos. dos courbé, vouté. l espine du dos. il portoit un homme sur son dos. il luy a mis le …   Dictionnaire de l'Académie française

  • Dos Navigator — Screenshot of DOS Navigator Developer(s) Stefan Tanurkov, Andrew Zabolotny, Sergey Melnik (initial release); RitLabs Initial release 1991 …   Wikipedia

  • DOS XL — Screenshot of DOS XL Original author(s) Paul Laughton, Mark Rose, Bill Wilkinson and Mike Peters Developer(s) Optimized Systems Software …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”