Windows 1.0: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
That's not the support status.
No edit summary
Line 22: Line 22:
| support_status = Unsupported as of 31 December 2001
| support_status = Unsupported as of 31 December 2001
| other_articles =
| other_articles =
poop

}}
}}
'''Windows 1.0''' was a [[16-bit]] graphical [[operating environment]] released on 20 November 1985. It was [[Microsoft]]'s first attempt to implement a [[Computer multitasking|multi-tasking]] [[graphical user interface]]-based [[operating environment]] on the [[personal computer|PC]] platform. Windows 1.0 was the very first version of Windows launched. It was succeeded by [[Windows 2.0]].
'''Windows 1.0''' was a [[16-bit]] graphical [[operating environment]] released on 20 November 1985. It was [[Microsoft]]'s first attempt to implement a [[Computer multitasking|multi-tasking]] [[graphical user interface]]-based [[operating environment]] on the [[personal computer|PC]] platform. Windows 1.0 was the very first version of Windows launched. It was succeeded by [[Windows 2.0]].

Revision as of 09:18, 8 October 2008

Windows 1.0
File:Windows 1.0 logo-edited.png
Windows 1.0
DeveloperMicrosoft
OS familyMicrosoft Windows
Source modelClosed source
Released to
manufacturing
November 1985
Latest release1.04 / April 1987[1]
LicenseMicrosoft EULA
Support status
Unsupported as of 31 December 2001
Articles in the series
poop

Windows 1.0 was a 16-bit graphical operating environment released on 20 November 1985. It was Microsoft's first attempt to implement a multi-tasking graphical user interface-based operating environment on the PC platform. Windows 1.0 was the very first version of Windows launched. It was succeeded by Windows 2.0.

History

File:Windows 1.0.jpg
The box art of Windows 1.01, the first version Microsoft released to the public. The same box art was used in the subsequent minor releases.

The first release version is actually numbered 1.01. It was rumored that version 1.00 was actually released but quickly pulled due to a severe flaw having to do with keyboard input. However, this rumor has now been disproved.[2]

Version 1.02, released in May 1986, was international and had editions in several European languages. Version 1.03, released in August 1986, was for the US- and international market, with enhancements making it consistent with the international release. It included drivers for European keyboards and additional screen and printer drivers. Version 1.04, released in April 1987, added support for the VGA graphics adapters of the new IBM PS/2 computers. At the same time, Microsoft and IBM announced the introduction of OS/2 and its graphical OS/2 Presentation Manager, which were supposed to ultimately replace both MS-DOS and Windows.

Windows 1.0 was superseded in November 1987, with the release of Windows 2.0. Windows 1.0 was supported by Microsoft for sixteen years, until 31 December 2001. Windows 1.0 was the longest supported operating system of the Microsoft Windows family of operating systems.

Media for Installation

Windows 1.0 was only available on floppy disks, and was not bootable. The user had to have DOS to install. It was the same with all versions of Windows until Windows 95, which was still available on diskettes.

Competition

The history of Windows dates back to September 1981, when the project named "Interface Manager" was started. It was first presented to the public in 10 November 1983, renamed to "Microsoft Windows"; the two years of delay before release led to charges that it was "vaporware". The initially announced version of Windows had features so much resembling Macintosh interface that Microsoft had to change many of them: overlapping windows, although supported by the GUI engine, weren't allowed for exactly this purpose. The announcement of Windows' imminent arrival in 1985 probably did not help the sales of VisiCorp's VisiOn environment which debuted at the same time. However, even when finally released, Windows 1.0 aroused little interest.

Another GUI for the PC platform at the time was GEM. It used more aspects from the Macintosh GUI, for example the trash can concept (which Microsoft would later employ in future Windows releases) and more generally the desktop interaction. GEM was eventually used as the standard GUI for the Atari's ST range of 68k-based computers, which were sometimes referred to as Jackintoshes (the company being run by Jack Tramiel). GEM's resemblance to the Macintosh OS later caused legal trouble for the manufacturer, Digital Research, who was obliged to seriously cripple the desktop's appearance and functionality (applications were not affected).

GEM is not multitasking, so users have to close one program in order to run another one. Collections of related programs, like GEM Draw, have tricky File menu items like Close (to Edit) to facilitate switching.

An alternative multitasker released shortly before was DESQview, a successor of IBM's failed TopView from 1984. It did not have graphical capabilities initially, but is able to multitask DOS applications in windows as long as they are well-behaved or have a specially written "loader" to fix them on the fly.

Windows 1.0 market share grew very slowly, as there was no killer app (market-dominating software) that required the graphical shell. The killer apps at the time were generally only available on the Apple Macintosh platform (this statement was true even of Microsoft's Mac-OS-only Microsoft Office).

The Macintosh remained the platform of choice especially for high-end graphics and desktop publishing (DTP). Although Aldus PageMaker shipped in January 1987 with a Windows executable, it remained but a curiosity due to poor support relative to the Mac version, and a steep $795 price tag.

PC-based DTP remained out of the reach of most Windows users until the release of $99 Serif PagePlus 1.0 in 1991. PagePlus won considerable praise from the prestigious Seybold Reports, not only for being the first sub-$100 DTP package capable of CMYK color separations but also because Serif backed up their customers with free 24-hour support. Nearly every desktop publishing magazine shootout review would include both programs side by side despite the price differences. In the real world however, the lack of a Mac version meant few prepress service bureaus would accept PC data or PC Postscript files. Corel Draw 1.0, Micrographix Picture Publisher, Paint Shop Pro, and Cool Edit also provided a Windows-only focus and provided capabilities previously only found in expensive applications.

Other shell programs for MS-DOS include Norton Commander, PC Tools, XTree. DOS Shell, and DOS Menu (in MS-DOS version 4.0). These applications attempted to be organizational and menu-driven tools, and did not try at all to be a 'desktop' shell.

Features

Windows 1.0 offers limited multitasking of existing MS-DOS programs and concentrates on creating an interaction paradigm (cf. message loop), an execution model and a stable API for native programs for the future. Due to Microsoft's extensive support for backward compatibility, it is not only possible to execute Windows 1.0 binary programs on current versions of Windows to a large extent, but also to recompile their source code into an equally functional "modern" application with just limited modifications.[citation needed].

Windows 1.0 is often regarded as a "front-end to the MS-DOS operating system", a description which has also been applied to subsequent versions of Windows. Windows 1.0 is an MS-DOS program. Windows 1.0 programs can call MS-DOS functions, and GUI programs are run from .exe files just like MS-DOS programs. However, Windows .exe files had their own "new executable" (NE) file format, which only Windows could process and which, for example, allowed demand-loading of code and data. Applications were supposed to handle memory only through Windows' own memory management system, which implemented a software-based virtual memory scheme allowing for applications larger than available RAM.

Because graphics support in MS-DOS is extremely limited, MS-DOS applications have to go to the bare hardware (or sometimes just to the BIOS) to get work done. Therefore, Windows 1.0 included original device drivers for video cards, a mouse, keyboards, printers and serial communications, and applications were supposed to only invoke APIs built upon these drivers. However, this extended to other APIs such as file system management functions. In this sense, Windows 1.0 was designed to be extended into a full-fledged operating system, rather than being just a graphics environment used by applications. Indeed, Windows 1.0 is a "DOS front-end" and cannot operate without a DOS environment (it uses, for example, the file-handling functions provided by DOS.) The level of replacement increases in subsequent versions.

The system requirements for Windows 1.0 constituted CGA/Hercules/EGA (listed as "Monochrome or color monitor"), MS-DOS 3.1, 384K RAM (512KB recommended), and 2 double-sided disk drives or a hard drive. [3]

Windows 1.0 runs a shell program known as MS-DOS Executive. Other supplied programs are Calculator, Calendar, Cardfile, Clipboard viewer, Clock, Control Panel, Notepad, Paint, Reversi, Terminal, and Write.

Windows 1.0 does not allow overlapping windows, due to Apple Computer owning this feature. Instead all windows are tiled (technically, a form of overlap). Only dialog boxes can appear over other windows.

Windows 1.0 executables, while having the same .exe extension and initial file header as MS-DOS programs, do not contain the so-called MS-DOS stub which prints the "This program requires Microsoft Windows" message and exits when the program is run outside of Windows. Instead, the file header was formatted in such a way as to make DOS reject the executable with a "program too large to fit in memory" error message.

From the beginning, Windows was intended to multitask programs (although this originally only applied to native applications and for many versions the multitasking was co-operative, rather than preemptive), so Windows programs always had their own menu bar rather than switching a single menu bar at the top of the screen like Apple Macintoshes did.

Originally Windows was designed to have the pull-up menus at the bottom of windows, as it was common with the DOS programs of the time; however, this was changed before the first release.

See also

References

  1. ^ http://support.microsoft.com/kb/32905
  2. ^ Virtual PC Guy's WebLog : The other reason why I love Virtual PC
  3. ^ Microsoft Windows User's Guide, version 1.0, page ix. Microsoft, 1985.