Software:System 7

From HandWiki
Short description: Computer operating system
Mac OS 7
A version of the classic Mac OS operating system
Mac OS 7.6.1 emulated inside of SheepShaver.png
Screenshot of Mac OS 7.6.1
DeveloperApple Computer
OS familyMacintosh
Working stateHistoric, not supported
Source modelClosed source
Initial releaseMay 13, 1991; 32 years ago (1991-05-13)
|Final release|Latest release}}7.6.1 / April 7, 1997; 26 years ago (1997-04-07)
Kernel typeMonolithic for 68k, nanokernel for PowerPC
LicenseProprietary
Preceded bySystem 6
Succeeded byMac OS 8
Support status
Historical, unsupported as of May 2001

System 7, codenamed "Big Bang", and renamed Mac OS 7 since version 7.6, is the main operating system for Macintosh computers from Apple Computer. It succeeded System 6 upon launch on May 13, 1991,[1] and new features since then include virtual memory, personal file sharing, QuickTime, QuickDraw 3D, and an improved user interface.

The name "Mac OS" debuted on System 7.5.1's boot screen, and the system was officially renamed since Mac OS 7.6 in 1997. The Mac OS 7 series was current for a total of more than six years, as the longest-lived major version of classic Mac OS.

Development

The development of the Macintosh system software up to System 6 followed a fairly smooth progression with the addition of new features and relatively small changes and upgrades. Major additions were fairly limited. Its official system documentation, Inside Macintosh, initially shipped in three volumes, adding another to describe the changes introduced with the Mac Plus,[2] and another for the Mac II and Mac SE.[3]

These limited changes mean that the original Macintosh system remained largely as it was when initially introduced. The system has a single user and task based on floppy disks and extremely limited RAM. However, many of the assumptions of this model were no longer appropriate—mainly, the single-tasking model, the replacement of which had first been examined in 1986's Switcher and then replaced with MultiFinder in System 5. Running MultiFinder normally requires a larger amount of RAM and a hard drive, but these became more common by the late 1980s.

Additions had been relatively limited, and so had fixes to some of the underlying oddities of the system architecture. The widespread adoption of hard drives and local area networks led to many new features being requested from users and developers. By the late 1980s, the list of new upgrades and suggested changes to the existing model was considerable.

Pink and Blue

In March 1988,[lower-alpha 1][4]:XXIII-XXIV shortly before the release of System 6, technical middle managers at Apple held an offsite meeting to plan the future course of Mac OS development.[5] Ideas were written on index cards; features that seemed simple enough to implement in the short term (like adding color to the user interface) were written on blue cards, longer-term goals like true multitasking on pink cards, and "far out" ideas like an object-oriented file system on red cards.[6][7] Development of the ideas contained on the blue and pink cards was to proceed in parallel, and at first the two projects were known simply as "blue" and "pink".[8] Apple intended to have the "blue" team (which came to call itself the "Blue Meanies" after characters in Yellow Submarine)[9] release an updated version of the existing Macintosh operating system in the 1990–1991 time-frame. By 1992, Pink had become a totally new operating system, and was spun off into a dedicated company, Taligent.

As Blue was aimed at relatively "simple" upgrades, the feature list reads to some degree as a sort of "System 6, corrected". In the underlying OS, several formerly optional components were made mandatory:

  • 32-bit QuickDraw, supporting so-called "true color" imaging, was included as standard; it was previously available as a system extension.
  • A new Sound Manager API, version 2.0, replaced the older ad hoc APIs. The new APIs featured significantly improved hardware abstraction, as well as higher-quality playback. Although technically not a new feature for System 7 (as these features were available for System 6.0.7), Sound Manager 2.0 was the first widespread implementation of this technology to make it to most Mac users.
  • System 7 established a full 32-bit address space, from the previous 24-bit address space. This migration path involved making all of the routines in OS code use the full 32 bits of a pointer as an address—prior systems used the upper bits as flags. This change was known as being "32-bit clean". System 7 is 32-bit clean, but many existing machines and thousands of applications are not, so the migration was long. To ease the transition, the Memory control panel has a switch to disable this feature, allowing for compatibility with older applications but disabling any installed RAM over 8 MB.[10]
  • System 7 made MultiFinder's cooperative multitasking mandatory.

Furthermore, several oddities in the original System, typically included due to limited resources, were finally changed to use basic underlying OS features:

  • Trash is a normal directory, allowing items to be preserved between reboots and disk eject events instead of being purged.
  • System extensions (small pieces of INIT code that extended the system's functionality) were relocated to their own subfolder (rather than in the root level of the System Folder itself as on earlier versions) and they could be installed or removed at the user's will simply by moving these "extensions" to or from the folder and then rebooting the computer. There was an auto-routing feature for extensions, control panels, fonts and Desk Accessories where they could simply be dropped onto the System folder. The system would detect the type and automatically place the moved files in the appropriate subdirectories. On reboot, the System would read the files and install the extensions, without the user having to do anything else. Additionally, all extensions and panels (see below) could be temporarily disabled by holding down the shift key when booting up. Later versions of System 7 offered a feature called "Extensions Manager", which simplified the process of enabling/disabling individual extensions. Extensions were often a source of instability and these changes made them more manageable and assisted trouble-shooting.
  • Similarly, the Control Panel desk accessory became the Control Panels folder (found in the System Folder, and accessible to the user from an alias in the Apple menu). The control panels themselves became separate files, stored within this directory. Control panels are essentially system extensions with a user interface.
  • The Apple menu (previously home only to desk accessories pulled from "DRVR" resources in the System file) now listed the contents of a folder ("Apple Menu Items"), including aliases (see below). Desk accessories had originally been intended to provide a form of multitasking and were no longer necessary now that real multitasking was always enabled. The desk-accessory technology was deprecated, with System 7 treating them largely the same as other applications. Desk accessories now ran in their own process rather than borrowing that of a host application.
  • Under System 6, the Apple Menu contained both a list of desk accessories and a list of running programs under MultiFinder. In System 7 the list of active programs was relocated to its own Application Menu.

The system has a wide variety of new features:

  • Personal File Sharing. Along with various UI improvements for AppleTalk setup, System 7 also included a basic file sharing server allowing any machine to publish folders to the AppleTalk network.
  • Aliases. An alias is a small file that represents another object in the file system. A typical alias is small, between 1 and 5 KB. Similar in concept to Unix symbolic links and Windows shortcuts, an alias acts as a redirect to any object in the file system, such as a document, an application, a folder, a hard disk, a network share or removable medium or a printer. When double-clicked, the computer will act the same way as if the original file had been double-clicked. Likewise, choosing an alias file from within an "Open" dialog box would open the original file. (Unlike the path-based approach of shortcuts and symbolic links, aliases also store a reference to the file's catalog entry, so they continue to work even if the file is moved or renamed. Aliases have features of both hard links and symbolic links found on Unix-based systems. All three are supported on macOS.)
  • Drag and drop. Document icons could be dragged with the mouse and "dropped" onto application icons to open in the targeted application. Under System 6, one either double-clicked on a document icon to open its associated application, or one could open the desired application and use its Open dialog box. The development of the drag-and-drop paradigm led to a new concept for some applications—such as StuffIt Expander—whose main interactions were intended to be via drag and drop. System 7.5's Drag Manager expanded the concept system-wide to include multiple data types such as text or audio data.
  • "Stationery", a template feature that allowed users to save often-used document styles in special format. "Stationery-aware" applications would create a new, untitled file containing the template data, while non-aware applications would immediately show a Save As dialog box asking the user for the file's name.
  • Balloon Help, a widget-identification system similar to tooltips.
  • AppleScript, a scripting language for automating tasks. While fairly complex for application programmers to implement support for, this feature was powerful and popular with users, and it remains supported as part of macOS.
  • AppleEvents. Supporting AppleScript was a new interprocess communication model for "high-level" events to be sent into applications, along with support to allow this to take place over an AppleTalk network.
  • Publish and Subscribe. This feature permitted data "published" by one application to be imported ("subscribed to") by another, and the data could be updated dynamically. Programmers complained that the API was unwieldy, and relatively few applications ended up adopting it.
  • TrueType outline fonts. Up to this point, all fonts on the Macintosh were bitmapped, or a set of bitmapped screen fonts paired with outline PostScript printer fonts; TrueType for the first time offered a single font format that scaled to any size on screen and on paper. This technology was recognized as being so important that a TrueType extension for System 6 was also released, along with an updated Font/DA Mover capable of installing these new kinds of fonts into the System 6 System file.
  • A newly colorized user interface. Although this feature made for a visually appealing interface, it was optional. On machines not capable of displaying color, or those with their display preferences set to monochrome, the interface defaulted back to the black-and-white look of previous versions. Only some widgets were colorized—scrollbars, for instance, had a new look, but buttons remained in black and white.
  • System 7.1 marked the advent of System Enablers, small extensions that were loaded at startup to support Macintosh models introduced since the last OS revision. With System 6, Apple had to introduce several minor revisions solely for use with new hardware. Apple introduced an unprecedented number of new Macintosh models during the System 7 era, leading to some confusion over which System Enabler went with which computers.[11]

Software

System 7 is the first Apple operating system published on compact disc, after initial publication on a set of 15 floppy disks. Unlike earlier systems, System 7 did not come bundled with major software packages. Newly purchased Macintosh computers had System 7 installed and were often bundled with software such as HyperCard, At Ease and Mouse Practice. Later, the Macintosh Performa family added various software bundles including ClarisWorks, The New Grolier Multimedia Encyclopedia, Microsoft Bookshelf, Spectre VR and Power Pete. Since System 7 was introduced before the Internet came to popular attention, software such as MacTCP, FreePPP and Netscape were not included at first, but was later available on disk from Internet service providers and bundled with books such as Adam C. Engst's Internet Starter Kit for Macintosh. Power Macintosh machines also included NuCalc, a graphing calculator. System 7 also includes AppleTalk networking and file sharing software in the form of system extensions and control panels.

The basic utilities installed by default with System 7 include TeachText (which was replaced by SimpleText in later versions) for basic text editing tasks and reading readme documents. Also available on the additional "Disk Tools" floppy disk are Disk First Aid for disk repair and Apple HD SC Setup for initializing and partitioning disks.

Later versions of System 7, specifically System 7.5 and Mac OS 7.6, come with dedicated "Utilities" and "Apple Extras" folders including: AppleScript, Disk Copy, QuickDraw GX Extras and QuickTime Movie Player. More optional extras and utilities could be manually installed from the System CD.

Transition to PowerPC

System 7.1.2 is the first version of the Macintosh System Software to support Apple's new PowerPC-based computers. 68k applications that had not yet been updated to run natively on these systems were emulated transparently (without the user having to intervene) by a built-in 68k processor emulator. Fat binaries, which contained the code necessary to run natively on both PowerPC and 68k systems, became common during this time. This process was similar to the distribution of universal binaries during the Mac transition to Intel processors in 2006, as well as the Mac transition to Apple silicon beginning in 2020.

System 7.1.2 is the only release of the Macintosh operating system that boots stating "Welcome to Power Macintosh." Release 7.1.2P reverts this.[12]

PC compatibility

System 7.0 and 7.1 has a utility called Apple File Exchange, which accesses the contents of FAT- and Apple II-formatted floppy disks. System 7 Pro, System 7.5 and up shipped with PC Exchange, previously a separate product, which allow the system to mount FAT-formatted floppy disks on the desktop in the same manner as Macintosh disks.

OS/2 disks are read as PC DOS disks, due to fact that OS/2 used the FAT file system. At this time, Macs could also read and write UNIX file systems using extra software.

System 7 allows users to access PC networks and allowed communication via TCP/IP and other compatible networking stacks. Actual PC software compatibility, however, required third-party software such as SoftPC, which allowed some MS-DOS and early Microsoft Windows programs to run, or Connectix Virtual PC, which allowed the Mac to run Windows via full PC emulation.

Other PC compatibility solutions took a more native approach by running Windows and MS-DOS by using x86 expansion cards with an x86 chip on the card. Apple offered some systems configured this way, marketed as "DOS Compatible"—a card with dedicated x86 CPU and RAM was used, while the Mac hard drive, sound subsystem, networking and input provided services to the PC. The PC could run simultaneously with the Mac, and the user could switch between the two in a fashion similar to a KVM switch. The earliest of these systems were 680x0 based systems running System 7. System 7 provided the support for accessing the PC volume from the Mac through its own PC Exchange software, and actual control of the PC hardware was accomplished by way of control panels.

Miscellaneous

System 7 has a larger memory footprint than System 6. System 6 could boot the system from a single 800k floppy disk and took up about 600 KB of RAM, whereas System 7 uses well over a megabyte. It was some time before the average Mac shipped with enough RAM built in for System 7 to be truly comfortable. System 7 is the first system release that can no longer be usefully run on floppy-only systems. Although most Macintosh models sold at the time included a hard disk as standard equipment, owners of older models were required to upgrade their hardware by buying either a new Mac or an external SCSI hard disk drive if they wished to run System 7.

In order to take advantage of System 7's virtual memory feature, a Macintosh equipped with a paged memory management unit (PMMU) is required. The Motorola 68030 CPU has one built-in, and one can be added to the motherboard of the Motorola 68020-equipped Macintosh II. The other Macintosh model using an 68020, the Macintosh LC, cannot use virtual memory. Apple introduced the 68030-equipped Macintosh LC II shortly after System 7's introduction. Despite the newer processor, the LCII retained the earlier model's 16-bit bus and did not perform any faster than the LC it replaced.

System 7.0 was adopted quite rapidly by Mac users, and quickly became one of the base requirements for new software.

The engineering group within Apple responsible for System 7 came to be known as the "Blue Meanies", named after the blue index cards on which were written the features that could be implemented in a relatively short time as part of Apple's operating system strategy. In comparison, the pink index card features were handled by the Pink group, later becoming the ill-fated Taligent project.

System 7.0 was the last version of the Macintosh operating system that was available at no charge and could be freely redistributed. Although System 7 could be purchased from Apple, the cost was nominal and considered to only cover duplication and media. It was common for Macintosh dealers to allow customers to use the store's demo machines to copy System 7 install disks for the cost of a box of floppies.[13] CD-ROM magazines such as Nautilus included System 7 on their disks. After Mac users downloaded thousands of copies of System 7 from the online services (AOL, CompuServe and GEnie), Apple surveyed the services and based on this popularity started selling the Mac OS as a retail product with System 7.1. Apple continued charging for major operating system upgrades until the release of OS X Mavericks in 2013.

Version history

Soon after the initial release of System 7, the 7.0.1 minor update was released in October 1991, which updated the Portable and Brightness control panels, added the Caps Lock extension, which showed an up-pointing arrow onscreen if the Caps Lock key was depressed on PowerBooks, and added the Cache Switch control panel in additional to RAM disk and sound management optimizations for 68040 systems. Three small patches called "System 7 Tune-Up" also followed, which initially added an extension "System 7 Tuner" that improves memory management by quitting unused items, like apps and AppleTalk, and added "minimum" and "preferred" memory allotments to an application's Get Info box in its 1.0 version.[14] This would be followed by version 1.1, which updated the "System 7 Tuner" extension to 1.1, included LaserWriter driver version 7.1.1 and added a hidden extension called "Tuna Helper", intended to fix the "disappearing files" bug in which the system would lose files.[15] The final release, 1.1.1, would include everything 1.1 included but also add the StyleWriter 7.2.2 printer drivers, Chooser 7.1 and a minor update to Tuna Helper.[16][17]

System 7.1

In August 1992, the 7.1 update was released. This is the first version of the system software that Apple charged money for. Of this change, David Pogue wrote:[18]:225

System 7.1 was remarkable for another reason, too: It was the first system software update Apple didn’t give away. You had to buy it, much to the fury of user groups and online services that had gotten used to making each new system release available to everybody. Backing down in the face of the protests, Apple eventually offered the System 7.1 upgrade kit to user-group and online service members for less than $30. But the writing was on the wall: Apple was jealous of Microsoft, system-software superstore to the world. Many wondered if the upgrade was even worth it. System 7.1 incorporated a huge number of changes, but the vast majority were deep-seated, core-level rewrites that added no usefulness to standard American Mac users.

New to 7.1 is the Fonts folder.[19] This replaced the often time-consuming method of dragging fonts to and from the System file, introduced in System 7.0; it also replaced the Font/DA Mover application from System 6, which could also be used with 7.0. System 7.1 also included a lot of internal changes to support internationalization of dates, time, and numbers. It was also the first version to support "Enablers", which removed the requirement to release a new version of the system software every time new hardware was released.

A set of specialized versions of 7.1, ranging from 7.1P1 to 7.1P6 (excluding 7.1P4) were created and included with various Performa models that were already available or were released after 7.1. These specialized versions included At Ease, Launcher, and some other changes that were integrated into later versions of the system software.

The first major upgrade was System 7.1.1, also known as "System 7 Pro". This release was a bundle of 7.1 with AppleScript tools, QuickTime and Apple Open Collaboration Environment (AOCE). While System 7 had some trouble running on slightly older machines due to its memory footprint, System 7 Pro barely fit into any Macintosh computers of the time. It was most commonly used for its minor bug fixes rather than its new functionality.

Apple co-founded the AIM alliance (Apple, IBM, and Motorola) in 1992, shortly after the release of System 7 in 1991, and started developing PowerPC-based machines that later became the Power Macintosh family. Support for these machines resulted in System 7.1.2.

System 7.1.2 was never offered for retail sale; it shipped with the first batches of the PowerPC Macs and a 68k version shipped with a small number of Quadra 600 series systems. Later shipments shipped with System 7.5 instead.

System 7.1.2P was the same as 7.1.2, and shipped with the Performa 630, LC 630 and Quadra 630 models that were released between July and November 1994.

System 7.5

On September 12, 1994, System 7.5 was released with bug fixes from previous updates and several new features:

  • An updated startup screen with a progress bar
  • A new interactive help system called Apple Guide
  • A clock in the menu bar (based on the free SuperClock control panel)
  • An Apple menu item called Stickies (formerly a third-party application called "PasteIt Notes"), which provided virtual Post-It Notes
  • WindowShade, another former shareware control panel, provided the ability to condense a window down to its title bar. Introduced as a "minimize" feature to compete with Windows 95 as Mac OS had no taskbar or dock.
  • MacTCP was bundled, enabling any Macintosh to connect to the Internet out of the box for the first time.
  • The Control Strip (a fast way to change the system volume, control the playback of audio CDs, manage file sharing and printers and change the monitor resolution and color depth) was enabled on desktop Macintosh models for the first time. It had previously only been included with the PowerBook series.
  • A new Desktop Patterns control panel allowed for tiled patterns up to 128x128 pixels with 8-bit color; previous versions were limited to 8x8 pixel tiles with a maximum of eight possible colors. Similar functionality was found on earlier system versions exclusive to Performa models and was housed in the General Controls panel.
  • The Extensions Manager (enabling the user to turn extensions and control panels on and off; also based on a formerly third-party control panel)
  • PowerTalk, a system-level email handling service and the originator of the Keychain system.
  • The Launcher, a control panel containing shortcut buttons for frequently used programs (in a manner akin to the macOS Dock)
  • A hierarchical Apple menu (folders within the Apple Menu Items folder would expand into submenus showing their contents. Again, based on a third party control panel; HAM by Microseeds publishing[20])
  • System-wide drag & drop for text and other data (selections can be simply dragged with the mouse and dropped to their new destination, bypassing the clipboard)
  • A scriptable Finder
  • QuickDraw GX, a 2-D graphics rendering and geometry engine
  • For the PowerPC only, an advanced, 3d Graphing Calculator, secretly developed at Apple by a former third party contractor[21]
  • Support for OpenDoc

System 7.5 is codenamed "Capone", a reference to Al Capone and "Chicago", which is the codename for Microsoft's Windows 95, and is also the name of the default system font in Mac OS until version 8.[22]:56

System 7.5.1 is primarily a bug fix of 7.5, but also introduced a new "Mac OS" startup screen in preparation for Mac clones.

System 7.5.2, released only for the first PCI-based Power Macs, introduced Apple's new networking architecture, Open Transport.

System 7.5.3 is a major bug-fix update that also includes Open Transport for other PowerPC-based machines and some 68k-based machines. 7.5.3 improves the 68k emulator, and adds translucent dragging to the Drag Manager. It includes the first version of Control Strip to be compatible with all Macs. This is the first version of Mac OS to support SMP (9500/MP).

System 7.5.3 Revision 2 includes: performance enhancements; better reliability for PowerBooks using the third-party RAM Doubler program; improved reliability for PowerBook 500, 2300, and 5300 series computers with the PowerPC Upgrade Card; improved reliability when using the Startup Disk control panel; and improved reliability when copying files to 1 GB hard disks.

System 7.5.3 Revision 2.1 was shipped with the Performa 6400/180 and 6400/200; this particular release is specific to these machines as there were stability problems with System 7.5.3 Release 2 on the new hardware, especially with the video card and transferring files over LocalTalk.[18](p235)

System 7.5.4 was pulled due to a mistake at Apple, in which some components were not included in the installer.

System 7.5.5 included significant performance improvements for virtual memory and memory management on PowerPC-based Macs, including the elimination of one type 11 error.[clarification needed] Also included are several reliability improvements, such as fixes for Macs using floppy disks equipped with a DOS compatibility card, improved hard disk access for PowerPC PowerBooks and Performa 5400 through 9500 computers, fixes for Macs that included an Apple TV Tuner or Macintosh TV Remote Control, improvements to LocalTalk and networking (especially for the Performa 5400 and 6400), fixes to system startup for the faster 180 MHz Macs (which included PowerPC 604 or 604e processors), improved reliability when using sound-intensive applications on Quadra or Centris computers that contained the PowerPC upgrade card, and improved stability when using multiple background applications and shared printers on a network. System 7.5.5 is also the last System 7 release that can run on 68000-based Macs such as the Macintosh Plus and Macs with ROMs that lack support for 32-bit addressing such as Macintosh IIcx. 7.6 and later required a 68030 processor and 32-bit-addressing-capable ROM and will automatically turn on 32-bit addressing on boot.[23]

Mac OS 7.6

Mac OS 7.6 (codenamed "Harmony") was the last major update, released in 1997. With 7.6, the operating system was officially called "Mac OS" instead of "System". New features include a revamped Extensions Manager, more native PowerPC code for Power Macs, more bundled Internet tools and utilities, and a more stable Finder with increased memory allocation.[24] In this version, the PowerTalk feature added in 7.5 was removed due to poor application support, and support for a large number of older Macintosh models was dropped.

The minor update to Mac OS 7.6.1 finally ported the 68k exception handling routines to PowerPC, turning type 11 errors into less harmful errors (type 1, 2 or 3, usually) as crashing applications would more often terminate safely instead of crashing the operating system.[25]

Through this period, Apple had been attempting to release a completely new "modern" operating system, named Copland. When the Copland project was abandoned in 1996, Apple announced plans to release an OS update every six months until Rhapsody (which would by 2001 evolve into what was released as Mac OS X) shipped.[26] Two more releases were shipped, now officially branded as Mac OS: Mac OS 7.6 and the minor bug fix 7.6.1. Future versions were released as Mac OS 8–8.6 and Mac OS 9–9.2.

Released during a troubled time in Apple's history, 7.6 is known for several bugs, such as the inability to customize what components are installed during installation[27] and its tendency to crash on some systems when they are shut down while a RAM disk is in use.[28]

Releases

Version number Release date Computer
7.0 May 13, 1991
7.0.1 October 21, 1991 Macintosh Quadra 700/900/950
PowerBook 100
PowerBook 140
PowerBook 170 and some others
7.1 August 28, 1992 Macintosh IIvx
PowerBook 180
Macintosh IIvi
7.0.1P September 14, 1992 Macintosh Performa 200
Macintosh Performa 400
7.1P October 19, 1992 Macintosh Performa 600
7.1P2 April 12, 1993 Macintosh Performa 405
Macintosh Performa 430
Macintosh Performa 450
7.1P3 October 18, 1993 Macintosh Performa 410/460/475/550
7.1.1 (Pro) October 21, 1993
7.1.1 PowerBook Duo 250/270c
PowerBook 520/540
7.1P5 December 1, 1993 Macintosh Performa 560
7.1P6 February 1, 1994 Macintosh Performa 575
7.1.2 March 14, 1994 Power Macintosh 6100
Power Macintosh 7100
Power Macintosh 8100
7.1.2P July 18, 1994 Quadra 630
7.5 September 12, 1994 Macintosh LC 580
7.5.1 March 23, 1995 Power Macintosh 6200
7.5.2 June 19, 1995 Power Macintosh 9500
7.5.3 January 1, 1996 Power Macintosh 5400
7.5.3 Revision 2 May 1, 1996
7.5.3 Revision 2.1 August 7, 1996 Performa 6400
7.5.3 Revision 2.2 Power Macintosh 9500/200
Performa 6360
7.5.5 September 27, 1996 Power Macintosh 5500
7.6 January 7, 1997 PowerBook 3400c
7.6.1 April 7, 1997 PowerBook 2400c
Twentieth Anniversary Macintosh

Timeline

See also

Notes

  1. Project leaders Erich Ringewald[29]:96 and Mike Potel[30]:xiii,6 date the start of Pink as "March 1988" or "early 1988", but Apple Confidential 2.0 says "March 1987".[22]:69

References

  1. "System 7.0 - Will it be on apple.com?". http://macgui.com/usenet/?group=53&id=83125. 
  2. "Inside Macintosh, Volume 4" , Amazon
  3. "Book Collection". http://school.anhb.uwa.edu.au/personalpages/kwessen/web/books/Books.html. 
  4. Goldsmith, David (June 1994). Taligent's Guide to Designing Programs: Well-Mannered Object-Oriented Design in C++. Taligent Reference Library. Reading, MA: Addison-Wesley. ISBN 978-0201408881. OCLC 636884338. 
  5. Carlton, pg. 96
  6. Carlton, pg. 96-98
  7. Singh, pg. 2
  8. Carlton, pg. 167
  9. Carlton, pg. 169
  10. "InfoWorld Aug 7, 1989". August 7, 1989. https://books.google.com/books?id=vDAEAAAAMBAJ&pg=PT69. 
  11. "System 7.1 through Mac OS 7.6: Compatibility With Macintosh Computers". February 18, 2012. https://support.apple.com/kb/TA47341?locale=en_US&viewlocale=en_US. 
  12. "InfoWorld". March 14, 1994. https://books.google.com/books?id=BjsEAAAAMBAJ&dq=%22welcome+to+power+macintosh%22&pg=PA98. 
  13. "Re: System 7.0 - Will it be on apple.com?". http://macgui.com/usenet/?group=53&id=83199#msg. 
  14. "System 7 Tune-Up - TidBITS". https://tidbits.com/1992/01/13/system-7-tune-up/. 
  15. "Tune-Up 1.1, Just Get It - TidBITS". https://tidbits.com/1992/04/06/tune-up-1-1-just-get-it/. 
  16. "Tune-Up Notes - TidBITS". https://tidbits.com/1992/04/20/tune-up-notes/. 
  17. "System 7.1 update guide". https://manuals.info.apple.com/MANUALS/1000/MA1470/en_US/0302799Sys71UpdateGuide.pdf. 
  18. 18.0 18.1 Pogue, David (January 1997). MacWorld Macintosh Secrets 4th edition - Chapter 6: The System Software Museum. http://www.toddp.com/classic/Software%20Install/Apple%20Support%20Documents/Macintosh%20Secrets/Mac%20Secrets%204th%20ed./ch06.pdf. Retrieved October 18, 2017. 
  19. Howard Bear, Jacci (November 19, 2018). "Here's How to Find Font Files on Macs or in Windows" (in en). https://www.lifewire.com/locate-font-files-1074150. "The default location for all System fonts in System 7.1 and later is the Fonts folder inside the System folder." 
  20. "Classic Mac Wares: MenuChoice 2.1". http://lowendmac.com/wares/menuchoice.html. 
  21. "The Graphing Calculator Story". http://www.pacifict.com/Story/. 
  22. 22.0 22.1 Linzmayer, Owen (2004). Apple Confidential 2.0: The Definitive History of the World's Most Colorful Company. No Starch Press. ISBN 1-59327-010-0. https://books.google.com/books?id=mXnw5tM8QRwC. 
  23. Hoffman, Ilene (December 14, 2000). "Mac Corner: Your Mac OS, part 2". http://www.techrepublic.com/article/mac-corner-your-mac-os-part-2/5030860. 
  24. "Mac OS 7.6, Will it be worth it?". http://www.themacintoshguy.com/mactips/archive/tip13.shtml. 
  25. technote 1096
  26. "YouTube - Macworld Boston 1997". https://www.youtube.com/watch?v=PEHNrqPkefI. 
  27. "System 7.5 and Mac OS 7.6: The Beginning and End of an Era - LowEndMac". https://lowendmac.com/2014/system-7-5-and-mac-os-7-6-the-beginning-and-end-of-an-era/. 
  28. "RAM Disk Fix utility posted - CNET". https://www.cnet.com/tech/computing/ram-disk-fix-utility-posted/. 
  29. Carlton, Jim (1999). Apple: The Inside Story of Intrigue, Egomania and Business Blunders (hardback) (2nd ed.). London: Random House Business Books. ISBN 978-0099270737. OCLC 925000937. https://archive.org/details/appleinsidestory00carl. Retrieved December 15, 2023. 
  30. Cotter, Sean; Potel, Mike (1995). Inside Taligent Technology. Addison-Wesley. ISBN 0-201-40970-4. OCLC 1072525751. http://www.wildcrest.com/Potel/Portfolio/InsideTaligentTechnology/WW6.htm. Retrieved February 10, 2019. 

Bibliography

Further reading

  • Harry McQuillen, 10 Minute Guide to System 7 (1991), ISBN:0-672-30033-8
  • Stuple, S. J., Macintosh System 7.5 For Dummies Quick Reference (1994), ISBN:1-56884-956-7
  • Bob Levitus, Macintosh System 7.5 for Dummies (November 1994), ISBN:1-56884-197-3
  • from apple.com
  • from apple.com
  • from apple.com
  • from apple.com
  • from apple.com
  • from apple.com
  • from apple.com
  • from apple.com

External links

Preceded by
System 6
System 7/Mac OS 7
1991
Succeeded by
Mac OS 8