Mac OS, which stands for Macintosh Operating System, is Apple Computer's operating system for Apple Macintosh computers. Mac OS was the first commercially successful operating system which used a graphical user interface. The Macintosh team included Bill Atkinson, Jef Raskin and Andy Hertzfeld.
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 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.
Contents
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 which 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 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 on system support, given that the early Macs had no hard disk. In fact only one model of Mac was ever actually bootable using the ROM alone, the 1991 Macintosh Classic.
Mac OS 7.5.1 was the first to include the Mac OS logo (a blue smiley face). Mac OS 7.6 (which debuted in 1996) was the first to be named Mac OS because of the appearance of Mac "clones", workalikes from other companies such as Power Computing and Motorola, and 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.
- The newer Mac OS X (the "X" is pronounced ten, as in the Roman numeral). Mac OS X incorporates elements of BSD Unix, OpenStep, and Mac OS 9. Its low-level Unix-based foundation, Darwin, is open source.
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" 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
- QuickDraw: the imaging model which first provided mass-market WYSIWYG
- Finder: the interface for browsing the filesystem and launching applications
- MultiFinder: the first version to support simultaneously running multiple apps
- Chooser: tool for accessing network resources (e.g., enabling AppleTalk)
- ColorSync: technology for ensuring appropriate color matching
- Mac OS memory management: how the Mac managed RAM and virtual memory before the switch to UNIX
- PowerPC emulation of Motorola 68000: how the Mac handled the architectural transition from CISC to RISC (see Mac 68K emulator)
- Desk Accessories: small "helper" apps that could be run concurrently with any other app, prior to the advent of MultiFinder or System 7.
- PlainTalk: speech synthesis and speech recognition technology
- Mac-Roman: Character set
See also
- Project Star Trek
- Mac OS history
- Mac OS X history
- Mac OS X Server
- List of Macintosh software
- Operating system advocacy