Mac OS, which stands for Macintosh Operating System, is Apple Inc.'s operating system for Apple Macintosh computers, and is closely related to iOS, Apple's operating system for

OS X Mavericks is the latest Mac OS X.

other Apple products such as the iPod Touch, iPhone, and iPad. Mac OS was the first commercially successful operating system to use a purely graphical user interface. The original Macintosh team included Bill Atkinson, Jeff Raskin and Andy Hertzfeld.

The latest version of OS X is 10.9 Mavericks.  With OS X 10.9, Apple removed the "Mac" prefix from the OS name.

There are a variety of views on how the Macintosh was developed and where the underlying ideas originated. While the connection between the Macintosh and the Alto project at Xerox PARC has been established in the historical record, the earlier contributions of Ivan Sutherland's Sketchpad and Doug Engelbart's On-Line System are no less significant.

Apple deliberately played down the existence of the operating system in the early years of the Macintosh to help make the machine appear more user-friendly and to distance it from other systems such as CP/M and MS-DOS, which were portrayed as arcane and technically challenging. Apple wanted Macintosh to be portrayed as a system that would "just work" when you turned it on.

System

The Mac OS is a unique OS that, for the most part, developed completely independently from the common operating systems of the time, requiring hardware and software designed specifically for use with this OS. Although this is useful for Apple products that run on the Mac OS, it could be frustrating for PC users because the Mac OS is not compatible with PC hardware or software. Since the Mac OS uses its own set of APIs (Application Programmable Interfaces), software using the system only has to call on one of the already defined APIs. This is what makes PC users unable to use these types of software.

Versions

Main article: List of Mac OS versions

The Macintosh operating system was initially called System, as in "System 6.0.7" or "System 7". Early on it was also sometimes referred to as "the Toolbox", which consisted of a collection of standardized routines that programs could call rather than accessing the computer hardware directly. This abstraction is what allowed Mac applications written for one generation of system to run on later generations: from the Mac Plus to the Mac II, to the PowerBook, to the Power Macintosh, for example. In the early days Apple deliberately obscured the existence of an "operating system" to distance the Mac from other systems such as MS-DOS, which were portrayed as much harder to use in comparison. Terms such "system" and "the toolbox" were handy ways to refer to operating system services and the Macintosh APIs respectively that avoided technical jargon. Until the advent of the PowerPC G3 era systems (the so-called "new world" machines), large parts of the system were held in physical ROM on the motherboard, as well as other system components on disk that supplemented, overrode or patched the ROM routines. The purpose of this was to avoid using up too much of the limited storage of floppy disks for system support, given that the early Macs had no hard disk. In fact one model of Mac was actually bootable using the ROM alone, the 1991 Macintosh Classic, which included a recovery partition in ROM.

Mac OS 7.5.1 was the first version to include the "Mac OS" logo (a blue smiley face). Mac OS 7.6 (which debuted in 1996) was the first version to be officially named Mac OS.  This change in name came about because of the appearance of Mac "clones": workalikes from other companies such as Power Computing and Motorola; Apple wanted to make it clear that the operating system was its own intellectual property.

The Mac OS can be divided into two families of operating systems:

  • Classic Mac OS, the system which shipped with the first Mac in 1984 and its descendants, culminating with Mac OS 9.

Classic Mac OS

The "classic" Mac OS is characterized by its total lack of a command line; it is a completely graphical operating system. Heralded for its ease of use, it is also criticized for its cooperative multitasking, almost total lack of memory management, and susceptibility to extension conflicts. "Extensions" (originally called INITs) are program modules that extend the operating system, providing additional functionality (such as networking) or support for a particular device. Some extensions are prone not to work properly together or only when loaded in a particular order. Troubleshooting Mac OS extensions can be a time-consuming process of trial and error.

Mac OS also introduced the Hierarchical File System, an innovative new type of filesystem. Whereas a file on DOS or Unix would simply be a sequence of bytes, requiring an application to know which bytes represented code and which were graphic or other data, Mac files had two different "forks". In addition to the data fork, which contained a sequence of bytes, there was a resource fork which contained structured data such as menu definitions, graphics, sounds, or code segments. An application file might consist only of resources with no data fork. A text file might contain its text in the data fork and styling information in its resources, so that an application which didn't recognize the styling information could still read the raw text. Despite the many assets of this arrangement, it became quite a challenge to interoperate with other operating systems which did not recognize such a system; for example, copying a file from a Mac to DOS or Unix would strip it of its resource fork.

By the late 1990s, it was clear the useful life of this 1980s-era technology was coming to an end, with other more stable multitasking operating systems being developed.

Mac OS X

Main article: Mac OS X

Mac OS X brought Unix-style memory management and pre-emptive multitasking to the Mac platform. Vastly improved memory management allowed more programs to run at once and virtually eliminated the possibility of one program crashing another. It is also the first Mac OS to include a command line, although it is never seen unless the user launches a "terminal" program.

However, since these new features put higher demands on system resources, Mac OS X is only officially supported on PowerPC G3 and newer processors. Even then, it runs slowly on older G3 systems for many purposes. Interestingly, as of this writing, every update to Mac OS X since the original public beta has had the peculiar quality of being noticably faster and more responsive than the version it replaced, the opposite trend of most operating systems.

Mac OS X has a compatibility layer for running older Mac applications, the Classic Environment (known to programmers as "the blue box"). This runs a full copy of the older Mac OS 9.x as a Mac OS X process. Most well-written "classic" applications function properly under this environment, but compatibility is only assured if the software was written to be unaware of the actual hardware, and to interact solely with the operating system.

Many fans of the original Mac OS accepted OS X, but a few criticized it as being more difficult and less user-friendly than the original Mac OS.

Mac OS technologies

See also

Sources and References

Wikipedia-logo-v2.svg This page uses Creative Commons Licensed content from Wikipedia (view authors).

External Links

Mac OS.png   Classic Mac OS versions
Macintosh System Software : System 1 · System 2 · System 3 · System 4 · System 5 · System 6 · System 7
Mac OS : Mac OS 7.6 · Mac OS 8 · Mac OS 9 · Classic environment
Cancelled : Copland · Gershwin
Deprecated in in May 2002 and succeeded by Mac OS X
Community content is available under CC-BY-SA unless otherwise noted.