Windows 3.x

Windows 3.x
Image:Windows 3.0 workspace.png
A typical Windows 3.0 workspace
Development team: Microsoft
OS family: Windows 3.x/DOS
Source model: Closed source
Latest stable release: Windows 3.11 / December 1993
Kernel type: See article
License: Microsoft EULA
Working state: Unsupported as of December 31 2001
Website: Microsoft Support Lifecycle

The Windows 3.x family of Microsoft Windows operating systems were released from 1990 to 1994. The 3.0 release was the first widely successful version of Windows (see history of Microsoft Windows), enabling Microsoft to compete with Apple Computer's Macintosh and the Commodore Amiga on the GUI front.

Contents

Windows 3.0

Windows 3.0 was released on May 22, 1990 and included a significantly revamped user interface as well as technical improvements to make better use of the memory management capabilities of Intel's 80286 and 80386 processors. Text-mode programs written for MS-DOS could be run within a window (a feature previously available in a more limited form with Windows/386 2.1), making the system usable as a crude multitasking base for legacy programs, though this was of limited use for the home market, where most games and entertainment programs continued to require raw DOS access.

The MS-DOS Executive file manager/program launcher was replaced with an icon-based Program Manager and a list-based File Manager, thereby simplifying the launching of applications. The MS-DOS Executive was still included as an alternative user interface program. The Control Panel, previously available as a standard-looking applet, had been re-modeled after the one in Mac OS. It centralized system settings, including limited control over the color scheme of the interface. A number of simple applications were included, such as the text editor Notepad and the word processor Write (both inherited from earlier versions of Windows), a macro recorder (new; later dropped), and a calculator (also inherited). The earlier Reversi game was complemented with a card puzzle named Solitaire.

Windows 3.0 was the last version of Windows to advertise 100% compatibility with older Windows applications.

The Multimedia Extensions

The Multimedia Extensions were released in Fall 1991 to support CD-ROM drives and sound cards, which were then becoming available. The Multimedia Extensions were released to Original Equipment Manufacturers (OEMs), mainly CD-ROM drive and sound card manufacturers, and added basic multimedia support for audio input and output and a CD audio player application to Windows 3.0. The Multimedia Extensions' new features were not available in Windows 3.0 real mode. Windows 3.1 would later incorporate many of its features.

Windows 3.1

Image:Windows 3.11 workspace.png
A typical Windows 3.1x workspace

Windows 3.1 (originally codenamed Janus), released on March 18, 1992, included a TrueType font system (and a set of highly legible fonts already installed) which effectively made Windows a serious desktop publishing platform for the first time. (Similar functionality was available for Windows 3.0 through the Adobe Type Manager (ATM) font system from Adobe.)

Windows 3.1 was designed to have a large degree of backward compatibility with older Windows platforms. As with Windows 3.0, version 3.1 had File Manager and Program Manager. But unlike all previous versions, Windows 3.1 and later supported 32-bit disk access, couldn't run in real mode, and included Minesweeper instead of Reversi.

A special version named Windows 3.1 for Central and Eastern Europe was released that allowed the use of Cyrillic and had fonts with diacritical marks, characteristic for the Central and Eastern European languages.

Microsoft also released an update for Windows 3.1 which (aside from installing new files) changed the Windows version displayed in "About" dialog boxes to 3.11. Thus, Windows 3.11 wasn't a standalone version of Windows, but rather a sub-edition of Windows 3.1, much like modern Windows service packs.

There existed an OS which identified itself as Windows 3.2, had all labels, messages, and help files translated to Chinese, included a few font-related and text conversion utilities specific to Chinese language, and was otherwise identical to Windows 3.1.

Windows for Workgroups

Image:Windows for Workgroups startup logo.png
Windows for Workgroups 3.11 startup logo

Windows for Workgroups 3.1 (originally codenamed Kato), released in October 1992, featured native networking support. WfW 3.1 is an extended version of Windows 3.1 which came with SMB file sharing support via the NetBEUI and/or IPX network protocols, included the Hearts card game, and introduced VSHARE.386, the Virtual Device Driver version of the SHARE.EXE TSR.

Finally, Windows for Workgroups 3.11 (originally codenamed Snowball) was released in December 1993. It supported 32-bit file access, full 32-bit network redirectors, and the VCACHE.386 file cache, shared between them. Standard mode is no longer supported in Windows for Workgroups 3.11. WfW 3.11 was also the last version of Windows to ignore right clicks and to have no 'copy and paste' functionality. Users had to use File Manager to copy their files to a diskette.

A Winsock package was required to support TCP/IP networking in Windows 3.x. Usually third-party packages were used, but in August 1994 Microsoft released an add-on package (codenamed Wolverine) which provided limited TCP/IP support in Windows for Workgroups 3.11.

Limited compatibility with the new 32-bit Windows API used by Windows NT was provided by another add-on package, Win32s.

Windows 3.x was eventually superseded by Windows 95, Windows 98, and later versions which integrated the MS-DOS and Windows components into a single product.

Memory modes

The Windows 3.x family could be run in three different memory modes:

  • Real mode, intended for older computers with a CPU below 286, and corresponding to its real CPU mode;
  • Standard mode, intended for computers with a 286 processor, and corresponding to its protected CPU mode;
  • 386 Enhanced mode, intended for newer computers with a 386 processor or above, and corresponding to its protected mode.

Real mode set the CPU to run as though it were an 8086/8088, including the limitation that it could only address 1 MB RAM. The expanded memory scheme was used to utilize any memory the computer had beyond 1 MB. This slowed down the computer significantly, and was used only by users of legacy applications that would crash in protected mode. Windows 3.0 was the last version of Windows that could run in real mode.

Standard mode let the CPU directly access up to 16 MB of RAM at once, enabled virtual memory, and used memory protection to make Windows more stable in the event of an application fault. Note that standard mode is no longer supported in Windows for Workgroups 3.11.

386 Enhanced mode implemented all the benefits of Standard mode, plus 32-bit addressing and paging for faster memory access, plus virtual 8086 mode for safer execution of MS-DOS programs: each of them now ran in a virtual machine. In this mode, multiple MS-DOS programs could be run simultaneously in separate windows; in previous modes, they could only be run in full-screen, and only the program currently active was executing.

Full OS or MS-DOS shell?

Pre-NT Windows systems, not only 3.x and earlier but also 95, 98 and ME, have a complex, original, hybrid and not fully documented internal structure. Most notably, they require MS-DOS in order to run, and run 'on top' of MS-DOS. As a consequence, it can be difficult to decide whether they are operating systems or MS-DOS extension shells. Many users consider them to be operating systems, because they appear to behave as such, while other people, often having used other environments, refute this label.

Windows 3.x requires pre-installation of MS-DOS, which must be booted on PC startup. Windows is started as an application program, and can be terminated at any time, returning the user to the MS-DOS prompt. MS-DOS also provides device drivers for certain tasks such as CD-ROM or network access, specifically remote disk drive or remote printer access; these drivers run in real mode. However, in 386 enhanced mode of Windows for Workgroups, the networking drivers are running in protected mode. On the other hand, Windows requires specifically written applications, and has a specific on-disk file format, which is much more complicated than the format of MS-DOS executables. It has many of its own device drivers and for the most part its own memory management system.

Other considerations include the fact that MS-DOS does not isolate applications from the hardware and does not protect itself from applications. The memory-resident part of MS-DOS is akin to a library of routines for dealing with disk-type peripherals and loading applications from them; an MS-DOS program is free to do whatever it desires, notably replacing or bypassing part or all of MS-DOS code, temporarily or permanently. Windows took advantage of this, and the degree to which bypassing was performed increased with every new release. Windows 3.1 and its 32-bit Disk Access superseded the BIOS code for accessing disks, while 32-bit File Access of Windows for Workgroups 3.11 bypassed the native MS-DOS code for accessing files. This opened the way for Windows 95's support for long file names, which made DOS file code and related 8.3 utilities obsolete.

Furthermore, an MS-DOS program running in the Windows environment could take advantage of those features of Windows which were natively unsupported by DOS. An MS-DOS program running on Windows for Workgroups 3.11 would automatically use 32-bit File Access rather than the native MS-DOS file and disk access routines. Similarly, a specially written MS-DOS program running on Windows 95 can access long file names.

The same operating principles applied to Windows 95, Windows 98, and Windows Me which still mixed 16-bit and 32-bit code. With each successive version, however, 16-bit code became less apparent.

Windows NT, Windows 2000, and their successors represent operating systems completely separate from MS-DOS legacy and entirely composed of 32-bit code. MS-DOS programs run inside virtual DOS machines, which are implemented over the normal system API rather than underlying the system.


History of Microsoft Windows
MS-DOS–based: 1.0 | 2.0 | 3.x | 95 | 98 | Me
NT-based: NT 3.1 | NT 3.5 | NT 3.51 | NT 4.0 | 2000 | XP | Server 2003
CE-based: CE 3.0 | Mobile | CE 5.0
Forthcoming: Vista | Server "Longhorn" | Blackcomb

External links

ca:Windows 3.x de:Microsoft Windows 3.x es:Windows 3.x et:Windows 3.x fr:Windows 3.x gl:Windows 3.x it:Windows 3.x hu:Windows 3.x nl:Windows 3.x ja:Microsoft Windows 3.x no:Windows 3.x pl:Microsoft Windows 3.x pt:Windows 3.x ru:Windows 3.x fi:Windows 3.x sv:Windows 3.x zh:Windows 3.x