Apple Lisa/Macintosh XL Do-It-Yourself Guide
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Active@ Boot Disk User Guide Copyright © 2008, LSOFT TECHNOLOGIES INC
Active@ Boot Disk User Guide Copyright © 2008, LSOFT TECHNOLOGIES INC. All rights reserved. No part of this documentation may be reproduced in any form or by any means or used to make any derivative work (such as translation, transformation, or adaptation) without written permission from LSOFT TECHNOLOGIES INC. LSOFT TECHNOLOGIES INC. reserves the right to revise this documentation and to make changes in content from time to time without obligation on the part of LSOFT TECHNOLOGIES INC. to provide notification of such revision or change. LSOFT TECHNOLOGIES INC. provides this documentation without warranty of any kind, either implied or expressed, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. LSOFT may make improvements or changes in the product(s) and/or the program(s) described in this documentation at any time. All technical data and computer software is commercial in nature and developed solely at private expense. As the User, or Installer/Administrator of this software, you agree not to remove or deface any portion of any legend provided on any licensed program or documentation contained in, or delivered to you in conjunction with, this User Guide. LSOFT.NET logo is a trademark of LSOFT TECHNOLOGIES INC. Other brand and product names may be registered trademarks or trademarks of their respective holders. 2 Active@ Boot Disk User Guide Contents 1.0 Product Overview .......................................................................................................... -
Illustrated Tutorial: Creating a Bootable USB Flash Drive for Windows XP
Illustrated tutorial: Creating a bootable Version 1.0 February 15, 2007 USB flash drive for Windows XP By Greg Shultz The ability to boot Windows XP from a USB Flash Drive (UFD) offers endless possibilities. For example, you might make an easy-to-use troubleshooting tool for booting and analyzing seemingly dead PCs. Or you could transport your favorite applications back and forth from home to work without having to install them on both PCs. However, before you can create a bootable UFD, you must clear a few hurdles. You saw that one coming didn’t you? The first hurdle is having a PC in which the BIOS will allow you to configure the USB port to act as a bootable device. The second hurdle is having a UFD that that will work as a bootable device and that’s large enough and fast enough to boot an operating system such as Windows XP. The third hurdle is finding a way to condense and install Windows XP on a UFD. If you have a PC that was manufactured in the last several years, chances are that its BIOS will allow you to configure the USB port to act as a bootable device. If you have a good qual- ity UFD that’s at least 512 KB and that was manufactured in the last couple of years, you’ve probably cleared the second hurdle. And once you’ve cleared those first two hur- dles, the third one is a piece of cake. All you have to do is download and run some free soft- ware to create the bootable UFD. -
Apple Lisa MRD (Marketing Requirements Document)
LISA MRD/PRD AMENDMENTS I. ADDITIONAL LISA MRDS Some areas covered in the MRD will adhere to the direction stated but will be subject to change until detailed, separate MRDs are prepared for each one. These areas, and the target completion date for each, are as follows: 1. USER INTERFACE May 31, 1980 2. SOFTWARE THEFT PROTECTION May 31, 1980 3. USER SET-UP AND CUSTOMIZING June 30, 1980 4. TERMINAL EMULATION June 30, 1980 5. VISICABINET June 30, 1980 6. WORD PROCESSOR June 30, 1980 7. GRAPHICS EDITOR June 30, 1980 8. PERSONAL APPLICATIONS June 30, 1980 9. MASS STORAGE PERIPHERALS June 30, 1980 10. PRINTERS June 30, 1980 11. NETWORKING AND ELECTRONIC MAIL July 31, 1980 12. DIAGNOSTICS/TESTING July 31, 1980 13. BUSINESS GRAPHICS July 31, 1980 14. INTRODUCTORY INTERACTIVE MANUAL August 31, 1980 15. 'OEM PRODUCTS (DEVELOPMENT TOOLS) August 31, 1980 II. HARDWARE ENGINEERING AMENDMENTS 1. Both Alps and Keyboard Co. (bucket) keyswitches will be pursued as potential options at introduction. Other keyboard technologies will be investigated in parallel but may not be available at introduction. If a better alternative does turn up, it could be made available within a few months of introduction, either as a standard keyboard or as an option. Although the keyboard layout is nearly final, it has not frozen since it is not yet on the critical path. One remaining potential variation is the possible removal of the cursor cluster from the layout. 2. Engineering is concerned that the current cost objectives may not be feasible. 3. Although there is no requirement to have the Problem Analysis Guide (PAG) stowed within LISA, Engineering will continue to pursue methods by which the PAG may be attached to the main unit. -
Chapter 3. Booting Operating Systems
Chapter 3. Booting Operating Systems Abstract: Chapter 3 provides a complete coverage on operating systems booting. It explains the booting principle and the booting sequence of various kinds of bootable devices. These include booting from floppy disk, hard disk, CDROM and USB drives. Instead of writing a customized booter to boot up only MTX, it shows how to develop booter programs to boot up real operating systems, such as Linux, from a variety of bootable devices. In particular, it shows how to boot up generic Linux bzImage kernels with initial ramdisk support. It is shown that the hard disk and CDROM booters developed in this book are comparable to GRUB and isolinux in performance. In addition, it demonstrates the booter programs by sample systems. 3.1. Booting Booting, which is short for bootstrap, refers to the process of loading an operating system image into computer memory and starting up the operating system. As such, it is the first step to run an operating system. Despite its importance and widespread interests among computer users, the subject of booting is rarely discussed in operating system books. Information on booting are usually scattered and, in most cases, incomplete. A systematic treatment of the booting process has been lacking. The purpose of this chapter is to try to fill this void. In this chapter, we shall discuss the booting principle and show how to write booter programs to boot up real operating systems. As one might expect, the booting process is highly machine dependent. To be more specific, we shall only consider the booting process of Intel x86 based PCs. -
Supporting Operating System Installation | 3
cc01SupportingOperatingSystemInstallation.indd01SupportingOperatingSystemInstallation.indd PagePage 1 08/10/1408/10/14 4:334:33 PMPM martinmartin //208/WB01410/XXXXXXXXXXXXX/ch01/text_s208/WB01410/XXXXXXXXXXXXX/ch01/text_s Supporting Operating LESSON 1 System Installation 70-688 EXAM OBJECTIVE Objective 1.1 – Support operating system installation. This objective may include but is not limited to: Support Windows To Go; manage boot settings, including native virtual hard disk (VHD) and multi-boot; manage desktop images; customize a Windows installation by using Windows Preinstallation Environment (PE). LESSON HEADING EXAM OBJECTIVE Using a Troubleshooting Methodology Viewing System Information Using the Event Viewer Supporting Windows To Go Support Windows To Go Creating and Deploying a Windows To Go Workspace Drive Booting into a Windows To Go Workspace Managing Boot Settings Manage boot settings, including native virtual hard disk (VHD) and multi-boot Using BCDEdit and BCDBoot Configuring a Multi-Boot System Manage boot settings, including native virtual hard disk (VHD) and multi-boot Configuring a Native VHD Boot File Manage boot settings, including native virtual hard disk (VHD) and multi-boot Understanding VHD Formats Installing Windows 8.1 on a VHD with an Operating System Present Installing Windows 8.1 on a VHD Without an Operating SystemCOPYRIGHTED Present MATERIAL Managing Desktop Images Manage desktop images Capturing Images Modifying Images using DISM Customizing a Windows Installation by Using Windows PE Customize a Windows -
Linux Boot Loaders Compared
Linux Boot Loaders Compared L.C. Benschop May 29, 2003 Copyright c 2002, 2003, L.C. Benschop, Eindhoven, The Netherlands. Per- mission is granted to make verbatim copies of this document. This is version 1.1 which has some minor corrections. Contents 1 introduction 2 2 How Boot Loaders Work 3 2.1 What BIOS does for us . 3 2.2 Parts of a boot loader . 6 2.2.1 boot sector program . 6 2.2.2 second stage of boot loader . 7 2.2.3 Boot loader installer . 8 2.3 Loading the operating system . 8 2.3.1 Loading the Linux kernel . 8 2.3.2 Chain loading . 10 2.4 Configuring the boot loader . 10 3 Example Installations 11 3.1 Example root file system and kernel . 11 3.2 Linux Boot Sector . 11 3.3 LILO . 14 3.4 GNU GRUB . 15 3.5 SYSLINUX . 18 3.6 LOADLIN . 19 3.7 Where Can Boot Loaders Live . 21 1 4 RAM Disks 22 4.1 Living without a RAM disk . 22 4.2 RAM disk devices . 23 4.3 Loading a RAM disk at boot time . 24 4.4 The initial RAM disk . 24 5 Making Diskette Images without Diskettes 25 6 Hard Disk Installation 26 7 CD-ROM Installation 29 8 Conclusions 31 1 introduction If you use Linux on a production system, you will only see it a few times a year. If you are a hobbyist who compiles many kernels or who uses many operating systems, you may see it several times per day. -
Steve Jobs – Who Blended Art with Technology
GENERAL ¨ ARTICLE Steve Jobs – Who Blended Art with Technology V Rajaraman Steve Jobs is well known as the creator of the famous Apple brand of computers and consumer products known for their user friendly interface and aesthetic design. In his short life he transformed a range of industries including personal comput- ing, publishing, animated movies, music distribution, mobile phones, and retailing. He was a charismatic inspirational leader of groups of engineers who designed the products he V Rajaraman is at the visualized. He was also a skilled negotiator and a genius in Indian Institute of Science, Bangalore. Several marketing. In this article, we present a brief overview of his generations of scientists life. and engineers in India have learnt computer 1. Introduction science using his lucidly written textbooks on Steve Jobs made several significant contributions which revolu- programming and tionized six industries, namely, personal computing, publishing, computer fundamentals. His current research animated movies, music distribution, mobile phones, and retail- interests are parallel ing digital products. In all these cases he was not the primary computing and history of inventor; rather he was a consummate entrepreneur and manager computing. who understood the potential of a technology, picked a team of talented engineers to create what he visualized, motivated them to perform well beyond what they thought they could do. He was an aesthete who instinctively blended art with technology. He hired the best industrial designers to design products which were not only easy to use but were also stunningly beautiful. He was a marketing genius who created demand for his products by leaking tit bits of information about their ‘revolutionary’ features, thereby building expectancy among prospective customers. -
The History of Apple Inc
The History of Apple Inc. Veronica Holme-Harvey 2-4 History 12 Dale Martelli November 21st, 2018 Apple Inc is a multinational corporation that creates many different types of electronics, with a large chain of retail stores, “Apple Stores”. Their main product lines are the iPhone, iPad, and Macintosh computer. The company was founded by Steve Jobs and Steve Wozniak and was created in 1977 in Cupertino, California. Apple Inc. is one of the world’s largest and most successful companies, recently being the first US company to hit a $1 trillion value. They shaped the way computers operate and look today, and, without them, numerous computer products that we know and love today would not exist. Although Apple is an extremely successful company today, they definitely did not start off this way. They have a long and complicated history, leading up to where they are now. Steve Jobs was one of the co-founders of Apple Inc. and one of first developers of the personal computer era. He was the CEO of Apple, and is what most people think of when they think ”the Apple founder”. Besides this, however, Steve Jobs was also later the chairman and majority shareholder of Pixar, and a member of The Walt Disney Company's board of directors after Pixar was bought out, and the founder, chairman, and CEO of NeXT. Jobs was born on February 24th, 1955 in San Francisco, California. He was raised by adoptive parents in Cupertino, California, located in what is now known as the Silicon Valley, and where the Apple headquarters is still located today. -
Source Code for Apple's 1983 Lisa Computer to Be Made Public Next Year 31 December 2017, by Seung Lee, the Mercury News
Source code for Apple's 1983 Lisa computer to be made public next year 31 December 2017, by Seung Lee, The Mercury News The museum's software curator, Al Kossow, announced to a public mailing list that the source code for the Lisa computer has been recovered and is with Apple for review. Once Apple clears the code, the museum plans to release it to the public with a blog post explaining the code's historic significance. However, not every part of Lisa's source code will be available, Kossow said. "The only thing I saw that probably won't be able to be released is the American Heritage dictionary for the spell checker in LisaWrite (word processing application)," he said. The Lisa was the first computer with a graphical user interface aimed at businesses—hence its high cost. With a processor as fast as 5 MHz and 1 MB of RAM, the Lisa computer gave users the breakthrough technology of organizing files by Apple Lisa with a ProFile hard drive stacked on top of it. using a computer mouse. Credit: Stahlkocher/ GNU Free Documentation License Apple spent $150 million on the development of Lisa and advertised it as a game-changer, with actor Kevin Costner in the commercials. But Apple Before there was an iPhone, iMac or Macintosh, only sold 10,000 units of Lisa in 1983 and pivoted Apple had the Lisa computer. to create a smaller and much cheaper successor, the Macintosh, which was released the next year. The Lisa computer—which stands for Local Integrated Software Architecture but was also "The Lisa was doomed because it was basically a named after Steve Jobs' eldest daughter—was a prototype—an overpriced, underpowered cobbled- flop when it released in 1983 because of its together ramshackle Mac," author and tech astronomical price of $10,000 - $24,700 when journalist Leander Kahney told Wired in 2010. -
Technology Strategies and Standard Competition — Comparative Innovation Cases of Apple and Microsoft
Journal of High Technology Management Research 23 (2012) 90–102 Contents lists available at SciVerse ScienceDirect Journal of High Technology Management Research Technology strategies and standard competition — Comparative innovation cases of Apple and Microsoft Jarunee Wonglimpiyarat ⁎ College of Innovation, Thammasat University, Bangkok 10200, Thailand article info abstract Available online 19 June 2012 This paper analyses the technology strategy and standard competition of the most outstanding innovation cases of Apple and Microsoft. The objective of the study is to understand innovators' Keywords: pursuit of strategies in securing the benefits from an innovation, based on the innovation life cycle Technology strategy model. The study develops a new methodological framework of platform for analysing the case Standard competition studies. It is argued that the ability to establish an industry standard and lock-in customers Apple enables an innovator to create a competitive advantage. The study offers important lessons in Microsoft strategic innovation management. Technology platform © 2012 Elsevier Inc. All rights reserved. Competitive advantage 1. Introduction Competition to achieve competitive advantage often involves the ability to establish new standards for the interworking of products and services. The outstanding classic cases of standard battle are Sony Betamax and Matsushita VHS standards in the Videocassette Recorder (VCR) business, the standard competition among the powerful players of Visa Open Platform, MasterCard/ Mondex Multos, Proton World's Proton, Microsoft Windows for Smart Cards in the smart card industry and the recent standard competition between HD-DVD and Blu Ray in the Digital Versatile Disc player (DVD) business. This study endeavours to understand the use of technology strategies and competition to establish technology standards in the most outstanding innovative companies of Apple and Microsoft. -
Gestalt Manager 1
CHAPTER 1 Gestalt Manager 1 This chapter describes how you can use the Gestalt Manager and other system software facilities to investigate the operating environment. You need to know about the 1 operating environment if your application takes advantage of hardware (such as a Gestalt Manager floating-point unit) or software (such as Color QuickDraw) that is not available on all Macintosh computers. You can also use the Gestalt Manager to inform the Operating System that your software is present and to find out about other software registered with the Gestalt Manager. The Gestalt Manager is available in system software versions 6.0.4 and later. The MPW software development system and some other development environments supply code that allows you to use the Gestalt Manager on earlier system software versions; check the documentation provided with your development system. In system software versions earlier than 6.0.4, you can retrieve a limited description of the operating environment with the SysEnvirons function, also described in this chapter. You need to read this chapter if you take advantage of specific hardware or software features that may not be present on all versions of the Macintosh, or if you wish to inform other software that your software is present in the operating environment. This chapter describes how the Gestalt Manager works and then explains how you can ■ determine whether the Gestalt Manager is available ■ call the Gestalt function to investigate the operating environment ■ make information about your own hardware or software available to other applications ■ retrieve a limited description of the operating environment even if the Gestalt Manager is not available About the Gestalt Manager 1 The Macintosh family of computers includes models that use a number of different processors, some accompanied by a floating-point unit (FPU) or memory management unit (MMU). -
Inventing the Lisa User Interface
Illustration by David Goldin article Roderick Perkins Dan Smith Keller Frank Ludolph INVENTING THE USER INTERFACE Today’s familiar Macintosh user interface is a direct descendant of the interface first developed and used on Apple’s Lisa computer. Instead of a text-based system that presented the user with a blank screen and blinking cursor, the Lisa displayed an electronic desktop, a picture that the user manipulated directly to tell the computer Twhat to do. The electronic desktop, with its windows, menu bar, and icons was not part of the original design; rather, it was the result of a 4-year-long process of refining goals and developing, testing, and synthesizing many alternative ideas. In fact, the iconic desktop was first tried in 1980 and discarded! The final result (Fig- ure 1) not only made computers easier to use, it made them fun. 41 The system will provide one standard method of interacting with a user in handling text, numbers, and graphics... The system will adhere to the concept of “gradual learning”... A user must be able to do some important tasks easily and with min- imal instruction or preparation... The more sophisticated features will be unobtrusive until they are needed. Errors will be handled consistently in as friendly a manner as possible, and the user will be protected from obvious errors... ... A “Set-up” program will allow the user to customize several system attributes in order to “personalize” interaction with the system... in order to make the system uniquely personal for the user without interfering with the interface standards..