Workplace OS
{{Short description|Defunct 1990s operating system}}
{{distinguish|text=IBM's Workplace client for Lotus Notes}}
{{Infobox OS
| name =
| logo =
| logo caption =
| logo alt =
| screenshot = OS-2 PowerPC desktop.gif
| caption = OS/2 Warp Connect (PowerPC Edition) 1.0, based on Workplace OS
| screenshot_alt =
| collapsible =
| developer = IBM
| family = Universal
| working state = Discontinued
| source model = Closed source, Mach open source
| discontinued = yes
| RTM date = {{start date and age|1995|12|15|df=no}}
| GA date =
| latest release date =
| latest preview version = OS/2 Warp Connect (PowerPC Edition) 1.0
| latest preview date = {{start date and age|1996|01|05|df=no}}
| marketing target = Global
| language = English
| language count =
| language footnote =
| update model =
| package manager =
| supported platforms = PowerPC
| kernel type = Microkernel
| userland =
| ui = Workplace Shell
| license =
| preceded by = OS/2, AIX, OS/400, others.
| influenced by = Mach kernel, Apple Pink
| website =
| other articles = AIM alliance, Taligent, PowerPC
}}
Workplace OS was an IBM project which unsuccessfully attempted to replace multiple operating systems with compatibility "personalities" running on top of a Mach-based microkernel.{{cite journal| last1 = Fleisch| first1 = Brett D.| last2 = Co| first2 = Mark Allan A.| title = Workplace Microkernel and OS: A Case Study| journal = Software: Practice and Experience| volume = 28| issue = 00| pages = 1–22| date = 1997-09-23| doi = 10.1002/(SICI)1097-024X(199804)28:4<423::AID-SPE169>3.0.CO;2-P| publisher = John Wiley & Sons, Ltd.| url = https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=baae88990aa1528233bf7880814d193ba3694c41| access-date = 2025-05-21}} The intention was that personalities would allow a single machine to run unmodified applications from multiple operating systems such as Unix or OS/2. It was the product of a research program in 1991 which yielded a design named the "Grand Unifying Theory of Systems "(GUTS). The GUTS project evolved into Workplace OS after Apple demonstrated its Pink operating system prototype to IBM's GUTS design team, who incorporated many ideas from Pink into their own design.
Workplace OS was intended to improve software portability and maintenance costs by recruiting all operating system vendors to convert their products into Workplace OS personalities. That included Pink when it became Taligent, which was co-developed with Workplace OS. In 1995, IBM reported that "Nearly 20 corporations, universities, and research institutes worldwide have licensed the microkernel, laying the foundation for a completely open microkernel standard."{{cite web| url=https://public.dhe.ibm.com/eserver/pseries/developer/library/dsnews/dsn5r.asc| publisher=IBM| website=ibm.com| date=1995-11-22| title=IBM Developer Support News - 1995 Issue 18| access-date=2025-05-21}} Workplace OS was at the core of IBM's new strategic direction for the entire company, and was intended as the primary operating system for PowerPC hardware, to allow IBM to effectively compete with the Wintel duopoly.
With protracted development spanning four years and $2 billion (or 0.6% of IBM's revenue for that period), the project suffered development hell characterized by workplace politics, feature creep, and the second-system effect. Many idealistic key assumptions made by IBM architects about software complexity and system performance were never tested until far too late in development, then immediately proven infeasible. In January 1996, the first and only preview of Workplace OS was released under the OS/2 family with the name "OS/2 Warp Connect (PowerPC Edition)". It was limited to special order by select IBM customers, and had limited functionality compared with the original OS/2 for x86.{{cite web| title=OS/2 Warp, PowerPC Edition| url=https://www.os2museum.com/wp/os2-history/os2-warp-powerpc-edition/| website=os2museum.com| access-date=2025-05-21| author=Michal Necasek}} The entire Workplace OS platform was discontinued in March due to very low market demand, including that for enterprise PowerPC hardware.
A University of California case study described Workplace OS as both "one of the most significant operating systems software investments of all time" and "one of the largest operating system failures in modern times".
Overview
=Objective=
By 1990, IBM acknowledged the software industry to be in a state of perpetual crisis. This was due to the chaos from the inordinate complexity of software engineering inherited by its legacy of procedural programming practices since the 1960s. Large software projects were too difficult, fragile, expensive, and time-consuming to create and maintain; they required too many programmers, who were too busy with fixing bugs and adding incremental features to create new applications. Different operating systems were alien to each other, each of them running their own proprietary applications. IBM envisioned "life after maximum entropy" through "operating systems unification at last" and wanted to lay a new worldview for the future of computing.
IBM sought a new world view of a unified foundation for computing, based upon the efficient reuse of common work. It wanted to break the traditional monolithic software development cycle of producing alphas, then betas, then testing, and repeating over the entire operating system — instead, compartmentalizing the development and quality assurance of individual unit objects.{{rp|19}} This new theory of unifying existing legacy software and the new way of building all new software, was nicknamed the Grand Unified Theory of Systems or GUTS.{{rp|20}}
Coincidentally, Apple already had a two-year-old secret prototype of its microkernel-based object-oriented operating system with application frameworks, named Pink.{{rp|20}} The theory of GUTS was expanded by Pink, yielding Workplace OS.
=Architecture=
IBM described its new microkernel architecture as scalable, modular, portable, client/server distributed, and open and fully licensable both in binary and source code forms.{{rp|376–377}} This microkernel-based unified architecture was intended to allow all software to become scalable both upward into supercomputing space and downward into mobile and embedded space.{{rp|18–19}}
Leveraged upon a single microkernel, IBM wanted to achieve its grand goal of unification by simplifying complex development models into reusable objects and frameworks, and all while retaining complete backward compatibility with legacy and heritage systems.{{rp|3}} Multiple-library support would allow developers to progressively migrate select source code objects to 64-bit mode, with side-by-side selectable 32-bit and 64-bit modes. IBM's book on Workplace OS says, "Maybe we can get to a 64-bit operating system in our lifetime."{{rp|19}} IBM intended shareable objects to eventually reduce the footprint of each personality, scaling them down to a handheld computing profile.
At the base of Workplace OS is a fork of the Mach 3.0 microkernel (release mk68) originally developed by Carnegie Mellon University and heavily modified by the Open Software Foundation's Research Institute. Officially named "IBM Microkernel",{{rp|14–15}}{{rp|119}} it provides five core features: IPC, virtual memory support, processes and threads, host and processor sets, and I/O and interrupt support.
On top of the IBM Microkernel is a layer of shared services (originally called Personality Neutral Services or PNS{{rp|3}}) to cater to some or all of the personalities above them. Shared services are endian-neutral,{{rp|24}} have no user interface, and can serve other shared services.{{rp|379}} Byte summarizes that shared services "can include not only low-level file system and device-driver services but also higher-level networking and even database services. [Workplace OS's lead architect Paul Giangarra] believes that locating such application-oriented services close to the microkernel will improve their efficiency by reducing the number of function calls and enabling the service to integrate its own device drivers." This layer contains the file systems, the scheduler, network services, and security services. IBM first attempted a device driver model completely based in userspace to maximize its dynamic configuration, but later found the need to blend it between userspace and kernelspace, while keeping as much as possible in userspace.{{rp|176}} The Adaptive Driver Architecture (ADD) was designed for the creation of layered device drivers, which are easily portable to other hardware and operating system platforms beyond Workplace OS,{{rp|174}} and which consist of about 5000-8000 lines of device-specific code each.{{rp|378}} Some shared services are common only to select personalities, such as MMPM serving multimedia only to Windows 3.1 and OS/2 personalities, and which is alien or redundant to other markets.
Atop the shared services, another layer of userspace servers called personalities provide DOS, Windows, OS/2 (Workplace OS/2), and UNIX (WPIX) environments. The further hope was to support OS/400, AIX, Taligent OS, and MacOS personalities.{{cite interview | interviewer=Stuart J. Johnson | first=Lois | last=Dimpfel | magazine=InfoWorld | page=106 | date=November 22, 1993 | title=Big Blue's Dimpfel has high hopes for Workplace OS | url=https://books.google.com/books?id=ATsEAAAAMBAJ&dq=comdex+1992+workplace+os&pg=PT1 | access-date=September 20, 2017}} Personalities provide environment subsystems to applications. Any one personality can be made dominant for a given version of the OS, providing the desktop user with a single GUI environment to accommodate the secondary personalities. In 1993, IBM intended one release version to be based upon the OS/2 Workplace Shell and another to be based upon the UNIX Common Desktop Environment (CDE).
IBM explained the branding: "Workplace OS is the codename for a collection of operating system components including, among others, the IBM Microkernel and the OS/2 personality. Workplace OS/2 is the specific codename for the OS/2 personality. Workplace OS/2 will operate with the IBM Microkernel and can be considered OS/2 for the PowerPC." For the 1995 final preview release, IBM continued, "When we stopped using the name 'Workplace' and started calling the product 'OS/2 for the PowerPC', you might have thought that the 'Workplace' was dead. But the 'Workplace' is far from dead. It has simply been renamed for prime time."{{rp|1,375}} Workplace OS/2 was intended to define the future of OS/2, as a 32-bit clean platform and free of internal legacy, with perfect compatibility for source code of OS/2 applications and drivers. IBM originally wanted to prove new development models on Workplace OS/2 and backport them into OS/2 2.1 for x86 until the two platforms were unified{{mdash}}especially the IBM Microkernel, a new graphics subsystem, fully 32-bit system code with a flat memory model,{{cite web | title=The OS/2 Graphics Subsystem in the Workplace OS Family | first=Kelvin | last=Lawrence | publisher=IBM | work=Developer Connection News | via=EDM/2 | url=http://www.edm2.com/index.php/The_OS/2_Graphics_Subsystem_in_the_Workplace_OS_Family | access-date=August 17, 2022}} Taligent, and OpenDoc.
IBM intended for Workplace OS to run on several processor architectures, including PowerPC, ARM, and x86{{rp|22}} which would range in size from handheld PDAs{{cite magazine | title=Workplace: Advancing the State of the Art | first1=Miles | last1=Barel | first2=Jeri | last2=Dube | magazine=Innovations | issue=2 | series=Developer Connection News | volume=5 | date=1994 | publisher=IBM | via=EDM/2 | url=http://www.edm2.com/index.php/Workplace:_Advancing_the_State_of_the_Art | access-date=August 17, 2022}} to workstations to large 64-bit servers and supercomputers. IBM saw the easy portability of the Workplace OS as creating a simple migration path to move its existing x86 (DOS and OS/2) customer base onto a new wave of standard reference PowerPC-based systems, such as the PC Power Series and the Power Macintosh. Creating a unique but open and industry-standard reference platform of open-source microkernel, IBM hedged its company-wide operating system strategy by aggressively attempting to recruit other operating system vendors to adopt its microkernel as a basis for their proprietary operating systems.
History
=Development=
==GUTS==
In January 1991, there was an internal presentation to the IBM Management Committee of a new strategy for operating system products. This included a chart called the Grand Unification Theory of Operating Systems (GUTS) which outlined how a single microkernel underlying common subsystems could provide a single unifying architecture for the world's many existing and future operating systems. It was initially based in a procedural programming model, not object-oriented.{{rp|2–3}} The design elements of this plan had already been implemented on IBM's RS/6000 platform via the System Object Model (SOM), a model which had already been delivered as integral to the OS/2 operating system.
Sometime later in 1991, as a result of the Apple/IBM business partnership, a small exploratory IBM team first visited the Taligent team, who demonstrated a relatively mature prototype operating system and programming model{{cite book | title=IBM's Official OS/2 Warp Connect PowerPC Edition: Operating in the New Frontier | first1=Ken | last1=Christopher | first2=Scott | last2=Winters | first3=Mary Pollak | last3=Wright | publisher=IDG Books | location=Foster City, CA | date=1995 | isbn=978-1-56884-458-9 | oclc=832595706 }}{{rp|3}} based entirely on Apple's Pink project from 1987. There, GUTS's goals were greatly impacted and expanded by exposure to these similar goals—especially advanced in the areas of aggressive object-orientation, and of software frameworks upon a microkernel. IBM's optimistic team saw the Pink platform as being the current state of the art of operating system architecture. IBM wanted to adopt Pink's more object-oriented programming model and framework-based system design, and add compatibility with legacy procedural programming along with the major concept of multiple personalities of operating systems, to create the ultimate possible GUTS model.{{rp|4}}
{{quote box | width=95% | align=center | quote=GUTS defined [theoretical] operating system components similar to Taligent's [already existing] operating environment, only the components [in GUTS] were defined procedurally ... From the concept of shared services and Taligent's concept of object-oriented system frameworks, an object model evolved that represents the new, faster, and more reliable way of building operating systems. What's more, because procedural and object-oriented components can coexist in a microkernel-based operating system, the evolution to a completely object-oriented world could be staged.{{rp|3–4}}}}
Through the historic AIM alliance, Apple's CEO John Sculley said that the already volume-shipping OS/2 and MacOS would become unified upon the common PowerPC hardware platform to "bring a renaissance to the industry".
In late 1991, a small team from Boca Raton and Austin began implementing the GUTS project, with the goal of proving the GUTS concept, by first converting the monolithic OS/2 2.1 system to the Mach microkernel, and yielding a demo. To gain shared access to key personnel currently working on the existing OS/2, they disguised the project as the Joint Design Task Force and brought "a significant number" of personnel from Boca, Austin (with LANs and performance), Raleigh (with SNA and other transport services), IBM Research (with operating systems and performance), and Rochester (with the 64-bit, object-oriented worldview from AS/400). Pleased with the robust, long-term mentality of the microkernel technology and with the progress of the project, the team produced a prototype in mid 1992.{{rp|4}} The initial internal-development prototypes ran on x86-based hardware and provided a BSD Unix derived personality and a DOS personality.{{citation needed|date=September 2017}}
==Demos and business reorganization==
At Comdex in late 1992, the team flew in and assembled a private demonstration based on last-minute downloads to replace corrupted files and one hour of sleep. The presentation was so well received that the prototype was put on the trade show floor on Thursday, as the first public demonstration of the IBM Microkernel-based system running OS/2, DOS, 16-bit Windows, and UNIX applications.{{rp|4–5}} In 1992, IBM persuaded Taligent to migrate the Taligent OS from its internally developed microkernel named Opus, onto the IBM Microkernel.{{cite web | title=Half an operating system: The triumph and tragedy of OS/2 | date=November 24, 2013 | first=Jeremy | last=Reimer | publisher=Ars Technica | url=https://arstechnica.com/information-technology/2013/11/half-an-operating-system-the-triumph-and-tragedy-of-os2/5/ | access-date=February 12, 2019}}{{cite book |first1=Sean |last1=Cotter | first2=Mike | last2=Potel |url=http://www.wildcrest.com/Potel/Portfolio/InsideTaligentTechnology/WW11.htm |title=Inside Taligent Technology |publisher=Addison-Wesley |date=1995 | isbn=0-201-40970-4 | oclc=1072525751 | access-date=February 10, 2019}}{{rp|xiii}}{{cite web | title=Why did Taligent fail? | url=https://www.quora.com/Why-did-Taligent-fail | access-date=January 31, 2019}} Ostensibly, this would have allowed Taligent's operating system (implemented as a Workplace OS personality) to execute side-by-side with DOS and OS/2 operating system personalities.{{cite book | title=Transforming Your Business With Object Technology | publisher=IBM | date=November 1993 | location=Austin, TX | url=https://archive.org/details/IBMTaligent/ | page=15 | access-date=February 9, 2019}}{{rp|14–15}}
In 1993, InfoWorld reported that Jim Cannavino "has gone around the company and developer support for a plan to merge all of the company's computing platforms—ES/9000, AS/400, RS/6000, and PS/2—around a single set of technologies, namely the PowerPC microprocessor, the Workplace OS operating system, and the Taligent object model, along with a series of open standards for cross-platform development, network interoperability, etc."{{rp|5}} On June 30, 1993, a presentation was given at the Boca Programming Center by Larry Loucks, IBM Fellow and VP of Software Architecture of the Personal Software Products (PSP) Division.{{rp|17}}
{{quote box | width=25% | align=right | quote=We have not closed discussion on [Mac OS support]. We're talking with Apple about including the Macintosh OS as one of the personalities in the microkernel. | author=—Lois Dimpfel, IBM's Director of Personal Operating Systems, November 1993}}
By 1993, IBM reportedly planned two packages of Workplace OS, based on personality dominance: one based on the OS/2 Workplace Shell and another based upon the UNIX Common Desktop Environment (CDE). IBM and Apple were speaking about the possibility of a Mac OS personality.
By January 1994, the IBM Power Personal Systems Division had still not yet begun testing its PowerPC hardware with any of its three intended launch operating systems: definitely AIX and Windows NT, and hopefully also Workplace OS. Software demonstrations showed limited personality support, with the dominant one being the OS/2 Workplace Shell desktop, and the DOS and UNIX personalities achieving only fullscreen text mode support with crude hotkey switching between the environments. Byte reported that the multiple personality support promised in Workplace OS's conceptual ambitions was more straightforward, foundational, and robust than that of the already-shipping Windows NT. The magazine said "IBM is pursuing multiple personalities, while Microsoft appears to be discarding them" while conceding that "it's easier to create a robust plan than a working operating system with robust implementations of multiple personalities".
In 1994, the industry was reportedly shifting away from monolithic development and even application suites, toward object-oriented, component-based, crossplatform, application frameworks.{{cite magazine | magazine=ComputerWorld | first1=Ed | last1=Scannell | first2=William | last2=Brandel | title=Industry turning to components | page=1 | date=April 11, 1994 | url=https://books.google.com/books?id=j7EPRo-7juEC&pg=PA14 | access-date=February 13, 2019}}
By 1995, Workplace OS was becoming notable for its many and repeated launch delays, with IBM described as being inconsistent and "wishy washy" with dates. This left IBM's own PowerPC hardware products without a mainstream operating system, forcing the company to at least consider the rival Windows NT.{{cite magazine | magazine=InfoWorld | date=June 5, 1995 | first=Ed | last=Scannell | title=IBM ponders NT bundle for PowerPC line | page=35 | url=https://books.google.com/books?id=wjoEAAAAMBAJ&dq=IBM+ponders&pg=PA35 | access-date=February 8, 2019}} In April 1994, Byte reported that under lead architect Paul Giangarra, IBM had staffed more than "400 people working to bring [Workplace OS] up on Power Personal hardware".
In May 1994, the RISC Systems software division publicly announced IBM's first attempt to even study the feasibility of converting AIX into a Workplace OS personality, which the company had been publicly promising since the beginning. One IBM Research Fellow led a team of fewer than ten, to identify and address the problem. The team defined the AIX personality problem as being the fundamentally incompatible byte ordering between the big-endian AIX and the little-endian Workplace OS. This problem is endemic, because though the PowerPC CPU and Workplace OS can perform in either mode, endianness is a systemwide configuration set once at boot time only; and Workplace OS favors OS/2 which comes from the little-endian Intel x86 architecture. After seven months of silence on the issue, IBM announced in January 1995 that the intractable endianness problem had resulted in the total abandonment of the flagship plan for an AIX personality.{{rp|19}}
In 1994, a proposal was made to reimplement OS/400 as a Workplace OS personality. This came at a point where the port of OS/400 to PowerPC was close to completion, but work to add 64-bit addressing and multiuser support to the IBM Microkernel had only begun. IBM Rochester ruled out delaying the PowerPC port to wait for Workplace OS to catch up, preferring a plan to incorporate the IBM Microkernel into the OS/400 SLIC when it was ready, allowing Workplace OS personalities to run on top of OS/400. By late 1994, as Workplace OS became increasingly focused on OS/2, the Workplace OS team proposed a new plan known as "Harmony" — which would replace OS/400 by adding a compatibility layer to Workplace OS, and requiring new applications to target OS/2 APIs. This proposal was poorly received by IBM Rochester, who withdrew all support for Workplace OS soon after.{{cite book| title=Inside the AS/400, Second Edition| url=https://books.google.com/books?id=5DoPAAAACAAJ| isbn=978-1882419661| author=Frank G. Soltis| year=1997| publisher=Duke Press}}
In late 1994, as Workplace OS approached its first beta version, IBM referred to the beta product as "OS/2 for the PowerPC".{{rp|1}}{{cite web | title=Workplace OS/2: Just Good Old OS/2... For the PowerPC! | publisher=IBM | first1=Scott | last1=Winters | first2=Jeri | last2=Dube | url=http://www.edm2.com/index.php/Workplace_OS/2:_Just_Good_Old_OS/2…_For_the_PowerPC! | access-date=March 5, 2019}} As the project's first deliverable product, this first beta was released to select developers on the Power Series 440 in December 1994.{{cite web | title=OS/2 for PowerPC Tidbits | publisher=OS/2 Museum | date=November 16, 2012 | first=Michal | last=Necasek | url=http://www.os2museum.com/wp/os2-for-powerpc-tidbits/ | access-date=February 5, 2019}} A second beta was released in 1995.{{citation needed|date=February 2019}} By 1995, IBM had shipped two different releases of an application sampler CD for the beta OS.{{cite magazine | magazine=Developer Support News | date=November 22, 1995 | issue=18 | title=Developer Support News | url=https://public.dhe.ibm.com/rs6000/developer/library/dsnews/dsn5r.asc | access-date=February 6, 2019}}
==Preview launch==
In mid 1995, IBM officially named its planned initial Workplace OS release "OS/2 Warp Connect (PowerPC Edition)"{{rp|1,375}} with the codename "Falcon". In October 1995, IBM announced the upcoming first release, though still a developer preview. The announcement predicted it to have version 1.0 of the IBM Microkernel with the OS/2 personality and a new UNIX personality, on PowerPC. Having been part of the earliest demonstrations, the UNIX personality was now intended to be offered to customers as a holdover due to the nonexistence of a long-awaited AIX personality, but the UNIX personality was also abandoned prior to release.
This developer release is the first ever publication of Workplace OS, and of the IBM Microkernel (at version 1.0), which IBM's internal developers had been running privately on Intel and PowerPC hardware. The gold master was produced on December 15, 1995 with availability on January 5, 1996, only to existing Power Series hardware customers who paid $215{{cite web | title=Unofficial OS/2 Beta FAQ Appendix v 0.20 | date=April 10, 1997 | publisher=Stardock | url=https://www.stardock.com/temp/kwilas/appendix.htm#Historical | access-date=February 5, 2019}} for a special product request through their IBM representative, who then relayed the request to the Austin research laboratory. The software essentially appears to the user as the visually identical and source-compatible PowerPC equivalent of the mainstream OS/2 3.0 for Intel.{{rp|2}} Packaged as two CDs with no box, its accompanying overview paper booklet calls it the "final edition"{{cite book | title=The OS/2 Warp (PowerPC Edition) Overview | publisher=IBM | date=December 1995 | type=booklet | url=http://www.os2museum.com/wp/wp-content/uploads/2012/11/OS2-PPC-Overview.pdf | access-date=February 5, 2019}} but it is still a very incomplete product intended only for developers. Its installer only supports two computer models, the IBM PC Power Series 830 and 850 which have PowerPC 604 CPUs of {{nowrap|100-120 MHz}}, {{nowrap|16-196 MB}} of RAM, and IDE drives. Contrary to the product's "Connect" name, the installed operating system has no networking support. However, full networking functionality is described within the installed documentation files, and in the related book IBM's Official OS/2 Warp Connect PowerPC Edition: Operating in the New Frontier (1995) — all of which the product's paper booklet warns the user to disregard. The kernel dumps debugging data to the serial console.{{cite web | title=OS/2 on ThinkPad 850 | date=September 27, 2013 | publisher=OS/2 Museum | first=Michal | last=Necasek | url=http://www.os2museum.com/wp/os2-on-thinkpad-850/ | access-date=February 6, 2019}} The system hosts no compiler, so developers are required to cross-compile applications on the source-compatible OS/2 for Intel system, using MetaWare’s High C compiler or VisualAge C++, and manually copy the files via relocatable medium to run them.
With an officially concessionary attitude, IBM had no official plans for a general release packaged for OEMs or retail, beyond this developer preview available only via special order from the development lab. Upon its launch, Joe Stunkard, spokesman for IBM's Personal Systems Products division, said "When and if the Power market increases, we'll increase the operating system's presence as required." On January 26, 1996, an Internet forum statement was made by John Soyring, IBM's Vice President of Personal Software Products: "We are not planning additional releases of the OS/2 Warp family on the PowerPC platform during 1996 — as we just released in late December 1995 the OS/2 Warp (PowerPC Edition) product. ... We have just not announced future releases on the PowerPC platform. In no way should our announcement imply that we are backing away from the PowerPC."{{cite newsgroup | title=IBM Supports OS/2 for PPC, Warp for PC now the focus (WSJ 1/26/96) | first=John | last=Soyring | date=January 26, 1996 | newsgroup=comp.os.os2.advocacy | url=https://groups.google.com/d/msg/comp.os.os2.advocacy/emnQA0ntZx4/UH6cWvDbApgJ | access-date=February 5, 2019}}
==Roadmap==
On November 22, 1995, IBM's developer newsletter said, "Another focus of the 1996 product strategy will be the IBM Microkernel and microkernel-based versions of OS/2 Warp. Nearly 20 corporations, universities, and research institutes worldwide have licensed the microkernel, laying the foundation for a completely open microkernel standard." IBM planned a second feature-parity release for x86 and PowerPC in 1996, and version 2.0 of the microkernel was "distributed to microkernel adopters" early that year.{{rp|19}} This version was described as final, with support for x86 and ARM processors.{{rp|22}} IBM reportedly tested OS/2 on the never-released x86-compatible PowerPC 615.{{cite web | title=Microsoft killed the PowerPC 615 | publisher=The Register | date=October 1, 1998 | author=Staff | url=https://www.theregister.co.uk/1998/10/01/microsoft_killed_the_powerpc/ | access-date=February 8, 2019}}
At this point, the several-year future roadmap of Workplace OS included IBM Microkernel 2.0 and was intended to subsume the fully converged future of the OS/2 platform starting after the future release of OS/2 version 4, including ports to Pentium, Pentium Pro, MIPS, ARM, and Alpha CPUs.
=Discontinuation=
The Workplace OS project was finally canceled in March 1996 due to myriad factors: inadequate performance; low acceptance of the PowerPC Reference Platform; poor quality of the PowerPC 620 launch; extensive cost overruns; lack of AIX, Windows, or OS/400 personalities; and the overall low customer demand. The only mainstream desktop operating system running on PowerPC was Windows NT, which also lacked supply and demand. Industry analysts said that "the industry may have passed by the PowerPC". In 1996, IBM also closed the Power Personal Division responsible for personal PowerPC systems. IBM stopped developing new operating systems, and instead committed heavily to Linux, Java, and some Windows. In 2012, IBM described Linux as the "universal platform".{{cite web | title=Look at Linux, the operating system and universal platform | first=M. Tim | last=Jones | date=March 13, 2012 | publisher=IBM | url=https://www.ibm.com/developerworks/library/l-linuxuniversal/index.html | archive-url=https://web.archive.org/web/20120414054159/https://www.ibm.com/developerworks/library/l-linuxuniversal/index.html | archive-date=April 14, 2012 | access-date=March 16, 2019}}
Reception
=Industrial reception=
Reception was enthusiastically but skeptically mixed, as the young IT industry was already constantly grappling with the second-system effect, and was now presented with Workplace OS and PowerPC hardware as the ultimate second system duo to unify all preceding and future systems. On November 15, 1993, InfoWorld{{'}}s concerns resembled the Osborne effect: "Now IBM needs to talk about this transition without also telling its customers to stop buying all the products it is already selling. Tough problem. Very little of the new platform that IBM is developing will be ready for mission-critical deployment until 1995 or 1996. So the company has to dance hard for two and maybe three years to keep already disaffected customers on board."{{rp|5}}
In 1994, an extensive analysis by Byte reported that the multiple personality concept in Workplace OS's beta design was more straightforward, foundational, and robust than that of the already-shipping Windows NT. It said "IBM is pursuing multiple personalities, while Microsoft appears to be discarding them" and conceded that "it's easier to create a robust plan than a working operating system with robust implementations of multiple personalities".
Upon the January 1996 developer final release, InfoWorld relayed the industry's dismay that the preceding two years of delays had made the platform "too little, too late", "stillborn", and effectively immediately discontinued. An analyst was quoted, "The customer base would not accept OS/2 and the PowerPC at the same time" because by the time IBM would eventually ship a final retail package of OS/2 on PowerPC machines, "the power/price ratio of the PowerPC processor just wasn't good enough to make customers accept all of the other drawbacks" of migrating to a new operating system alone.{{cite magazine | magazine=InfoWorld | date=January 15, 1996 | title=OS/2 for PowerPC release may be too little, too late | pages=35–36 | first=Jason | last=Pontin | url=https://books.google.com/books?id=zj4EAAAAMBAJ&dq=OS/2+for+PowerPC&pg=PA35 | access-date=February 8, 2019}}
In 2013, Ars Technica retrospectively characterized the years of hype surrounding Workplace OS as supposedly being "the ultimate operating system, the OS to end all OSes ... It would run on every processor architecture under the sun, but it would mostly showcase the power of POWER. It would be all-singing and all-dancing."
=Internal analysis=
In January 1995, four years after the conception and one year before the cancellation of Workplace OS, IBM announced the results of a very late stage analysis of the project's initial assumptions. This concluded that it is impossible to unify the inherent disparity in endianness between different proposed personalities of legacy systems, resulting in the total abandonment of the flagship plan for an AIX personality.{{rp|19}}
In May 1997, one year after its cancellation, one of its architects reflected back on the intractable problems of the project's software design and the limits of available hardware.
{{quotation | quote=There is no good way to factor multiple existing systems into a set of functional servers without making them excessively large and complex. In addition, the message-passing nature of the microkernel turns out to be a poor match for the characteristics of modern processors, causing performance problems. Finally, the use of fine-grained objects complicated the design and further reduced the performance of the system. Based on this experience, I believe that more modest, more targeted operating systems consume fewer resources, offer better performance and can provide the desired semantics with fewer compromises.|source=Freeman L. Rawson III, Workplace OS architect, IBM Austin, May 1997{{cite conference | doi=10.1109/HOTOS.1997.595173 | title=Experience with the Development of a Microkernel-Based, Multiserver Operating System | first=Freeman L. | last=Rawson III | publisher=IBM | location=Austin, TX | url=http://srl.cs.jhu.edu/courses/600.439/ExperienceMicrokernelBasedOS.pdf | conference=IEEE: The Sixth Workshop on Hot Topics in Operating Systems, Cape Cod, MA | date=May 5–6, 1997 | isbn=0-8186-7834-8 | access-date=March 5, 2019}}
}}
=Academic analysis=
In September 1997, a case study of the history of the development of Workplace OS was published by the University of California with key details having been verified by IBM personnel. These researchers concluded that IBM had relied throughout the project's history upon multiple false assumptions and overly grandiose ambitions, and had failed to apprehend the inherent difficulty of implementing a kernel with multiple personalities. IBM considered the system mainly as its constituent components and not as a whole, in terms of system performance, system design, and corporate personnel organization.{{rp|22}} IBM had not properly researched and proven the concept of generalizing all these operating system personalities before starting the project, or at any responsible timeframe during it — especially its own flagship AIX.{{rp|21}} IBM assumed that all the resultant performance issues would be mitigated by eventual deployment upon PowerPC hardware.{{rp|22}} The Workplace OS product suffered the second-system effect, including feature creep, with thousands of global contributing engineers across many disparate business units nationwide.{{rp|21}} The Workplace OS project had spent four years and $2 billion (or 0.6% of IBM's revenue for that period), which the report described as "one of the most significant operating systems software investments of all time" and "one of the largest operating system failures in modern times".{{rp|22}}
See also
- Taligent, sister project of Workplace OS
- IBM Future Systems project, a previous grand unifying project
- Copland, another second system prototype from Apple
- 64DD, Nintendo's ambitious 1990s platform known for extreme repeated lateness and commercial failure
Notes
{{reflist |group=lower-alpha|refs=
}}
References
Further reading
- {{cite book | title=OS/2 Warp (PowerPC Edition): A First Look | date=December 1995 | publisher=IBM International Technical Support Organization | location=Boca Raton | id=SG24-4630-00 | url=https://archive.org/details/Sg244630 | access-date=February 7, 2019}}
- {{cite book | title=Official Guide to Using OS/2 Warp, PowerPC Edition | first1=Karla | last1=Stagray | first2=Linda | last2=Rogers | date=June 1, 1996 | publisher=Hungry Minds, Inc | isbn=1-56884-596-0}}
- {{cite book | title=OS/2 Application Binary Interface for PowerPC (32-bit) | url=https://archive.org/details/OS2PowerPCBinaryInterface/ | date=December 8, 1995 | publisher=IBM | access-date=January 10, 2021}}
- {{cite book | title=Exploring the IBM PCPower Series: The Instant Insider's Guide to IBM's Revolutionary New Personal Computers | oclc=32890685 | first1=Jim | last1=Hoskins | first2=David J. | last2=Bradley | location=Gulf Breeze, FL | publisher=Maximum Press | date=1996 | isbn=0-9633214-5-5}}
- {{cite web | website=OS/2 Voice | title=Whatever Happened to Warp for the PowerPC? | date=February 2005 | first=George W. | last=Archer | url=https://www.os2voice.org/VNL/past_issues/VNL0205H/vnewsf5.htm | access-date=January 10, 2021}}
- OS/2 PowerPC Toolkit, Developer Connection CD-ROMs. The first doc is a description of the OS/2 ABI on PowerPC32. The second is an API addendum, including a description of new 32-bit console APIs.
- [http://www.edm2.com/index.php/OS/2_Warp_PowerPC_Edition Links at EDM/2]
{{OS/2}}
{{IBM operating systems}}
{{Mach-like}}
{{Microkernel}}
Category:ARM operating systems
Category:IBM operating systems
Category:Microkernel-based operating systems
Category:PowerPC operating systems