IBM® Personal Computer
DOS Version 1.00 (1981)


Copyright © 2005 by Daniel B. Sedory

NOT to be reproduced in any form without Permission of the Author !


Index

Introduction
Boot Up Screen
References

For further study, see: Boot Sector, Disk Contents, Forensic Examination and Tech Notes pages.

Introduction


Photo of Diskette Label. The "6172212" on the line just above "DOS" is IBM's
part number for the diskette. The words at the bottom of the label state in part:
"Version 1.00 © Copyright IBM Corp. 1981." (Photo©Daniel B. Sedory).

IBM® Personal Computer™ DOS 1.00 was a result of the vision and efforts of many different people; including various employees of both IBM® and Microsoft®. Some would say that DOS owes a great deal more to the creator of CP/M (Gary Kildall) than either IBM® or Microsoft® would ever admit to. If you want an honest assessment, I suggest you find a group of disinterested assembly programmers to compare the code from CP/M and DOS rather than relying on Net rummors! Most would say the majority of the initial work had been accomplished by Tim Paterson, who created much of the system code while employed at Seattle Computer Products where he wrote QDOS (Quick and Dirty Operating System). Bill Gates and Marc McDonald, however, actually invented the File Allocation Table (FAT) file system for Microsoft's standalone BASIC in 1977 which Paterson later used to store and work with files under QDOS.

Apart from the DOS system code, Paterson also produced two system utilities that found their way onto IBM's diskette, the most notable being DEBUG. After Microsoft® acquired the rights to sell what was then called 86-DOS, Paterson joined that company in order to help complete their 'secret project' for IBM® (i.e., Personal Computer™ DOS 1.00). At least one other Microsoft employee, Robert O'Rear (whose name is embedded in the Boot Sector), spent a great deal of time on this project as well. There were a number of IBM employees who worked on hardware interface code, wrote applications software for the operating system and spent time testing each change made along the way (some of their names are embedded in various BASIC and system programs on the diskette; see our Forensic analysis for details).

Of the 40 files on this diskette, 38 of them can be listed using the operating system's DIR command; they all had the same date: 08-04-81. However, the two Hidden System files have different dates: The earliest file on the disk, IBMBIO.COM, was dated July 23, 1981, and latest one, IBMDOS.COM, had a date of August 13, 1981 (see Disk Contents).

On our Tech Notes page we discuss some implications of the fact that its files were distributed on a 160 KiB diskette.

Boot Up Screen

The following illustration shows how IBM® Personal Computer™ DOS version 1.00 would appear on a display screen when booting up. Since a date must be entered in order to continue, we've shown an example date entry using green text here:

Enter today's date (m-d-y): 12-27-1981

The IBM Personal Computer DOS
Version 1.00 (C)Copyright IBM Corp 1981        

A>_

Some Command Examples while running IBM® Personal Computer™ DOS 1.00 under BOCHS:

Notice the output from the chkdsk command above: It shows that there are 40 files on the diskette. However, when using the dir command, you can view only 38 file names and their relevant data. Thus chkdsk will show the actual total number of files on the diskette; including any hidden or system files!

Using the "l" (Load) command under debug, with the parameters 100 0 3 1, allows us to copy 1 sector of data from Absolute Sector 3 of the diskette in the A:\ drive (0; 1=B:, 2=C:, etc.) to offset 100h in Debug's memory segment. Forensic investigators could use Debug to view all the bytes contained in any sector exactly as they appeared on a diskette! In the example above, we see the beginning of the Directory entries (starting at the fourth sector of the diskette); with the two hidden system files, IBMBIO.COM and IBMDOS.COM listed first.


Historical Notes and References

On April 5, 1982, the front page of the New York Times revealed that IBM®'s BASIC program was returning an error when users tried to divide 0.1 by 10.
[Or so the comment states in 1982 by Donald A. Thomas, Jr. We haven't been able to verify this statement yet, nor any occurrences of the error itself!]

 

NOTE: This is still a work in progress!

 


 

Last Update: September 18, 2005 (18-09-2005).

You can write to me using this: online reply form. (It opens in a new window.)

MBR and Boot Records Index

The Starman's Realm Index

 

 

 

 

1