SlideShare a Scribd company logo
1 of 36
 
 
24 Jan 84  System 1  is released  5 May 84 System 1.1 is released Jan 86  System 3  is released  4 Jan 86 System 3.0 is released Feb 86 System 3.1 is released Jun 86 System 3.2 is released Jan 87 System 3.3 is released Mar 87  System 4  is released  Apr 87 System 4.1 is released Oct 87 System 4.2 is released Nov 87 System 4.3 is released Jun 88  System 6  is released  19 Sep 88 System 6.0.1 is released 7 Mar 89 System 6.0.3 is released 20 Sep 89 System 6.0.4 is released 19 Mar 90 System 6.0.5 is released 15 Oct 90 System 6.0.7 is released May 91  System 7  is released  Sep 91 System 7.0.1 is released Mar 92 System 7.0.1p is released Oct 93 System 7.1.1 is released Mar 94 System 7.1.2 is released Jan 95  System 7.5  is released  Mar 95 System 7.5.1 is released Jun 95 System 7.5.2 is released May 96 System 7.5.3 is released Sep 96 System 7.5.4 is released 18 Sep 96 System 7.5.5 is released Jan 97 Mac OS 7.6 is released 7 Apr 97 Mac OS 7.6.1 is released
System 7 Screenshot of System 7.5.3 OVERVIEW Company/Developer:  Apple Computer OS Family:  MAC OS Classic Working State:  Historic, not supported Source Model:  Closed Source Latest Stable Release:  7.6.1-April 7, 1997 Kernel Type:  Monodithic for 68k, nanokernel for Power PC
System 7 (codenamed "Big Bang" and sometimes called Mac OS 7) is a single-user graphical user interface-based operating system for Macintosh computers. It was introduced on May 13, 1991 by Apple Computer. It succeeded System 6, and 7as the main Macintosh operating system until it was succeeded by Mac OS 8 in 1997. Features added with the System 7 release included cooperative multitasking, virtual memory, personal file sharing, an improved user interface, QuickTime, and QUickDraw 3D. "System 7" is often used generically to refer to all 7.x versions. With the release of version 7.6 in 1997, Apple officially renamed the operating system "Mac OS", a name which had first appeared on System 7.5.1's boot screen. System 7 was developed for the Motorola 68k processor, but was ported to the PowerPC after Apple adopted the new processor.
  Compared with System 6, System 7 offered: • Built-in co-operative multi4asking. In System 6, this function was optional through the MultiFinder; in System 7 it was mandatory. • Trash was now a formal directory, allowing items to be preserved between reboots and disk eject events instead of being purged. • Personal File Sharing. Along with various UI improvements for AppleTalk setup, System 7 also included a basic file sharing serve2 allowing any machine to publish folders to the AppleTalk network. Features
• Aliases. An alia3 is a small file that represents another object in the file system.  • 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 had to first open the desired application and use its Open dialog box. This led to a new concept for desk accessories—such as StuffIt Expander—whose main interactions were intended to be via drag and drop. • "System extensions" (small pieces of INIT code that extended the system's functionality) were improved by relocating them to their own subfolder (rather than in the root level of the System Folder itself as on earlier versions), and by allowing the user to hold down the Shift key during bootup to disable them. 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.
• Under System 6, Control Panels and Extensions were known as CDEVs and INITs respectively. System 7 presented the more user-friendly nomenclature in the 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. 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. • The Application menu, a list of running applications formerly at the bottom of the Apple menu under MultiFinder, became its own menu on the right. In addition, Hide/Show functionality was introduced, allowing the user to hide applications from view while still keeping them running. • 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 it, this feature was powerful and popular with users, and a version of it is still available to this day as part of Mac OS X. • AppleEvents. Supporting AppleScript was a new model for "high-level" events to be sent into applications, along with support to allow this to take place over an AppleTalk network. • 32-bit QuickDraw, supporting so-called "true color" imaging, was included as standard; it was previously available as a system extension. QuickDraw was used in Mac OS for fast on-screen drawing. • 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 looked great at 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 new full-color 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. • 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 (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 paved the way for a full 32-bit address space, from the previous 24-bit address space. This process 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". While System 7 itself was 32-bit clean, many existing machines and thousands of applications were not, so it was some time before the process was completed. To ease the transition, the "Memory" control panel contained a switch to disable this feature, allowing for compatibility with older applications. • 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. Under System 6, Apple had to introduce a number of minor revisions to the OS solely for use with new hardware. Apple introduced an unprecedented number of new Macs during the System 7 era, leading to some confusion over which System Enabler went with which computer(s).
Software System 7 was the first version of the Mac OS that required a hard drive as it was too large to work comfortably from a floppy disk. It was also the first Apple operating system to be available on CD. System 7 itself did not come bundled with major software packages, however newly purchased Macintosh computers were often bundled with software such as HyperCard, ClarisWorks, Power Pete, Mac-Chess, and Netscape. PowerPC Macintoshes included Graphing Calculator. System 7 also included networking and file sharing software in the form of system extensions and control panels. The basic utilities installed by default with System 7 included TeachText (superseded by the more flexible 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, came with a dedicated "Utilities" folder and "Apple Extras" folder 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 Power PC System 7.1.2 was the first version of the Mac OS to support Apple's new PowerPC-based computers. 68k applications which had not yet been updated to run natively on these systems were emulated transparently (without users' knowledge) 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 Apple's transition from PowerPC to Intel processors in 2006.
PC Compatibility System 7.0 through 7.1 offered a utility called Apple File Exchange, which could access 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 allowed the system to mount FAT-formatted floppy disks on the desktop in the same manner as regular Macintosh disks. OS/2 disks were 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 with the help of extra software. System 7 allowed 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.
Versions History Version Number Release Date Computer 7.0 June 1991 7.0.1 October 1991 Macintosh Quadra  700/900,  PowerBook   100 / 140 / 170  and some others 7.0.1P March 1992 Macintosh Performa  200 7.1 August 1992 Macintosh Performa  600 7.1P January 1993 Macintosh Performa  410 7.1.1 (Pro) October 1993 7.1.1 October 1993 PowerBook Duo  250/270c,  PowerBook  520/540 7.1.2 March 1994 Power Macintosh 6100 /7100/8100 7.1.2P July 1994 Quadra 630 7.5 September 1994 Macintosh LC  580 7.5.1 March 1995 Power Macintosh 6200 7.5.2 August 1995 Power Macintosh 7200 7.5.3 January 1996 Power Macintosh 5400 7.5.3 Revision 2 May 1 ,  1996 7.5.3 Revision 2.1 August 7 ,  1996 Macintosh Performa  6400 7.5.3 Revision 2.2 August 7 1996 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
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". Mac OS 7.6 introduced several features that were also included in Mac OS 8, including a revamped Extensions Manager, more native PowerPC code for Power Macs, more bundled Internet tools and utilities, and an overall more-stable Finder. 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 dreaded 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. 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 later evolve into Mac OS X) shipped. Two more releases were shipped, now officially branded as the "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.
 
First run in System 7.0
Desktop with applications in System 7.0
Notepad
Text Editor
Calculator Clock
Volume Level
Keyboard Map
Control Panel
General Appearance
Monitor Keyboard Mouse
Accessibility
Application Manager File Manager Running Application Search
 
 
 
 
 

More Related Content

What's hot

Module 4 Embedded Linux
Module 4 Embedded LinuxModule 4 Embedded Linux
Module 4 Embedded LinuxTushar B Kute
 
Open source operating systems
Open source operating systemsOpen source operating systems
Open source operating systemsTushar B Kute
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linuxLuis Terron
 
Linux a free and open source operating system
Linux a free and open source operating systemLinux a free and open source operating system
Linux a free and open source operating systembanwait
 
Raspberry Pi - Lecture 2 Linux OS
Raspberry Pi - Lecture 2 Linux OSRaspberry Pi - Lecture 2 Linux OS
Raspberry Pi - Lecture 2 Linux OSMohamed Abdallah
 
What's New in Fedora Core 6
What's New in Fedora Core 6 What's New in Fedora Core 6
What's New in Fedora Core 6 Abhishek Singh
 
Linux nic training_intro_14_dec_09
Linux nic training_intro_14_dec_09Linux nic training_intro_14_dec_09
Linux nic training_intro_14_dec_09Aravindan Arun
 
outpass system
outpass systemoutpass system
outpass systemDhivakar K
 
Audio in linux embedded
Audio in linux embeddedAudio in linux embedded
Audio in linux embeddedtrx2001
 
A Project Report on Linux Server Administration
A Project Report on Linux Server AdministrationA Project Report on Linux Server Administration
A Project Report on Linux Server AdministrationAvinash Kumar
 
Top 100 Linux Interview Questions and Answers 2014
Top 100 Linux Interview Questions and Answers 2014Top 100 Linux Interview Questions and Answers 2014
Top 100 Linux Interview Questions and Answers 2014iimjobs and hirist
 
Kerja Kursus ICT(open source)
Kerja Kursus ICT(open source)Kerja Kursus ICT(open source)
Kerja Kursus ICT(open source)Zul Azmi
 
Tac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PITac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PICliff Samuels Jr.
 
Linux Introduction
Linux IntroductionLinux Introduction
Linux IntroductionRamasubbu .P
 

What's hot (20)

comparing windows and linux ppt
comparing windows and linux pptcomparing windows and linux ppt
comparing windows and linux ppt
 
Module 4 Embedded Linux
Module 4 Embedded LinuxModule 4 Embedded Linux
Module 4 Embedded Linux
 
Open source operating systems
Open source operating systemsOpen source operating systems
Open source operating systems
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Linux a free and open source operating system
Linux a free and open source operating systemLinux a free and open source operating system
Linux a free and open source operating system
 
Linux
Linux Linux
Linux
 
Linux vs windows
Linux vs windowsLinux vs windows
Linux vs windows
 
Raspberry Pi - Lecture 2 Linux OS
Raspberry Pi - Lecture 2 Linux OSRaspberry Pi - Lecture 2 Linux OS
Raspberry Pi - Lecture 2 Linux OS
 
3rd
3rd3rd
3rd
 
What's New in Fedora Core 6
What's New in Fedora Core 6 What's New in Fedora Core 6
What's New in Fedora Core 6
 
Linux nic training_intro_14_dec_09
Linux nic training_intro_14_dec_09Linux nic training_intro_14_dec_09
Linux nic training_intro_14_dec_09
 
Nachos
NachosNachos
Nachos
 
outpass system
outpass systemoutpass system
outpass system
 
Audio in linux embedded
Audio in linux embeddedAudio in linux embedded
Audio in linux embedded
 
A Project Report on Linux Server Administration
A Project Report on Linux Server AdministrationA Project Report on Linux Server Administration
A Project Report on Linux Server Administration
 
2nd
2nd2nd
2nd
 
Top 100 Linux Interview Questions and Answers 2014
Top 100 Linux Interview Questions and Answers 2014Top 100 Linux Interview Questions and Answers 2014
Top 100 Linux Interview Questions and Answers 2014
 
Kerja Kursus ICT(open source)
Kerja Kursus ICT(open source)Kerja Kursus ICT(open source)
Kerja Kursus ICT(open source)
 
Tac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PITac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PI
 
Linux Introduction
Linux IntroductionLinux Introduction
Linux Introduction
 

Similar to MAC OS System Software 7

Macintosh Operating System
Macintosh Operating SystemMacintosh Operating System
Macintosh Operating SystemJasmine Garbo
 
Operating System
Operating SystemOperating System
Operating Systembenremoz
 
Operating System..!
Operating System..!Operating System..!
Operating System..!benremoz
 
Mac Os X V10.3 “Panther”
Mac Os X V10.3 “Panther”Mac Os X V10.3 “Panther”
Mac Os X V10.3 “Panther”Mary Jane Cuizon
 
Comp10080 Os L12
Comp10080  Os L12Comp10080  Os L12
Comp10080 Os L12gueste5b156
 
New_OS_ENOS_Assignment.pdf
New_OS_ENOS_Assignment.pdfNew_OS_ENOS_Assignment.pdf
New_OS_ENOS_Assignment.pdfssuser7dc4cb
 
computer notes - Introduction to operating system
computer notes - Introduction to operating systemcomputer notes - Introduction to operating system
computer notes - Introduction to operating systemecomputernotes
 
History of Operting System Windows and a simple comparision
History of Operting System Windows and a simple comparisionHistory of Operting System Windows and a simple comparision
History of Operting System Windows and a simple comparisionfarrukh ishaq choudhary
 
Operating Systems Unit One - Fourth Semester - Engineering
Operating Systems Unit One - Fourth Semester - EngineeringOperating Systems Unit One - Fourth Semester - Engineering
Operating Systems Unit One - Fourth Semester - EngineeringYogesh Santhan
 
Sistemas operativos
Sistemas operativosSistemas operativos
Sistemas operativos3022359
 
lecture:Operating Syste Ms
lecture:Operating Syste Mslecture:Operating Syste Ms
lecture:Operating Syste Msyeswanth reddy
 
Mac OS Seminar report
Mac OS Seminar reportMac OS Seminar report
Mac OS Seminar reportKarthik Kumar
 
OS , Its History and Types
OS , Its History and TypesOS , Its History and Types
OS , Its History and TypesAyesha Tahir
 
Neha ict project
Neha ict projectNeha ict project
Neha ict projectamitgarg46
 

Similar to MAC OS System Software 7 (20)

Mac Os 6
Mac Os 6Mac Os 6
Mac Os 6
 
Macintosh Operating System
Macintosh Operating SystemMacintosh Operating System
Macintosh Operating System
 
Operating System
Operating SystemOperating System
Operating System
 
Operating System..!
Operating System..!Operating System..!
Operating System..!
 
Mac O S X V10
Mac  O S  X V10Mac  O S  X V10
Mac O S X V10
 
Mac Os X V10.3 “Panther”
Mac Os X V10.3 “Panther”Mac Os X V10.3 “Panther”
Mac Os X V10.3 “Panther”
 
Comp10080 Os L12
Comp10080  Os L12Comp10080  Os L12
Comp10080 Os L12
 
New_OS_ENOS_Assignment.pdf
New_OS_ENOS_Assignment.pdfNew_OS_ENOS_Assignment.pdf
New_OS_ENOS_Assignment.pdf
 
Cmsc 410
Cmsc 410Cmsc 410
Cmsc 410
 
intro to OS
intro to OSintro to OS
intro to OS
 
computer notes - Introduction to operating system
computer notes - Introduction to operating systemcomputer notes - Introduction to operating system
computer notes - Introduction to operating system
 
History of Operting System Windows and a simple comparision
History of Operting System Windows and a simple comparisionHistory of Operting System Windows and a simple comparision
History of Operting System Windows and a simple comparision
 
Mac Os X Version 10
Mac Os X Version 10Mac Os X Version 10
Mac Os X Version 10
 
Operating Systems Unit One - Fourth Semester - Engineering
Operating Systems Unit One - Fourth Semester - EngineeringOperating Systems Unit One - Fourth Semester - Engineering
Operating Systems Unit One - Fourth Semester - Engineering
 
Sistemas operativos
Sistemas operativosSistemas operativos
Sistemas operativos
 
lecture:Operating Syste Ms
lecture:Operating Syste Mslecture:Operating Syste Ms
lecture:Operating Syste Ms
 
Mac OS Seminar report
Mac OS Seminar reportMac OS Seminar report
Mac OS Seminar report
 
OS , Its History and Types
OS , Its History and TypesOS , Its History and Types
OS , Its History and Types
 
Neha ict project
Neha ict projectNeha ict project
Neha ict project
 
Computing 8
Computing 8Computing 8
Computing 8
 

Recently uploaded

Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 

Recently uploaded (20)

Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 

MAC OS System Software 7

  • 1.  
  • 2.  
  • 3. 24 Jan 84  System 1 is released 5 May 84 System 1.1 is released Jan 86  System 3 is released 4 Jan 86 System 3.0 is released Feb 86 System 3.1 is released Jun 86 System 3.2 is released Jan 87 System 3.3 is released Mar 87  System 4 is released Apr 87 System 4.1 is released Oct 87 System 4.2 is released Nov 87 System 4.3 is released Jun 88  System 6 is released 19 Sep 88 System 6.0.1 is released 7 Mar 89 System 6.0.3 is released 20 Sep 89 System 6.0.4 is released 19 Mar 90 System 6.0.5 is released 15 Oct 90 System 6.0.7 is released May 91  System 7 is released Sep 91 System 7.0.1 is released Mar 92 System 7.0.1p is released Oct 93 System 7.1.1 is released Mar 94 System 7.1.2 is released Jan 95  System 7.5 is released Mar 95 System 7.5.1 is released Jun 95 System 7.5.2 is released May 96 System 7.5.3 is released Sep 96 System 7.5.4 is released 18 Sep 96 System 7.5.5 is released Jan 97 Mac OS 7.6 is released 7 Apr 97 Mac OS 7.6.1 is released
  • 4. System 7 Screenshot of System 7.5.3 OVERVIEW Company/Developer: Apple Computer OS Family: MAC OS Classic Working State: Historic, not supported Source Model: Closed Source Latest Stable Release: 7.6.1-April 7, 1997 Kernel Type: Monodithic for 68k, nanokernel for Power PC
  • 5. System 7 (codenamed "Big Bang" and sometimes called Mac OS 7) is a single-user graphical user interface-based operating system for Macintosh computers. It was introduced on May 13, 1991 by Apple Computer. It succeeded System 6, and 7as the main Macintosh operating system until it was succeeded by Mac OS 8 in 1997. Features added with the System 7 release included cooperative multitasking, virtual memory, personal file sharing, an improved user interface, QuickTime, and QUickDraw 3D. "System 7" is often used generically to refer to all 7.x versions. With the release of version 7.6 in 1997, Apple officially renamed the operating system "Mac OS", a name which had first appeared on System 7.5.1's boot screen. System 7 was developed for the Motorola 68k processor, but was ported to the PowerPC after Apple adopted the new processor.
  • 6. Compared with System 6, System 7 offered: • Built-in co-operative multi4asking. In System 6, this function was optional through the MultiFinder; in System 7 it was mandatory. • Trash was now a formal directory, allowing items to be preserved between reboots and disk eject events instead of being purged. • Personal File Sharing. Along with various UI improvements for AppleTalk setup, System 7 also included a basic file sharing serve2 allowing any machine to publish folders to the AppleTalk network. Features
  • 7. • Aliases. An alia3 is a small file that represents another object in the file system. • 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 had to first open the desired application and use its Open dialog box. This led to a new concept for desk accessories—such as StuffIt Expander—whose main interactions were intended to be via drag and drop. • "System extensions" (small pieces of INIT code that extended the system's functionality) were improved by relocating them to their own subfolder (rather than in the root level of the System Folder itself as on earlier versions), and by allowing the user to hold down the Shift key during bootup to disable them. 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.
  • 8. • Under System 6, Control Panels and Extensions were known as CDEVs and INITs respectively. System 7 presented the more user-friendly nomenclature in the 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. 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. • The Application menu, a list of running applications formerly at the bottom of the Apple menu under MultiFinder, became its own menu on the right. In addition, Hide/Show functionality was introduced, allowing the user to hide applications from view while still keeping them running. • Balloon Help, a widget-identification system similar to tooltips.
  • 9. • AppleScript, a scripting language for automating tasks. While fairly complex for application programmers to implement support for it, this feature was powerful and popular with users, and a version of it is still available to this day as part of Mac OS X. • AppleEvents. Supporting AppleScript was a new model for "high-level" events to be sent into applications, along with support to allow this to take place over an AppleTalk network. • 32-bit QuickDraw, supporting so-called "true color" imaging, was included as standard; it was previously available as a system extension. QuickDraw was used in Mac OS for fast on-screen drawing. • 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.
  • 10. • 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 looked great at 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 new full-color 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. • 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 (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.
  • 11. • System 7 paved the way for a full 32-bit address space, from the previous 24-bit address space. This process 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". While System 7 itself was 32-bit clean, many existing machines and thousands of applications were not, so it was some time before the process was completed. To ease the transition, the "Memory" control panel contained a switch to disable this feature, allowing for compatibility with older applications. • 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. Under System 6, Apple had to introduce a number of minor revisions to the OS solely for use with new hardware. Apple introduced an unprecedented number of new Macs during the System 7 era, leading to some confusion over which System Enabler went with which computer(s).
  • 12. Software System 7 was the first version of the Mac OS that required a hard drive as it was too large to work comfortably from a floppy disk. It was also the first Apple operating system to be available on CD. System 7 itself did not come bundled with major software packages, however newly purchased Macintosh computers were often bundled with software such as HyperCard, ClarisWorks, Power Pete, Mac-Chess, and Netscape. PowerPC Macintoshes included Graphing Calculator. System 7 also included networking and file sharing software in the form of system extensions and control panels. The basic utilities installed by default with System 7 included TeachText (superseded by the more flexible 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.
  • 13. Later versions of System 7, specifically System 7.5 and Mac OS 7.6, came with a dedicated "Utilities" folder and "Apple Extras" folder including: AppleScript, Disk Copy, QuickDraw GX Extras and QuickTime Movie Player. More optional extras and utilities could be manually installed from the System CD.
  • 14. Transition to Power PC System 7.1.2 was the first version of the Mac OS to support Apple's new PowerPC-based computers. 68k applications which had not yet been updated to run natively on these systems were emulated transparently (without users' knowledge) 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 Apple's transition from PowerPC to Intel processors in 2006.
  • 15. PC Compatibility System 7.0 through 7.1 offered a utility called Apple File Exchange, which could access 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 allowed the system to mount FAT-formatted floppy disks on the desktop in the same manner as regular Macintosh disks. OS/2 disks were 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 with the help of extra software. System 7 allowed 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.
  • 16. 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.
  • 17. Versions History Version Number Release Date Computer 7.0 June 1991 7.0.1 October 1991 Macintosh Quadra 700/900, PowerBook 100 / 140 / 170 and some others 7.0.1P March 1992 Macintosh Performa 200 7.1 August 1992 Macintosh Performa 600 7.1P January 1993 Macintosh Performa 410 7.1.1 (Pro) October 1993 7.1.1 October 1993 PowerBook Duo 250/270c, PowerBook 520/540 7.1.2 March 1994 Power Macintosh 6100 /7100/8100 7.1.2P July 1994 Quadra 630 7.5 September 1994 Macintosh LC 580 7.5.1 March 1995 Power Macintosh 6200 7.5.2 August 1995 Power Macintosh 7200 7.5.3 January 1996 Power Macintosh 5400 7.5.3 Revision 2 May 1 , 1996 7.5.3 Revision 2.1 August 7 , 1996 Macintosh Performa 6400 7.5.3 Revision 2.2 August 7 1996 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
  • 18. 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". Mac OS 7.6 introduced several features that were also included in Mac OS 8, including a revamped Extensions Manager, more native PowerPC code for Power Macs, more bundled Internet tools and utilities, and an overall more-stable Finder. 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 dreaded 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. 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 later evolve into Mac OS X) shipped. Two more releases were shipped, now officially branded as the "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.
  • 19.  
  • 20. First run in System 7.0
  • 21. Desktop with applications in System 7.0
  • 31. Application Manager File Manager Running Application Search
  • 32.  
  • 33.  
  • 34.  
  • 35.  
  • 36.