Difference between revisions of "MS-DOS"

From Computer History Wiki
Jump to: navigation, search
(MS-DOS 5.0)
(MS-DOS 5.0)
Line 43: Line 43:
  
 
Version 5.0 also brough [[Qbasic]] 1.0, to replace the aging [[GWBasic]]. Included were the example programs money,gorilla,nibbles & remline.  Along with a proper editor based on the Qbasic interface, supplimenting the ancient edlin.
 
Version 5.0 also brough [[Qbasic]] 1.0, to replace the aging [[GWBasic]]. Included were the example programs money,gorilla,nibbles & remline.  Along with a proper editor based on the Qbasic interface, supplimenting the ancient edlin.
 
Also making it's apperance in MS-DOS 5.0 was the dos shell, a simple GUI, to help people navigate their systems.
 
  
 
DOS-5 also used a install program with the same look & feel from Windows 3.0.
 
DOS-5 also used a install program with the same look & feel from Windows 3.0.

Revision as of 12:27, 25 September 2009

MS-DOS 5.0 under Virtual PC.

MS-DOS was made popular by Microsoft for not only being the bundled OS on the IBM-PC but also being available to the other clone OEM's of the time.

Microsoft had sold IBM on the idea of MS-DOS when talks for CP/M had broken down. At the time Microsoft had no such product but was able to secure the rights to "86-DOS" a CP/M clone written by Tim Paterson for the sum of $50,000. This has been the best ROI ever, as MS-DOS has made Microsoft untold billions of dollars.

MS-DOS uses the int21 interface to allow programs to communicate with MS-DOS. It is designed to be a single tasking OS, that runs on the 8088/8086 cpu, and on the real mode of the 80286 and higher CPU's. There are ways to crudely multitask via TSR's and other shells that hook the clock interrupt and jump execution although these are usually unstable at best.

DOS made use of the FAT filesystem, and thus its popularity.

Versions

MS-DOS 1.0

This was the first version to lauch with the IBM 5150 or better known as the IBM PC.

MS-DOS 2.0

I think this release added support for the IBM XT and hard disks. hierarchical filesystems were a new addition as well.

MS-DOS 3.0

I think this release added support for 5 1/4" high density disks, and the IBM AT.

MS-DOS 3.1

Did this version exist?

MS-DOS 3.2

MS-DOS 3.2 box.jpg

Released April, 1986.. bug fixes?

MS-DOS 3.3

I think this release added support for the 3 1/2" high density floppy.

I also recall this version being VERY poplar... Even to the point where people avoided MS-DOS 4.00 to run this version.

MS-DOS 4.0

This was the first release to support logical drives & extended partitions. This was also the first time that Microsoft had sold MS-DOS as a retail product, which was a break from the traditional OEM channels that Microsoft had fostered. I recall it selling for $50.

The first release 4.00 was VERY buggy, but I forget exactly why. Most people downgraded to 3.30. 4.01 addressed whatever issue it was, and it was good news.

4.0 should have been released in 1988.

MS-DOS 5.0

MS-DOS 5.0

This release was signifigant to allow for FAT partitions larger then 32MB, going up to 2GB. Also big features were himem.sys which allowed MS-DOS to execute in the top 64kb of protected mode because of a hardware bug in the IBM AT's handling of extended memory. Emm386.sys also was made popular allowing 386's to simulate EMS memory with extended memory, and loading device drivers & TSR's into the reserved hardware space.

Version 5.0 also brough Qbasic 1.0, to replace the aging GWBasic. Included were the example programs money,gorilla,nibbles & remline. Along with a proper editor based on the Qbasic interface, supplimenting the ancient edlin.

DOS-5 also used a install program with the same look & feel from Windows 3.0.

There is also a horrible promotion video on youtube.

MS-DOS 6.0

This release added disk compression in order to compete with Stacker. Also included were some simple tools licensed from Central Point, including an anti virus program MSAV, A graphical backup program MSBACKUP, a defrag program licensed from symantec.

MS-DOS 6.0 was mainly to compete with the feature full DR-DOS 6.0

MS-DOS 6.21

MS-DOS 6.22

MS-DOS 6.22

This release was to rectify the various lawsuits around the bundled disk compression.

This was also the last retail version of MS-DOS. As version 7 of MS-DOS was the base part of Windows 95.