|
One of several pieces of software from Microsoft:
1. Windows 1.0 was a graphical shell that allowed the user of an IBM PC to have several MS-DOS programs running at the same time, sharing the screen through viewports called "windows," hence the name. It was released after the first Apple Macintosh computer, and most users did not install it because it required too much memory. MS-DOS was an operating system that could only have one application open at any given time, and those applications could only access up to 640 kilobytes of RAM. Files stored by it had names consisting of eight characters, a dot, and three more characters, and certain characters, such as spaces, were not allowed. TEXTFILE.TXT was a typical DOS filename.
2. ~ 3.0 was a graphical shell that also had dynamic library support, a feature normally built into an operating system. Applications had to be written "for" ~, almost as if it was an operating system. It did things on behalf of applications, like an operating system. It was started from DOS as an application, and exiting ~ returned the user to DOS. Instead of folders, there were program groups, where programs had to be explicitly placed. Placement of a program in the Program Groups typically involved telling ~ the complete path to the program executable (ie, "C:\COREL\WP.EXE")
3. ~ 95 was a graphical shell that was booted directly by DOS, so that it appeared to be the entire operating system. It imitated the look and feel of a Macintosh. It ...
more...
|