Architecture Of Mac Os X Article Index for
Architecture Of
Website Links For
Architecture
 

Information About

Architecture Of Mac Os X





DEVELOPMENT

See Also: Mac OS X history



NEXTSTEP


NEXTSTEP used a hybrid kernel that combined the Mach 2.5 kernel developed at Carnegie Mellon University with subsystems from 4.3BSD . NEXTSTEP also introduced a new windowing system based on Display PostScript that intended to achieve better WYSIWYG systems by using the same language to draw content on monitors that drew content on printers. NeXT also included Object-oriented Programming tools based on the Objective-C language that they had acquired from Stepstone and a collection of Frameworks (or Kits) that were intended to speed software development. NEXTSTEP originally ran on Motorola 's 68k processors, but was later ported to Intel 's X86 , Hewlett-Packard 's PA-RISC and Sun Microsystems ' SPARC processors. Later on, the developer tools and frameworks were released, as OpenStep , as a development platform that would run on other operating systems.


Rhapsody


On February 4 1997 , Apple acquired NeXT and began development of the Rhapsody operating system. Rhapsody built on NEXTSTEP, Porting the core system to the PowerPC architecture and adding a redesigned user interface based on the Platinum user interface from Mac OS 8 . An emulation layer called Blue Box allowed Mac OS applications to run within an actual instance of the Mac OS and an integrated Java Platform . The Objective-C developer tools and Frameworks were referred to as the Yellow Box and also made available separately for Microsoft Windows . The Rhapsody project eventually bore the fruit of all Apple's efforts to develop a new generation Macintosh OS, which finally shipped in the form of Mac OS X Server .


Mac OS X


At the 1998 Worldwide Developers Conference (WWDC), Apple announced a move that was intended as a response to complaints from Macintosh software developers who were not happy with the two options (Yellow Box and Blue Box) available in Rhapsody. Mac OS X would add another developer API to the existing ones in Rhapsody. Key APIs from the Macintosh Toolbox would be implemented in Mac OS X to run directly on the BSD layers of the operating system instead of in the emulated Macintosh layer. This modified interface, called Carbon , would eliminate approximately 2000 troublesome API calls (of about 8000 total) and replace them with calls compatible with a modern OS.

At the same conference, Apple announced that the Mach side of the kernel had been updated with sources from version 3 of the Mach kernel and the BSD side of the kernel had been updated with sources from the FreeBSD , NetBSD and OpenBSD projects. They also announced a new driver model called I/O Kit , intended to replace the Driver Kit used in NEXTSTEP citing Driver Kit's lack of power management and hot-swap capabilities and its lack of automatic configuration capability.

At the 1999 WWDC, Apple revealed Quartz , a new Portable Document Format (PDF) based windowing system for the operating system that wasn't encumbered with licensing fees to Adobe like the Display PostScript windowing system of NEXTSTEP. Apple also announced that the Yellow Box layer had been renamed Cocoa and began to move away from their commitment to providing the Yellow Box on Windows. At this WWDC, Apple also showed Mac OS X booting off of a HFS Plus formatted drive for the first time.

The first public release of Mac OS X was released to consumers on was a Public Beta released on September 13 2000 .


CRITICISM


Apple's choice of a hybrid Microkernel architecture for Mac OS X has been unpopular in some quarters due to performance inefficiencies inherent in the microkernel design paradigm. Apple attempted to reduce the impact of microkernel overhead by moving userspace subsystems into the kernel space along with the microkernel, but a vocal minority of Mac developers feel that Apple should move to a monolithic kernel similar to Linux to eliminate microkernel overhead entirely.


EXTERNAL LINKS