OS/2 2.0

The 32-bit Revolution—the first 32-bit version of OS/2

When IBM officially released OS/2 version 2.0 on March 31, 1992, it was not entirely unexpected. In fact, 32-bit OS/2 had been promised since the very beginning of the OS/2 era and in his Inside OS/2 (published in 1988), Gordon Letwin clearly outlined the features of “OS/2 – 386”. The development of 32-bit OS/2—codename Cruiser—started probably sometime in late 1988 when IBM and Microsoft were beginning to work on OS/2 1.2, and also roughly at the same time when Microsoft initiated the development of NT, first known as OS/2 NT and eventually released as Windows NT. When IBM (alone) was later working on OS/2 1.3, the development of Cruiser was already well underway. The lead architect of OS/2 2.0 was Michael S. Kogan, co-author of the excellent The Design of OS/2 textbook.

OS/2 2.0 could have looked like this:

The above screenshot was taken from the Comdex Fall ’91 pre-release of OS/2 2.0 (build 6.167). In December 1991, IBM followed it with a slightly improved “Limited Availability” release of OS/2 2.0 (build 6.177). That release was, as the name implies, not sold in retail and was only supplied to beta testers and “special” customers. OS/2 2.0 LA was shipped sometime in December 1991—perhaps to annoy Microsoft’s Steve Ballmer who publicly announced that he would eat a floppy disk if IBM managed to release OS/2 2.0 by the end of 1991. Another possible reason for the LA release was the fact that IBM promised its customers to deliver a 32-bit OS/2 in 1991, and IBM usually keeps its promises, one way or another.

The Comdex ’91 pre-release looked very much like the GA (General Availability) release but it was clearly unfinished and came with a long README file detailing all the little things that didn’t work yet. The major missing feature was seamless Win-OS/2, ie. the ability to run Windows 3.0 applications on the OS/2 Desktop. The OS/2 2.0 pre-release did support Windows applications, but only in a fullscreen session. It is interesting to note that in the 6.167 pre-release the built-in version of Windows wasn’t labeled “IBM Win-OS/2”, it was simply “Microsoft Windows 3.0a”, and as far as can be ascertained most of the binaries were in fact identical to Windows 3.0a.

The Comdex ’91 OS/2 2.0 pre-release also had a slightly different look—as the above screenshot shows, the windows mini-icons were separate on the title bar instead of replacing the system menu button. This is reminiscent of the old IBM CUA ’91 demo, just like the “Contents” label on the open folder.

The released OS/2 2.0 GA looked like this:

The difference wasn’t big, although the GA desktop was a bit more densely populated.

The Big Thing

The biggest thing in OS/2 2.0 was the operating system itself. But perhaps the single most important and new feature was the user interface, also known as the Workplace Shell (WPS for short). It was a radical departure from the GUI of OS/2 1.3 or Windows 3.0. The new interface was object oriented and everything was now an object: a drive object, a printer object, a program object, a shredder object, etc. The objects could be manipulated through drag and drop—moved, copied, printed, shredded, and so on. The WPS made the second mouse button finally useful and used it to open pop up menus as well as perform drag and drop (but everything was of course configurable).

It should not surprise anyone that some OS/2 2.0 beta testers strongly objected against the WPS. Few years later many people (possibly even the same people) claimed that the WPS was the feature of OS/2. There was some truth to both viewpoints: The WPS was a very innovative and powerful desktop metaphor, but especially the initial implementation was rather rough around the edges and significantly increased the memory requirements for OS/2 2.0. Some OS/2 users claimed that releasing the WPS in OS/2 2.0 was a mistake, and first a 32-bit OS/2 with classic Presentation Manager should have been released, followed by a new user interface later, when both the base OS and SOM/WPS would be more solid. Who was right will never be known.

The Technology

OS/2 2.0 was the first widely used 32-bit operating system for PCs. It offered programmers a fully 32-bit API and a flat programming model which did away with the dreaded segments and 64K object size limits. The first 386 DOS extenders such as PharLap 386|DOS had appeared in the late 1980s, but they tended to have all kinds of issues of their own and programming in DOS extended environments was anything but straightforward.

Internally, the 32-bit story was a bit different. Very large parts of the system were still 16-bit—the major reasons were time constraints and compatibility. Time constraints caused the Graphics Engine (and hence Presentation Manager drivers for video and printers as well) to be still 16-bit in OS/2 2.0. The Graphics Engine was later replaced with a 32-bit version in OS/2 2.1. Compatibility dictated that OS/2 2.0 used 16-bit Physical Device Drivers (PDDs) initially written for OS/2 1.3. Large parts of the OS/2 kernel were also 16-bit to support old 16-bit OS/2 applications, including applications which directly accessed some OS internals. The file systems and the entire storage subsystem were 16-bit (though structured somewhat differently than OS/2 1.3), just like all networking code (available separately and not part of the base OS/2 2.0 product).

But major parts of the system were completely new and fully 32-bit, such as the Multiple Virtual DOS Machine (MVDM) support or the memory manager with support for paging. For the most part the new code was written in C, unlike the old assembly code from OS/2 1.x.

The Integrating Platform

The Integrating Platform was IBM’s trademark for OS/2 2.0. It referred to the unique capability to run existing DOS, Windows, and OS/2 1.x applications in addition to new 32-bit OS/2 software. Unlike OS/2 1.x, version 2.0 had excellent DOS support. It took full advantage of the Virtual 8086 mode of the Intel 386 and later CPUs. And not only it allowed multiple windowed or fullscreen session running all at the same time but it also let users create “specific” DOS sessions which weren’t using the built-in DOS support, and could boot DOS 4.0, 5.0, DR-DOS, or even something like CP/M.

The Windows application support was a logical extension of DOS support. Full-screen Win-OS/2 sessions would run essentially unchanged Windows 3.0 inside a virtual DOS machine. Seamless Win-OS/2 sessions were a lot trickier because they had to coordinate with Presentation Manager applications. That was achieved through special versions of Win-OS/2 display drivers. The approach IBM took possibly provided maximum performance but unfortunately had one major drawback—it made creating OS/2 display drivers even harder (in other words more expensive) and undoubtedly was one factor contributing to the limited availability of drivers later on. Vendors had to create a full-fledged OS/2 driver as well as an OS/2 specific version of a Windows driver. What IBM could have done instead was to create a “bridge” driver mapping Win-OS/2 to PM calls and only require vendors to supply an OS/2 driver (that was exactly the approach taken later with the GRADD drivers).

The DOS support in OS/2 was excellent. Many users ran OS/2 even though they used primarily DOS applications, simply because of the added multitasking capabilities. OS/2’s DOS support was much better than the DOS boxes in Windows NT (NTVDM) and probably also better than the DOS support in Windows 9x (which appeared more than three years later).

In retrospect, the very good level of DOS and Windows application support was a double-edged sword. While it attracted more users by preserving their investment in DOS and Windows software, at the same time it also discouraged developers from writing native OS/2 programs. By developing for DOS/Windows, they could target the DOS/Windows and OS/2 markets. The net effect was certainly positive in the short term, but quite possibly self-defeating in the long term.

Installation

IBM was selling OS/2 2.0 versions on 3½” and 5¼” HD floppies; there was no CD-ROM installation support (later in 1992, OS/2 2.00.1 could be installed from CD-ROM, but the CDs were only available to developers, and OS/2 2.0 only supported a few SCSI CD-ROMs). The tested version was delivered on 3½” floppies, 21 disks total.

The test system was a Pentium III running at 600 MHz with 256MB RAM installed. The installation wasn’t entirely smooth—the first obstacle was that one of the 21 floppies had developed bad sectors over the years (not entirely surprising). Of course the bad floppy was the most important one, the Installation diskette. Luckily a generous old-time OS/2 user soon provided a good floppy image. The next problem was that OS/2 started rebooting the test machine when loading from the floppies. After tweaking the machine’s BIOS settings a little and disabling the CPU caches, everything started working—the problem turned out to be a “known issue” on fast machines even with OS/2 2.1. After that the installation was quite uneventful.

On the test machine the ancient version OS/2 ran blazingly fast—booting up from Boot Manager to fully populated Desktop only took about 9 seconds. Too bad modern operating systems aren’t that fast.

The list of supported hardware in OS/2 2.0 was quite short. Essentially IBM hardware was supported, but the number of drivers for non-IBM devices was very short. This is perhaps not surprising given that in the OS/2 1.x era, the IBM OS/2 releases were only meant to support IBM’s own hardware and Microsoft handled all other OEMs. The driver situation was much improved (but by no means fully resolved) by the time OS/2 2.1 was released.

Applications

OS/2 2.0 faced the same problem as OS/2 1.x several years earlier: Lack of applications. It could run most existing DOS, Windows, and OS/2 1.x applications, but it would take a while for the new 32-bit apps to appear. IBM was naturally the first to deliver 32-bit software such as DB2/2, CSet/2 or LAN Server.

Several OS/2 applications from the 1992-1993 period were installed on the test system. The first of them is CorelDraw 2.5:

Before that, Corel reportedly released a 16-bit OS/2 version of CorelDraw 2.0 for OS/2 1.3. Version 2.5 was a complete suite of programs like Draw, Chart or PhotoPaint:

Unfortunately the package looked like a very quick and dirty porting job because apart from Draw and Mosaic, all the other programs were Windows 3.x versions. CorelDraw didn’t even have native OS/2 help, just a big Windows help file.

But apart from that, CorelDraw was a capable vector drawing program. It could export the images in EPS format, which made it easy to include them in various desktop publishing applications (including TeX).

CorelDraw even had competition—Micrografx Designer, developed by Micrografx and (just like CorelDraw) avaliable in a Windows version as well.

At a glance, Designer seemed more complete and polished than Corel Draw. It did not come with an equivalents of tools like PhotoPaint, but it was supplied with an extensive library of clipart and fonts. Another difference between those programs was that in CorelDraw, the preview window was separate and not editable. In Designer it was possible to turn on preview mode and directly edit the drawing, or the user could edit just the wireframe representation.

Micrografx Designer was developed using Micrografx’s own Mirrors software:

Interestingly enough, it appears that CorelDraw used Micrografx Mirrors as well.

Micrografx originally developed Mirrors for OS/2 1.x and closely collaborated with IBM on developing a 32-bit version. Mirrors was conceptually identical to IBM’s later Open32 in that it enabled source portability between Windows and OS/2 (but unlike Open32, which aimed for Win32 compatibility, it was targeting 16-bit Windows). It may be interesting to note that Messrs. Delimon and English were co-authors of the well-known programming book Real-World Programming for OS/2 2.11.

Compilers

As with OS/2 1.x, OS/2 2.0 was a good development platform. Even if it was not as stable as a 32-bit protected mode OS can be, it was a far cry from the near-unbroken sequence of crashes, lockups and reboots so familiar to DOS and Windows 3.x developers. Within a year of the OS/2 2.0 release, several 32-bit compilers were released. All major compiler vendors supported 32-bit OS/2—with the notable exception of Microsoft of course.

OS/2 1.x was developed exclusively using Microsoft tools. Initial phases of OS/2 2.0 development relied on Microsoft compilers as well, namely the compiler designated as “Microsoft C 386 Compiler”, never marketed as a retail product and still available on the OS/2 DDK and used for building certain device drivers (as well as parts of the OS/2 kernel). The MS C 386 compiler dated back to 1989.

After the rift in 1990, it was clear to IBM that they could no longer rely on Microsoft to supply OS/2 compilers. Not least because even in 1992, Microsoft didn’t yet have a retail 32-bit compiler available, which would have made it quite difficult for ISVs to obtain OS/2 2.0 development tools. Therefore the IBM Toronto lab developed a 32-bit OS/2 C compiler known as CSet/2. There wasn’t much to see in CSet/2 and on the test machine was installed  its successor released in early 1993, IBM CSet++.

IBM has a knack for confusing its customers with its byzantine product naming and complicated product relationships. CSet++ was no exception and actually consisted of three more or less stand-alone packages:

  • C/C++ Tools—the actual C/C++ compiler, class libraries, debugger, browser and profiler.
  • WorkFrame/2—an object-oriented integrated development environment.
  • OS/2 Toolkit—a collection of headers, libraries and tools for OS/2 development.

The relationship between these packages was quite intricate: C/C++ Tools required the Toolkit to link even the simplest program and could use, but did not require, the WorkFrame. WorkFrame was useless by itself but could theoretically support any OS/2 compiler (any vendor, any programming language). Ditto for the Toolkit.

C/C++ Tools 2.0 (the first version of the IBM compiler with C++ support) could use Workframe 1.1 and OS/2 Toolkit for OS/2 2.0 or 2.1. As is obvious from the following screenshot, C/C++ tools came with a debugger, profiler (also known as Execution Analyzer) and a C++ class browser, as well as an extensive C++ class library and online documentation.

Perhaps the most powerful tool in the package was IBM’s debugger, IPMD:

IPMD was an excellent OS/2 debugger, on par with the best on any platform. As mentioned earlier, C/C++ Tools used the IBM WorkFrame/2 as its IDE:

WorkFrame/2 1.1 itself was very small – it was just a framework. It would launch external editors, make programs, compilers, debuggers, and so on.

The next compiler was Borland C/C++ version 1.0 for OS/2, released at approximately the same time as IBM’s CSet++ 2.0 (first half of 1993):

Borland C++ sported the famous IDE, very similar to the Windows version of Borland’s compilers, with syntax highlighting, integrated debugging and other goodies:

Borland also had a standalone version of Turbo Debugger:

Turbo Debugger GX was not as powerful as IPMD but it was quite usable. But Borland had one tool that no other OS/2 compiler did—the Resource Workshop:

Many programmers felt that the Resource Workshop was superior to the tools offered as part of the OS/2 Toolkit. That is perhaps not very surprising—one look at Borland’s tools was enough to determine that Borland was much more concerned with the visual appearance of their tools than IBM ever was.

Least concerned about its looks was yet another compiler, Watcom C/386 9.0. Comparing it against Borland C++ 1.0 is probably unfair because Watcom C/386 9.0 predates it by about a year. Watcom was one of the first companies to offer a 32-bit OS/2 compiler—it had supported 16-bit OS/2 development earlier and started work on 32-bit OS/2 support in 1991.

Watcom C/386 9.0 was different from the other two compilers: It only supported C development, it didn’t have absolutely any GUI tools, it didn’t create any folders or icons on the Desktop. The only tool that wasn’t command-line only was the debugger, WVIDEO:

But Watcom had something the other compilers didn’t: It was a cross-compiler. It could build 32-bit OS/2, DOS, and Windows programs (Watcom supported 32-bit development on Windows 3.x through proprietary extender technology long before Win32s appeared), in addition to Netware and AutoCAD ADS development. It came with the well-known DOS/4GW extender (version 1.8). Watcom 9.x was used for the development of highly successful games such as DOOM.

In 1993, Watcom released version 9.5 of the compiler, which added support for C++ as well as building of Windows NT targets. With the exception of C++ support, the OS/2 portion of 9.5 was not appreciably different from 9.0—still no GUI tools. That had to wait until version 10.0, released in 1994.

The overview of the OS/2 development tools cannot be complete without mentioning EMX GCC. EMX stands for Eberhard Mattes eXtender. Eberhard Mattes was an enterprising German programmer who created the EMX package to simplify porting of Unix software to OS/2 2.0 and DOS. Programs created with EMX (and some foresight) could run on OS/2 as well as DOS because EMX.EXE was a 386 DPMI-compatible DOS extender. Eberhard Mattes himself used EMX to create emTeX, the DOS and OS/2 version of the TeX typesetting package.

For comparison purposes, an old version (0.8d) of EMX GCC from May 1992 was installed on the test system. Compared to compilers from IBM, Borland or Watcom, EMX was almost totally unsuitable for creating OS/2 (especially Presentation Manager) programs, although it was a much better choice for porting Unix programs. The early version of EMX had no support for OMF object files, hence libraries written for the other compilers couldn’t be used. EMX could not create DLLs and on the whole it felt very “foreign”. It was free but poor documentation and lack of OS/2 specific features made it a bad choice for writing OS/2 programs from scratch. Unlike the other compilers, EMX did not come with the OS/2 Toolkit, which was a major shortcoming. But the ease of porting Unix programs with EMX was the reason why almost every OS/2 user had EMX.DLL on his or her machine.

The release of OS/2 2.0 was undoubtedly an important event in the PC history. The first 32-bit release felt somewhat bare in comparison to the later versions—it had no built-in networking or multimedia support for instance. But it was a solid base for a new breed of 32-bit applications, and it was a “better DOS than DOS”.

OS/2 2.0 didn’t take over the world—perhaps unfortunately. But it certainly showed what a 386-based PC could do with an operating system not designed for a machine two or three generations older.

Acknowledgements

Thanks to John Martin Alfredsson for the OS/2 2.0 pre-release floppies and more. Thanks to Will Honea for coming to the rescue when a bad floppy jeopardized OS/2 2.0 installation.

The Design of OS/2 by H.M. Deitel and M.S. Kogan, published by Addison-Wesley in 1992, provides a few interesting facts that are difficult to find anywhere else.

19 Responses to OS/2 2.0

  1. Aptom says:

    Hello,
    I’ve lost my Installdisk 1 from OS2….. Where can I get it? And, is IBM OS2 and MS OS2 the same? Are they related?

  2. michaln says:

    I may be able to help you with a lost disk, but you have to tell me exactly what your version of OS/2 is (e.g. a directory listing of one of your disks). IBM and MS OS/2 are very much related, but not identical. Rather like PC DOS and MS-DOS.

  3. Yuhong Bao says:

    I think it is time for a more detailed history of OS/2 2.0 including the MS SDK releases.

  4. michaln says:

    Well… that’s somewhat hard to do with no access to the actual SDKs 🙂 All I could find was a rough timeline of the MS OS/2 2.0 SDK releases from contemporary press reports, but that’s not much. It would certainly be interesting to compare e.g. how the MVDM component of MS OS/2 2.0 differed (or didn’t) from the final IBM version and from Windows/386 and Windows 3.0, or how different (or not) MS OS/2 2.0 was from OS/2 1.2. I’d love to analyze the old 2.0 SDKs, but they’re rather hard to find.

  5. Thomas Clayton says:

    Salut MichalN!

    Last time we “spoke” was a few years ago. ?You had just left Open Watcom?. Anyway, two comments.
    First, there was a “FixPack” (not sure if that was the “then” IBM term) for OS/2 2.0 that brought its version number up to 2.055. I know I have the diskette set, still. It would be difficult to find my original download, at this point. (MUCH of my OS/2 “stuff” is in a storage unit. 🙁 ) Was it one large file or multiple FD images? (Most likely the latter.)
    Secondly, check out “Prof. OWL” at Hobbes. Its author, who lives near me, released it under public license a while back. (His name is in the archive file.) What it does is help you locate functions in the Object Windows Library from Borland C++ for OS/2.

    ?Aux revoir? (I haven’t used my French in more years than I haven’t used my OS/2!)

  6. michaln says:

    There were lots of FixPacks for OS/2 2.0… some of them are still available on the IBM service FTP site.

    If you ever go through your storage unit and find something interesting, please let me know 🙂

    PS: I’m not French.

  7. Fernando Cassia says:

    I remember reading on Byte that IBM switched compilers for OS/2 Warp (or maybe 2.1? not sure at this point), and used Watcom C++ to recompile the 16-bit WinOS2 source code, it claimed that winos2 was faster than Microsoft’s own Windows 3.x as a result.

    Thanks for this trip down memory lane…

    FC

  8. Dieter says:

    Hello,

    has anybody an OS/2 DDK, especially a 16 bit DDK for OS/2 1.x?
    I was searching a long time for this but didn’t have success so far.

    Thanks a lot in advance

    DL

  9. Andrew says:

    I recently procured a copy of 2.0, and interestingly, it came with a VHS tape from IBM. “Moving to the OS/2 Workplace Shell”, 38:02 long. I can’t seem to find any information on this thing…haven’t watched it yet, and I’ll probably make a rip of it for archival’s sake. Any interest?

  10. Michal Necasek says:

    Definitely interested. Could potentially even host the video on this site. Was the tape inside the box or (more likely) separate?

    Too bad my own VCR decided to stop working and I have absolutely no idea why 🙁

  11. Andrew says:

    Separate from the box, although it was shipped inside it, with the paperwork separate, oddly. It’s currently ripping it to DVD, and have some decent pics of the case and tape. I should probably note, this is completely different than the OS/2 sales pitch tape circulating on YouTube.

  12. Nathan Anderson says:

    “IBM was selling OS/2 2.0 versions on 3½” and 5¼” HD floppies as well as CD-ROM versions…”

    I have been looking, and so far I have found no evidence that IBM ever shipped CD-ROM install media for 2.0, at least not at retail. I have found IBM part #s for 3.5″ and 5.25″ boxes, but not CD-ROM, nor have I managed to stumble upon a picture of such a beast.

    Do you have evidence to the contrary? Perhaps CD-ROMs were manufactured for some purpose other than retail sale (e.g., was DevCon a thing at this point, and did they ever ship OS/2 2.0 on CD to subscribers)?

  13. Michal Necasek says:

    I’m almost certain you’re right that there was no OS/2 2.0 retail package with CD-ROM. DevCon wasn’t out until about September 1993 and as far as I can tell, there never was OS/2 2.0 on DevCon, they started with 2.1 (not surprisingly).

    But I did find a PDK CD (Professional Developers Kit) from October 1992 which includes a CD-installable version of OS/2 2.01 or 2.001 or 2.00.1 depending on who you believe (XR02005, build level 6.427). That was a “preload” version. It was shipped with IBM systems, not sold at retail, and it appears that customers could produce or order restore diskettes (not shipped with the system).

    So… I don’t have evidence that OS/2 2.0 GA could be installed from CD. I have evidence that 2.00.1 could. It is not clear to me if it existed on CD as a standalone product. The CD installation support existed no later than September 1992, quite a bit before OS/2 2.1 turned up. But officially, OS/2 2.1 was the first to offer CD-ROM installation.

  14. Andreas Kohl says:

    A few PS/2 Ultimedia models were shipped mostly with a Preload-CD containing OS/2 2.00.1 but also other software. CD-ROM drives were not common and quite expensive in 1992. OS/2 2.1 Beta was the first version with a real Installation CD.

    I wrote mostly, because in IBM Announcement Letter 192-059 dated February 25, 1992 for the IBM PS/2 ULTIMEDIA MODEL M57 SLC (8557-259) you can find the following part:

    “The OS/2 (R) delivered on the Ultimedia compact disc (CD) is the limited availability edition of OS/2 Version 2.0. This edition meets the needs of those customers whose production schedules require this function for initial testing and validation. The limited
    availability edition includes DOS and full-screen Microsoft (1) Windows (2) compatibility and the OS/2 Workplace Shell, an easy-to-use, icon-based graphical user interface.
    The PS/2 Ultimedia M57 SLC customer is entitled to the update to the OS/2 Version 2.0 general availability edition at no additional charge. The registration card in the OS/2 Version 2.0 limited availability edition documentation provides complete information for the user to obtain the update to OS/2 Version 2.0.”

    It would not be impossible to create an installation CD also for OS/2 1.2 or 2.0 by adopting methods from redirected network installation that were outlined in some of the older redbooks.

  15. Michal Necasek says:

    And just now I found old IBM BBS discussions that talk about installing betas of OS/2 2.0 from CD-ROM. The first entry is from March 21, 1992, before OS/2 2.0 was released, and provides a method for more or less direct install from CD. There are further mentions of installing OS/2 2.0 GA from CD.

    There are also mentions that OS/2 2.0 betas were delivered on CDs, simply due to the sheer number of floppies required for base OS + LAN Server + Extended Services + development tools + documentation.

    My conclusion from that is that 1) IBM did not support CD-ROM installation in OS/2 2.0 GA, although it was possible with some hand-holding, and 2) OS/2 2.0 was available on CD-ROM. How exactly one might obtain such CD is not clear, and it is possible that only DAP members or larger IBM customers received such CDs.

    Anyway, to the original point — it certainly appears that there were no retail OS/2 2.0 CDs, but OS/2 2.0 on CD-ROM did exist.

  16. Nathan Anderson says:

    Very interesting; thanks. I myself had not been able to find mention of a PDK release that contained XR02005, just of ones (early ’93) that contained OS/2 2.1 beta…here’s a strange blog page that seems to contain some PDK marketing copy (and the only copy of it I’ve been able to find anywhere), with absolutely zero context provided, and without acknowledging where it comes from: http://www.cad-olymp.com/os2-never-die/ (“The product’s highlights include a beta version of the next release of OS/2, finally installable largely from the CD ROM…”)

  17. Michal Necasek says:

    I have to correct myself. The XR02005 level was based on the table on page 18 here: http://ps-2.kev009.com/basil.holloway/ALL%20PDF/sg244552.pdf . It is incorrect. OS/2 2.00.1 is level XR02010, as documented on page 293 here: http://www.tavi.co.uk/os2pages/pdf/gg243948_OS2_V2_1_Technical_Update.pdf (the SYSLEVEL output in that book matches exactly what I get). Confusingly enough, XR02010 is also what OS/2 2.1 reports, but with different prior CSD level and different version number.

    I have PDK CDs from 10/92, 11/92, and 2/93. It is entirely unclear what else may have existed. There’s also a Multi-lingual Service Pak from 12/92 and OS/2 2.1 Beta Version 6.479 CD from 1/93 which were probably part of the same program. DevCon started later in ’93.

    I’m almost certain the article you pointed at in fact talks about the CD-installable 2.00.1, or at least the description sounds exactly like the PDK CD I have, including the bug that if CD-ROM support isn’t manually selected in the first GUI install phase, it will be missing. OS/2 2.00.1 was delivered on at least two of the PDK CDs (10/92, 11/92). As the article hints at, the PDK CDs were a mix of release and beta products, even though the whole thing was called “beta”.

  18. Nathan Anderson says:

    Re-visiting this old discussion about retail availability of OS/2 2.0 GA on CD-ROM (see posts above from April 2017)…

    Recently noticed that on this OS/2 World wiki page — https://www.os2world.com/wiki/index.php/IBM_OS/2_2.0 — that an IBM U.S. P/N is listed for boxed OS/2 2.0 GA on CD-ROM! 10G2992, which is +1 of the U.S. P/N for the non-upgrade version on 5.25″ HD diskettes.

    I can find plenty of references to 10G2991 (U.S. release of 5.25″ non-upgrade) in digital IBM literature of the time. However, the only semi-official-looking reference I’ve managed to find for 10G2992 from the time period is in the Tim Sipples OS/2 FAQ of old (e.g., http://www.mit.edu/afs.new/sipb/project/os2/FAQ, a June 1992 revision). I’ve also never seen a picture of a box, nor any for-sale listings anywhere.

    Makes me wonder if this was a release that was planned but cancelled at the last minute.

  19. Michal Necasek says:

    That would make sense. If it had been released, I’d think one or two copies would have been released.

    What’s also significant is that I can’t find the 10G2992 P/N mentioned anywhere in official IBM documentation.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.