Mac OS 8 Revealed

Total Page:16

File Type:pdf, Size:1020Kb

Mac OS 8 Revealed •••••••••••••••••••••••••••••••••••••••••••• Mac OS 8 Revealed Tony Francis Addison-Wesley Developers Press Reading, Massachusetts • Menlo Park, California • New York Don Mills, Ontario • Harlow, England • Amsterdam Bonn • Sydney • Singapore • Tokyo • Madrid • San Juan Seoul • Milan • Mexico City • Taipei Apple, AppleScript, AppleTalk, Color LaserWriter, ColorSync, FireWire, LocalTalk, Macintosh, Mac, MacTCP, OpenDoc, Performa, PowerBook, PowerTalk, QuickTime, TrueType, and World- Script are trademarks of Apple Computer, Inc., registered in the United States and other countries. Apple Press, the Apple Press Signature, AOCE, Balloon Help, Cyberdog, Finder, Power Mac, and QuickDraw are trademarks of Apple Computer, Inc. Adobe™, Acrobat™, and PostScript™ are trademarks of Adobe Systems Incorporated or its sub- sidiaries and may be registered in certain jurisdictions. AIX® is a registered trademark of IBM Corp. and is being used under license. NuBus™ is a trademark of Texas Instruments. PowerPC™ is a trademark of International Business Machines Corporation, used under license therefrom. SOM, SOMobjects, and System Object Model are licensed trademarks of IBM Corporation. UNIX® is a registered trademark of Novell, Inc. in the United States and other countries, licensed exclusively through X/Open Company, Ltd. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and Addison-Wesley was aware of a trademark claim, the designations have been printed in initial capital letters or all capital letters. The author and publisher have taken care in the preparation of this book, but make no express or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein. Library of Congress Cataloging-in-Publication Data Francis, Tony, 1956– Mac OS 8 revealed / Tony Francis. p. cm. Includes index. ISBN 0-201-47955-9 1. Mac OS 8. 2. Operating systems (Computers) I. Title. QA76.76.063F76 1996 005.4'469--dc20 96-25119 CIP Copyright © 1996 Apple Computer, Inc. Developers Press is a division of Addison-Wesley Publishing Company, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or oth- erwise, without the prior written permission of the publisher. Printed in the United States of Amer- ica. Published simultaneously in Canada. Sponsoring Editor: Keith Wollman Project Manager: Sarah Weaver Cover design: Suzanne Heiser Text design: Kim Arney Set in 10 point Sabon by Tony Francis and Vicki Hochstedler 1 2 3 4 5 6 7 8 9 - MA - 0099989796 First printing, August 1996 Addison-Wesley books are available for bulk purchases by corporations, institutions, and other or- ganizations. For more information please contact the Corporate, Government, and Special Sales Department at (800) 238-9682. Find A-W Developers Press on the World-Wide Web at: http://www.aw.com/devpress/ To Muzzy and Sharon, for teaching me kindness, and to Jeri Ann, for teaching me the telemark turn. •••••••••••••••••••••••••••••••••••••••••••• Contents List of Figures xi Preface xv Who Might Find This Book Helpful xv How to Navigate This Book xvi How to Navigate the Book CD-ROM xviii Cautions About a Changing Environment xx Acknowledgments xxi 1 A Scenic Tour of the User’s Environment 1 Major Points of Interest 2 Flexibility in the Computer Environment 3 An Easier-to-Use Platform 11 Increased System Performance 18 v vi CONTENTS Higher-Performing Versions of Macintosh Technologies 20 Summary 23 2 Orientation to the Mac OS 8 Platform 25 Key Terms and Concepts 26 Major Points of Interest 27 The Hardware 30 The Operating System 30 Application-Level Software 36 Summary 39 3 Address Spaces and Memory Protection 41 Key Terms and Concepts 42 Major Points of Interest 42 The Cooperative Program Address Space 43 Protected Address Spaces for Server Programs 45 Address Space Switching by the Microkernel 46 System-Wide and Shared Memory Areas 48 Additional Forms of Memory Protection 50 Summary 52 Planning a Product for Mac OS 8 53 4 The Architecture of the Multitasking Mac 55 Key Terms and Concepts 56 Major Points of Interest 57 Processes and Tasks 59 Task Scheduling 61 Summary 70 Planning a Product for Mac OS 8 70 5 Multithreaded Programs 71 Key Terms and Concepts 72 Major Points of Interest 73 Threading 73 Interprocess Communication and Data Synchronization 80 Summary 85 Planning a Product for Mac OS 8 85 CONTENTS vii 6 The Virtual Memory System 87 Key Terms and Concepts 88 Major Points of Interest 88 The Organization of Virtual Memory 91 The Backing Provider 93 Memory-Mapped Files 94 Scratch Files 95 Summary 95 Planning a Product for Mac OS 8 96 7 Dynamic Storage Allocation 97 Key Terms and Concepts 98 Major Points of Interest 99 Dynamic Storage-Allocation Service 100 The Memory Manager for System 7 Applications 104 Summary 106 Planning a Product for Mac OS 8 106 8 The Run-Time Environment 109 Key Terms and Concepts 110 Major Points of Interest 111 Fragments 114 Shared Libraries 115 Static Data Instantiation 119 Run-Time–Environment Support for System 7 Applications 121 Summary 125 Planning a Product for Mac OS 8 125 9 Software Extensibility 127 Key Terms and Concepts 128 Major Points of Interest 128 Extending Software with OpenDoc 130 Extending Software Through Shared Libraries 131 Extending Software Through the System Object Model 133 Extending Software with Server Programs 137 Extending Software with the Patch Manager 138 Summary 139 Planning a Product for Mac OS 8 140 viii CONTENTS 10 Files and File System Navigation 143 Key Terms and Concepts 144 Major Points of Interest 145 The Organization of Information on Storage Devices 149 The Programming Interface to the File System 151 Volume Formats and Volume Format Plug-Ins 154 The File System and the Virtual Memory System 155 The Navigation Services 156 Summary 158 Planning a Product for Mac OS 8 158 11 Architecture of the I/O System 161 Key Terms and Concepts 162 Major Points of Interest 162 I/O System Reliability Features 165 I/O Families 166 System 7 Compatibility Issues 172 Summary 174 Planning a Product for Mac OS 8 174 12 Human Interface Toolbox 177 Key Terms and Concepts 178 Major Points of Interest 179 Themes 182 Workspaces 183 Human Interface Objects 184 Imaging Objects 200 Programming Characteristics of the Toolbox 201 Summary 207 Planning a Product for Mac OS 8 208 13 Assistance Services 211 Key Terms and Concepts 212 Major Points of Interest 213 Expert Assistance 215 The Architecture of the Expert Assistance Services 217 Help Information Services 221 Summary 227 Planning a Product for Mac OS 8 228 CONTENTS ix 14 Events 229 Key Terms and Concepts 230 Major Points of Interest 230 Event Handling 232 Scriptability 237 Apple Events and the Human Interface Toolbox 237 Event Handling for One or More Tasks 238 Summary 242 Planning a Product for Mac OS 8 243 15 Landmark Imaging and Multimedia Technologies 245 Key Terms and Concepts 246 Major Points of Interest 246 Taking Advantage of Mac OS 8 Capabilities 247 Integrated Imaging Systems 250 QuickTime Multimedia 261 A History of Mac OS Imaging and Multimedia Features 265 Summary 266 Planning a Product for Mac OS 8 267 16 Landmark Networking Technologies 269 Key Terms and Concepts 270 Major Points of Interest 270 Cyberdog 272 QuickDraw 3D and QuickTime Multimedia on the Internet 274 Open Transport Network Architecture 275 A History of Mac OS Networking Features 277 Summary 278 Planning a Product for Mac OS 8 279 Glossary 281 Index 323 •••••••••••••••••••••••••••••••••••••••••••• List of Figures P.1 A screen shot from Mac OS 8, with an accompanying CD-ROM movie xviii 1.1 A simple workspace for a novice user 4 1.2 A workspace for an intermediate user 4 1.3 A workspace for an advanced user 5 1.4 The default theme 7 1.5 A futuristic-looking theme 7 1.6 A theme for children 8 1.7 Common Hardware Reference Platform (CHRP) flexibility 9 1.8 A setup expert helping the user configure a computer 12 1.9 A tip for using an application more efficiently 13 1.10 Dragging a file onto a folder icon 14 1.11 Navigating folders by dragging a file to another icon 14 1.12 Saving the contents of a Find window 15 1.13 Document-related information for opening files 16 1.14 Pop-up window title bars 17 1.15 An opened pop-up window 17 1.16 Performing multiple operations concurrently 19 2.1 Major components of the Mac OS 8 platform 28 2.2 Reentrant and cooperative services on the modular Mac OS 8 platform 29 2.3 The microkernel and other modularized reentrant services 32 2.4 Interactions involving a server program and a cooperative program 39 xi xii LIST OF FIGURES 3.1 Cooperative programs sharing an address space 44 3.2 Server programs protected by separate address spaces 46 3.3 Switching between address spaces 47 3.4 System-wide memory areas 49 3.5 A memory area with guard pages 52 4.1 Multitasked operations in Mac OS 8 57 4.2 Memory areas for a Mac OS 8 process with one task 60 4.3 Memory areas for a Mac OS 8 process with two tasks 61 4.4 A task blocking on a synchronous I/O operation 62 4.5 Preemptive task scheduling by the microkernel 64 4.6 Execution time divided by time slices for tasks with equal priority 65 4.7 Making all calls to cooperative services from the main task of a cooperative program 67 4.8 Cooperative
Recommended publications
  • 09/10 Ed IPP Price List
    Apple Computer, Inc. Apple Education Individual Purchase Program Price List September 10, 2002 For details on the Apple Education Individual Purchase Program, customers may visit our web site at <http://www.apple.com/education > or call 1-800-780-5009 (Specific eligibility rules apply). All pricing includes 5 day ground shipping. Local sales tax applies to all orders. iBook™ All iBook models are equipped with a PowerPC G3 processor, 12.1" TFT or 14.1" TFT display and either a CD-ROM or DVD-ROM/CD-RW combo optical drive. iBook includes two USB ports, a FireWire port, VGA video out,16-bit CD-quality stereo output and two built in stereo speakers. Built-in communications include 10/100 Base-T Ethernet, 56K modem with v.90 support and built-in antennas and internal AirPort Card slot for optional wireless networking capability. All systems come with both Mac OS 9 and OS X installed. For more detailed information, please refer to product data sheets or the iBook web site (http://www.Apple.com/iBook). Bundled software includes: iMovie, iTunes, AppleWorks, Internet Explorer, Outlook Express, Netscape Communicator, Adobe Acrobat Reader, FAXstf, AOL Instant Messenger (preview), WORLD BOOK Mac OS X Edition and Otto Matic game software. Apple offers build-to-order capability for the iBook products listed below. To take advantage of this capability, visit the Apple Store at http://www.apple.com/store M8600LL/A iBook (12.1"TFT/600MHz/512K L2/128MB/20GB/CD-ROM/VGA-out/Enet/56K/Mac OS X) 1149.00 M8602LL/A iBook (12.1"TFT/700MHz/512K L2/128MB/20GB/DVD-ROM/CD-RW Combo drive/VGA-out/Enet/56K/Mac OS X) 1449.00 M8603LL/A iBook (14.1"TFT/700MHz/512K L2/256MB/30GB/DVD-ROM/CD-RW Combo drive/VGA-out/Enet/56K/Mac OS X) 1749.00 iMac™ With iMac you have a choice of models that feature either a PowerPC G4 processor and Flat Panel display or PowerPC G3 processor and CRT display.
    [Show full text]
  • File Naming Recommendations
    File Naming Recommendations In a mixed platform world of Macintosh, Windows, and Unix computers, you must pay attention to how you name your file. On PCs, you usually append a three-letter file extension after the file name to tell the computer what program to launch when it is double-clicked. Programs on the PC do this automatically, but the same programs running on the Mac often do not. Things to avoid: 1.) Don't add extraneous punctuation to the file name. For example, don't use #. %, forward or back slashes, ampersands, and question marks or any other strange glyph. Stick mostly to letters and numbers. Dashes and underscores are OK. Good: my_file.jpg Bad: my/file.jpg 2.) Don't put more than one period in the file name. Use only one period at the end of the file name just before the three-letter suffix. Good: very_big_splash.jpg Bad: very.big.splash.jpg 3.) Don't omit the 3-letter suffix. Add the correct 3-letter suffix to the file name if none is created by the application program. ALL web browsers require a suffix to be able to tell a picture file from a text file, for example. Good: promopic.gif Bad: promopic.newone Bad: promopic 4.) Avoid spaces in filenames. High-speed Unix-based web servers dislike having spaces in the file name. Your pages and files with spaces in the name may work on a Mac or PC server, but if you ever migrate the files to a Unix server, you're in trouble. Most web designers use underscores in the file name to separate words for clarity.
    [Show full text]
  • Mac OS 8 Update
    K Service Source Mac OS 8 Update Known problems, Internet Access, and Installation Mac OS 8 Update Document Contents - 1 Document Contents • Introduction • About Mac OS 8 • About Internet Access What To Do First Additional Software Auto-Dial and Auto-Disconnect Settings TCP/IP Connection Options and Internet Access Length of Configuration Names Modem Scripts & Password Length Proxies and Other Internet Config Settings Web Browser Issues Troubleshooting • About Mac OS Runtime for Java Version 1.0.2 • About Mac OS Personal Web Sharing • Installing Mac OS 8 • Upgrading Workgroup Server 9650 & 7350 Software Mac OS 8 Update Introduction - 2 Introduction Mac OS 8 is the most significant update to the Macintosh operating system since 1984. The updated system gives users PowerPC-native multitasking, an efficient desktop with new pop-up windows and spring-loaded folders, and a fully integrated suite of Internet services. This document provides information about Mac OS 8 that supplements the information in the Mac OS installation manual. For a detailed description of Mac OS 8, useful tips for using the system, troubleshooting, late-breaking news, and links for online technical support, visit the Mac OS Info Center at http://ip.apple.com/infocenter. Or browse the Mac OS 8 topic in the Apple Technical Library at http:// tilsp1.info.apple.com. Mac OS 8 Update About Mac OS 8 - 3 About Mac OS 8 Read this section for information about known problems with the Mac OS 8 update and possible solutions. Known Problems and Compatibility Issues Apple Language Kits and Mac OS 8 Apple's Language Kits require an updater for full functionality with this version of the Mac OS.
    [Show full text]
  • Device Manager 1
    CHAPTER 1 Device Manager 1 This chapter describes how your application can use the Device Manager to transfer information into and out of a Macintosh computer. The Device Manager controls the 1 exchange of information between applications and hardware devices. Manager Device This chapter provides a brief introduction to devices and device drivers (the programs that control devices) and then explains how you can use the Device Manager functions to ■ open, close, and exchange information with device drivers ■ write your own device driver that can communicate with the Device Manager ■ provide a user interface for your device driver by making it a Chooser extension or desk accessory. You should read the sections “About the Device Manager” and “Using the Device Manager” if your application needs to use the Device Manager to communicate with a device driver. Applications often communicate with the Device Manager indirectly, by calling functions of other managers (for example, the File Manager) that use the Device Manager. However, sometimes applications must call Device Manager functions directly. The sections “Writing a Device Driver,” “Writing a Chooser-Compatible Device Driver,” and “Writing a Desk Accessory,” provide information you’ll need if you are writing your own device driver. If you writing a device driver, you should understand how memory is organized and allocated in Macintosh computers. See Inside Macintosh: Memory, for this information. You should also be familiar with resources and how the system searches resource files. You can find this information in the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox. If your device driver is to perform background tasks, you’ll need to understand how processes are scheduled.
    [Show full text]
  • Mac OS X Server Administrator's Guide
    034-9285.S4AdminPDF 6/27/02 2:07 PM Page 1 Mac OS X Server Administrator’s Guide K Apple Computer, Inc. © 2002 Apple Computer, Inc. All rights reserved. Under the copyright laws, this publication may not be copied, in whole or in part, without the written consent of Apple. The Apple logo is a trademark of Apple Computer, Inc., registered in the U.S. and other countries. Use of the “keyboard” Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws. Apple, the Apple logo, AppleScript, AppleShare, AppleTalk, ColorSync, FireWire, Keychain, Mac, Macintosh, Power Macintosh, QuickTime, Sherlock, and WebObjects are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. AirPort, Extensions Manager, Finder, iMac, and Power Mac are trademarks of Apple Computer, Inc. Adobe and PostScript are trademarks of Adobe Systems Incorporated. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. Netscape Navigator is a trademark of Netscape Communications Corporation. RealAudio is a trademark of Progressive Networks, Inc. © 1995–2001 The Apache Group. All rights reserved. UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company, Ltd. 062-9285/7-26-02 LL9285.Book Page 3 Tuesday, June 25, 2002 3:59 PM Contents Preface How to Use This Guide 39 What’s Included
    [Show full text]
  • The Effi Barry Training Institute Application
    Notice of Funding Opportunity Government of the District of Columbia Department of Health HIV/AIDS, Hepatitis, STD, and TB Administration H A H S T A The Effi Barry Training Institute Application RFA Number: HAHSTA_EBTI_07.03.20 Application Deadline: Monday, August 3, 2020 at 6:00 PM Late applications cannot be accepted The Department of Health (DC Health) reserves the right to, without prior notice, reduce or cancel one or more programs listed in this Request for Applications (RFA), reject all applications, adjust total funds available, or cancel the RFA in part or whole. Funding levels in the respective program areas and budget amount in the award, if awarded, sub grant agreement is contingent on continued funding, sub grantee performance, and/or reduction, elimination, or reallocation funds by a federal grantor, the Executive Office of the Mayor (EOM) of the Government of the District of Columbia and/or the Department of Health in accordance with applicable sections within the sub grant award and/or agreement. Pre-application Conference: DATE: Wednesday, July 8, 2020 TIME: 2:30 PM – 4:00 PM VIRTUAL ZOOM CALL https://us02web.zoom.us/j/8178711891 Zoom/Conference Meeting ID: 817 8711 8910 (Call Access) - One tap mobile +13017158592-81787118910# Application Deadline: DATE: Monday, August 3, 2020 TIME: by 6:00 pm WHERE: Application submission must be done electronically through the Enterprise Grants Management System (See pages 7-9) Applications submitted after 6:00 PM cannot be accepted. You may download this application from: www.dchealth.dc.gov/ebtifunding http://opgs.dc.gov/page/opgs-district-grants- clearinghouse Effi Barry Training Institute Grant 2020 Table of Contents Notice of Funding Availability ........................................
    [Show full text]
  • What Is an Operating System III 2.1 Compnents II an Operating System
    Page 1 of 6 What is an Operating System III 2.1 Compnents II An operating system (OS) is software that manages computer hardware and software resources and provides common services for computer programs. The operating system is an essential component of the system software in a computer system. Application programs usually require an operating system to function. Memory management Among other things, a multiprogramming operating system kernel must be responsible for managing all system memory which is currently in use by programs. This ensures that a program does not interfere with memory already in use by another program. Since programs time share, each program must have independent access to memory. Cooperative memory management, used by many early operating systems, assumes that all programs make voluntary use of the kernel's memory manager, and do not exceed their allocated memory. This system of memory management is almost never seen any more, since programs often contain bugs which can cause them to exceed their allocated memory. If a program fails, it may cause memory used by one or more other programs to be affected or overwritten. Malicious programs or viruses may purposefully alter another program's memory, or may affect the operation of the operating system itself. With cooperative memory management, it takes only one misbehaved program to crash the system. Memory protection enables the kernel to limit a process' access to the computer's memory. Various methods of memory protection exist, including memory segmentation and paging. All methods require some level of hardware support (such as the 80286 MMU), which doesn't exist in all computers.
    [Show full text]
  • GOOGLE LLC V. ORACLE AMERICA, INC
    (Slip Opinion) OCTOBER TERM, 2020 1 Syllabus NOTE: Where it is feasible, a syllabus (headnote) will be released, as is being done in connection with this case, at the time the opinion is issued. The syllabus constitutes no part of the opinion of the Court but has been prepared by the Reporter of Decisions for the convenience of the reader. See United States v. Detroit Timber & Lumber Co., 200 U. S. 321, 337. SUPREME COURT OF THE UNITED STATES Syllabus GOOGLE LLC v. ORACLE AMERICA, INC. CERTIORARI TO THE UNITED STATES COURT OF APPEALS FOR THE FEDERAL CIRCUIT No. 18–956. Argued October 7, 2020—Decided April 5, 2021 Oracle America, Inc., owns a copyright in Java SE, a computer platform that uses the popular Java computer programming language. In 2005, Google acquired Android and sought to build a new software platform for mobile devices. To allow the millions of programmers familiar with the Java programming language to work with its new Android plat- form, Google copied roughly 11,500 lines of code from the Java SE pro- gram. The copied lines are part of a tool called an Application Pro- gramming Interface (API). An API allows programmers to call upon prewritten computing tasks for use in their own programs. Over the course of protracted litigation, the lower courts have considered (1) whether Java SE’s owner could copyright the copied lines from the API, and (2) if so, whether Google’s copying constituted a permissible “fair use” of that material freeing Google from copyright liability. In the proceedings below, the Federal Circuit held that the copied lines are copyrightable.
    [Show full text]
  • Designing PCI Cards and Drivers for Power Macintosh Computers
    Designing PCI Cards and Drivers for Power Macintosh Computers Revised Edition Revised 3/26/99 Technical Publications © Apple Computer, Inc. 1999 Apple Computer, Inc. Adobe, Acrobat, and PostScript are Even though Apple has reviewed this © 1995, 1996 , 1999 Apple Computer, trademarks of Adobe Systems manual, APPLE MAKES NO Inc. All rights reserved. Incorporated or its subsidiaries and WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH No part of this publication may be may be registered in certain RESPECT TO THIS MANUAL, ITS reproduced, stored in a retrieval jurisdictions. QUALITY, ACCURACY, system, or transmitted, in any form America Online is a service mark of MERCHANTABILITY, OR FITNESS or by any means, mechanical, Quantum Computer Services, Inc. FOR A PARTICULAR PURPOSE. AS A electronic, photocopying, recording, Code Warrior is a trademark of RESULT, THIS MANUAL IS SOLD “AS or otherwise, without prior written Metrowerks. IS,” AND YOU, THE PURCHASER, ARE permission of Apple Computer, Inc., CompuServe is a registered ASSUMING THE ENTIRE RISK AS TO except to make a backup copy of any trademark of CompuServe, Inc. ITS QUALITY AND ACCURACY. documentation provided on Ethernet is a registered trademark of CD-ROM. IN NO EVENT WILL APPLE BE LIABLE Xerox Corporation. The Apple logo is a trademark of FOR DIRECT, INDIRECT, SPECIAL, FrameMaker is a registered Apple Computer, Inc. INCIDENTAL, OR CONSEQUENTIAL trademark of Frame Technology Use of the “keyboard” Apple logo DAMAGES RESULTING FROM ANY Corporation. (Option-Shift-K) for commercial DEFECT OR INACCURACY IN THIS purposes without the prior written Helvetica and Palatino are registered MANUAL, even if advised of the consent of Apple may constitute trademarks of Linotype-Hell AG possibility of such damages.
    [Show full text]
  • Mac OS X: an Introduction for Support Providers
    Mac OS X: An Introduction for Support Providers Course Information Purpose of Course Mac OS X is the next-generation Macintosh operating system, utilizing a highly robust UNIX core with a brand new simplified user experience. It is the first successful attempt to provide a fully-functional graphical user experience in such an implementation without requiring the user to know or understand UNIX. This course is designed to provide a theoretical foundation for support providers seeking to provide user support for Mac OS X. It assumes the student has performed this role for Mac OS 9, and seeks to ground the student in Mac OS X using Mac OS 9 terms and concepts. Author: Robert Dorsett, manager, AppleCare Product Training & Readiness. Module Length: 2 hours Audience: Phone support, Apple Solutions Experts, Service Providers. Prerequisites: Experience supporting Mac OS 9 Course map: Operating Systems 101 Mac OS 9 and Cooperative Multitasking Mac OS X: Pre-emptive Multitasking and Protected Memory. Mac OS X: Symmetric Multiprocessing Components of Mac OS X The Layered Approach Darwin Core Services Graphics Services Application Environments Aqua Useful Mac OS X Jargon Bundles Frameworks Umbrella Frameworks Mac OS X Installation Initialization Options Installation Options Version 1.0 Copyright © 2001 by Apple Computer, Inc. All Rights Reserved. 1 Startup Keys Mac OS X Setup Assistant Mac OS 9 and Classic Standard Directory Names Quick Answers: Where do my __________ go? More Directory Names A Word on Paths Security UNIX and security Multiple user implementation Root Old Stuff in New Terms INITs in Mac OS X Fonts FKEYs Printing from Mac OS X Disk First Aid and Drive Setup Startup Items Mac OS 9 Control Panels and Functionality mapped to Mac OS X New Stuff to Check Out Review Questions Review Answers Further Reading Change history: 3/19/01: Removed comment about UFS volumes not being selectable by Startup Disk.
    [Show full text]
  • Security Analysis and Decryption of Lion Full Disk Encryption
    Infiltrate the Vault: Security Analysis and Decryption of Lion Full Disk Encryption Omar Choudary Felix Grobert¨ ∗ Joachim Metz ∗ University of Cambridge [email protected] [email protected] [email protected] Abstract 1 Introduction Since the launch of Mac OS X 10.7, also known as Lion, With the launch of Mac OS X 10.7 (Lion), Apple has Apple includes a volume encryption software named introduced a volume encryption mechanism known as FileVault 2 [8] in their operating system. While the pre- FileVault 2. Apple only disclosed marketing aspects of vious version of FileVault (introduced with Mac OS X the closed-source software, e.g. its use of the AES-XTS 10.3) only encrypted the home folder, FileVault 2 can en- tweakable encryption, but a publicly available security crypt the entire volume containing the operating system evaluation and detailed description was unavailable until (this is commonly referred to as full disk encryption). now. This has two major implications: first, there is now a new functional layer between the encrypted volume and We have performed an extensive analysis of the original file system (typically a version of HFS Plus). FileVault 2 and we have been able to find all the This new functional layer is actually a full volume man- algorithms and parameters needed to successfully read ager which Apple called CoreStorage [10] Although this an encrypted volume. This allows us to perform forensic full volume manager could be used for more than volume investigations on encrypted volumes using our own encryption (e.g. mirroring, snapshots or online storage tools.
    [Show full text]
  • Adopting the Aqua Interface
    INSIDE MAC OS X Adopting the Aqua Interface Updated for Mac OS X Public Beta Release. 9/8/00 © Apple Computer, Inc. 2000 Apple Computer, Inc. Even though Apple has reviewed this © 2000 Apple Computer, Inc. manual, APPLE MAKES NO All rights reserved. WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH No part of this publication may be RESPECT TO THIS MANUAL, ITS reproduced, stored in a retrieval QUALITY, ACCURACY, system, or transmitted, in any form or MERCHANTABILITY, OR FITNESS by any means, mechanical, electronic, FOR A PARTICULAR PURPOSE. AS A photocopying, recording, or RESULT, THIS MANUAL IS SOLD “AS otherwise, without prior written IS,” AND YOU, THE PURCHASER, ARE permission of Apple Computer, Inc., ASSUMING THE ENTIRE RISK AS TO with the following exceptions: Any ITS QUALITY AND ACCURACY. person is hereby authorized to store documentation on a single computer IN NO EVENT WILL APPLE BE LIABLE for personal use only and to print FOR DIRECT, INDIRECT, SPECIAL, copies of documentation for personal INCIDENTAL, OR CONSEQUENTIAL use provided that the documentation DAMAGES RESULTING FROM ANY contains Apple’s copyright notice. DEFECT OR INACCURACY IN THIS The Apple logo is a trademark of MANUAL, even if advised of the Apple Computer, Inc. possibility of such damages. Use of the “keyboard” Apple logo THE WARRANTY AND REMEDIES SET (Option-Shift-K) for commercial FORTH ABOVE ARE EXCLUSIVE AND purposes without the prior written IN LIEU OF ALL OTHERS, ORAL OR consent of Apple may constitute WRITTEN, EXPRESS OR IMPLIED. No trademark infringement and unfair Apple dealer, agent, or employee is competition in violation of federal authorized to make any modification, and state laws.
    [Show full text]