Smile World! Mac OS

broken image


  1. Smile World Mac Os Catalina
  2. Smile World Mac Os X
  • 'Changing the World One Smile at a Time' How does anyone change the world? Well, we do it one smile at a time! We believe that every person we have the privilege of making an acquaintance and helping to improve their overall, healthy smile enhances their quality of life and thereby CHANGES THE WORLD!
  • System 7.5.1 was the first to include the Mac OS logo (a variation on the original Happy Mac startup icon), and Mac OS 7.6 was the first to be named 'Mac OS'. Before the introduction of the later.
  • Apple support is here to help. Learn more about popular topics and find resources that will help you with all of your Apple products.

By adding a new word, the spellcheck engine in Mac OS will stop flagging that word as a typo or spelling error, which is often shown as a red underline under the word. This is helpful for new words not actively in a dictionary, business names, general names, words from foreign languages, and even alternative spellings of words that are for. Explore the world of Mac. Check out MacBook Pro, MacBook Air, iMac, Mac mini, and more. Visit the Apple site to learn, buy, and get support.

Mac OS


Mac OS
'MacOS' redirects here. For the American humanities teaching program, see Man: A Course of Study.
Mac OS
Screenshot of Mac OS 10.6.8
Company / developerApple
OS family Mac OS (System 1–7, Mac OS 8–9)
Unix (OS X)[1][2][3]
Working state Publicly released
Source model Proprietary software (with open source components)
Initial release January 24, 1984; 29 years ago
Latest stable release 10.8.3 (March 14, 2013; 2 months ago)[±]
Latest unstable release 10.8.3 (Seed 12D78) (March 12, 2013(by Ahmad El Halabi)) [±]
LicenseProprietaryEULA
Official website apple.com/osx/
Mac OS is a series of graphical user interface-based operating systems developed by Apple Inc. for their Macintosh line of computer systems. The original version was the integral and unnamed system software first introduced in 1984 with the original Macintosh, and referred to simply as the System software. This is credited with popularizing the graphical user interface concept. Mac OS releases have existed in two series, Classic Mac OS from 1984 to 2000 and Mac OS X from 2001 to present. Both series share a general interface design, but have very different internal architectures.
Contents [hide]
1 Design Concept
2 Versions
2.1 'Classic' Mac OS (1984–2001)
2.2 OS X
3 Star Trek
4 68000 emulation
5 PowerPC emulation
6 Macintosh clones
7 A/UX
8 MAE
9 MkLinux
10 Mac OS on non Apple-labeled computers
11 References
12 Bibliography
13 External links
Design Concept [edit]
Apple deliberately sought to minimize the user's conceptual awareness of the operating system. This includes tasks which required more operating system knowledge on other systems would be accomplished by intuitive mouse gestures and simple graphic controls on a Macintosh, making the system more user-friendly and easily mastered. This would differentiate it from then current systems such as MS-DOS which were more technically challenging to operate.
The core of the system software was held in ROM, with updates provided free of charge by Apple dealers (on floppy disk). The user's involvement in an upgrade of the operating system was also minimized to running an installer, or simply replacing system files. This simplicity is what differentiated the product from others.
Versions [edit]
Early versions of Mac OS were compatible only with Motorola 68000-based Macintoshes. As Apple introduced computers with PowerPC hardware, the OS was ported to support this architecture. Mac OS 8.1 was the last version that could run on a '68K' processor (the 68040). OS X, which has superseded the 'Classic' Mac OS, is compatible with only PowerPC processors from version 10.0 ('Cheetah') to version 10.3 ('Panther'). PowerPC and Intel processors are supported in version 10.4 ('Tiger', Intel only supported after an update) and version 10.5 ('Leopard'). 10.6 and later versions support only Intel processors.[4]
The early Macintosh operating system initially consisted of two pieces of software, called 'System' and 'Finder', each with its own version number.[5] System 7.5.1 was the first to include the Mac OS logo (a variation on the original Happy Mac startup icon), and Mac OS 7.6 was the first to be named 'Mac OS'.
Before the introduction of the later PowerPC G3-based systems, significant parts of the system were stored in physical ROM on the motherboard. The initial purpose of this was to avoid using up the limited storage of floppy disks on system support, given that the early Macs had no hard disk (only one model of Mac was ever actually bootable using the ROM alone, the 1991 Mac Classicmodel). This architecture also allowed for a completely graphical OS interface at the lowest level[clarify] without the need for a text-only console or command-line mode. Boot time errors, such as finding no functioning disk drives, were communicated to the user graphically, usually with an icon or the distinctive Chicago bitmap font and a Chime of Death or a series of beeps. This was in contrast to computers of the time, which displayed such messages in a mono-spaced font on a black background, and required the use of the keyboard, not a mouse, for input. To provide such niceties at a low level, Mac OS depended on core system software in ROM on the motherboard, a fact that later helped to ensure that only Apple computers or licensed clones (with the copyright-protected ROMs from Apple) could run Mac OS.
'Classic' Mac OS (1984–2001) [edit]
Main article: History of Mac OS
Original 1984 Macintosh desktop
The 'classic' Mac OS is characterized by its monolithic system. Versions of Mac OS up through System 4 only ran one application at a time. Even so, it was noted for its ease of use. Mac OS gained cooperative multitasking with System 5, which ran on the Mac SE and Macintosh II. It was criticized for its very limited memory management, lack of protected memory, and susceptibility to conflicts among operating system 'extensions' that provide additional functionality (such as networking) or support for a particular device. Some extensions didn't work properly together, or only worked when loaded in a particular order. Troubleshooting Mac OS extensions could be a time-consuming process of trial and error.
The Macintosh originally used the Macintosh File System (MFS), a flat file system with only one level of folders. This was quickly replaced in 1985 by the Hierarchical File System (HFS), which had a true directory tree. Both file systems are otherwise compatible.
Most file systems used with DOS, Unix, or other operating systems treat a file as simply a sequence of bytes, requiring an application to know which bytes represent what type of information. By contrast, MFS and HFS give files two different 'forks'. The data fork contains the same sort of information as other file systems, such as the text of a document or the bitmaps of an image file. The resource fork contains other structured data such as menu definitions, graphics, sounds, or code segments. A file might consist only of resources with an empty data fork, or only a data fork with no resource fork. A word processor file could contain its text in the data fork and styling information in the resource fork, so that an application which doesn't recognize the styling information can still read the raw text.
On the other hand, these forks would provide a challenge to interoperability with other operating systems: how does one copy a dual-forked file into a different file system, or across a file-transfer system, or embed it into email? In copying or transferring a MacOS file to a non-Mac system, the default implementations would simply strip the file of its resource fork. Most data files contained only nonessential information in their resource fork, such as window size and location, but program files would be inoperative without their resources. This necessitated such encoding schemes asBinHex and MacBinary, which allowed a user to encode a dual-forked file into a single stream, or take a single stream so-encoded and reconstitute it into a dual-forked file usable by MacOS.
PowerPC versions of OS X up to and including OS X v10.4 Tiger (support for Classic was dropped by Apple with v10.5 Leopard's release and it is no longer included) include a compatibility layer for running older Mac applications, the Classic Environment. This runs a full copy of the older Mac OS, version 9.1 or later, in an OS X process. PowerPC-based Macs shipped with Mac OS 9.2 as well as OS X. Mac OS 9.2 had to be installed by the user— it was not installed by default on hardware revisions released after the release of OS X 10.4 Tiger. Most well-written 'classic' applications function properly under this environment, but compatibility is only assured if the software was written to be unaware of the actual hardware, and to interact solely with the operating system. The Classic Environment is not available on Intel-based Macintosh systems due to the incompatibility of Mac OS 9 with the x86 hardware.
Users of the classic Mac OS generally upgraded to OS X, but many criticized it as being more difficult and less user-friendly than the original Mac OS, for the lack of certain features that had not been re-implemented in the new OS, or for being slower on the same hardware (especially older hardware), or other, sometimes serious incompatibilities with the older OS.[6] Because drivers (for printers, scanners, tablets, etc.) written for the older Mac OS are not compatible with OS X, and due to the lack of OS X support for older Apple machines, a significant number of Macintosh users continued using the older classic Mac OS.
In June 2005, Steve Jobs announced at the Worldwide Developers Conference keynote that Apple computers would be transitioning from PowerPC to Intel processors and thus dropping compatibility on new machines for Mac OS Classic. At the same conference, Jobs announced Developer Transition Kits that included beta versions of Apple software including OS X that developers could use to test their applications as they ported them to run on Intel-powered Macs. In January 2006, Apple released the first Macintosh computers with Intel processors, an iMacand the MacBook Pro, and in February 2006, Apple released a Mac mini with an Intel Core Solo and Duo processor. On May 16, 2006, Apple released the MacBook, before completing the Intel transition on August 7 with the Mac Pro. To ease the transition for early buyers of the new machines, Intel-based Macs included an emulation technology called Rosetta, which allows them to run OS X software that was compiled for PowerPC-based Macintoshes. Rosetta runs transparently, creating a user experience identical to running the software on a PowerPC machine, though execution is typically slower than with native code. Rosetta was an optional installation in OS X 10.6 Snow Leopard and is not available at all in OS X 10.7 Lion.
OS X [edit]
Main article: OS X
OS X, introduced as Mac OS X and renamed OS X in 2012, is the latest version of Apple's operating system. Although it is officially designated as simply 'version 10' of the Mac OS, it has a history largely independent of the earlier Mac OS releases.
The operating system is the successor to Mac OS 9 and the 'classic' Mac OS. It is however a Unix-like operating system, based on the NeXTSTEP operating system and the Mach kernel which Apple acquired after purchasing NeXT Computer - with its CEO Steve Jobs returning to Apple at that time. OS X also makes use of the BSD code.[7] There have been nine significant releases of OS X, the most recent being OS X 10.8, referred to as Mountain Lion. Prior to 10. 8 came 10.7 - Lion, 10.6 - Snow Leopard, 10.5 - Leopard, 10.4 - Tiger, 10.3 - Panther, 10.2 - Jaguar, 10.1 - Puma, 10.0 - Cheetah.
OS X also had six significant releases as OS X Server. The first of these, OS X Server 1.0, was released in beta in 1999. The server versions are architecturally identical to the client versions, with the differentiation found in their inclusion of tools for server management, including tools for managing OS X-based workgroups, mail servers, and web servers, amongst other tools. As of the name change to OS X, OS X Server is no longer sold as a separate operating system product. The server tools could then be added to the singular OS X product, giving the same functionality.
OS X Server is available as an operating system to-order on Mac Mini and Mac Pro computers as a part of a server package. Unlike the client version, OS X Server can be run in a virtual machineusing emulation software such as Parallels Desktop and VMware Fusion.
OS X is also the basis for iOS, (previously iPhone OS) used on Apple's iPhone, iPod Touch, iPad, and Apple TV.
Star Trek [edit]
Main article: Star Trek project
Star Trek (as in 'to boldly go where no Mac has gone before') was a relatively unknown secret prototype Apple started work on in 1992, whose goal was to create a version of the classic Mac OS that would run on Intel-compatible x86 personal computers. The project was instigated by Novell, Inc., who were looking to integrate their DR-DOS with the Mac OS UI as a retort to Microsoft'sWindows 3.0. The Apple/Novell team (four from Apple, four from Novell) was able to get the Macintosh Finder and some basic applications, like QuickTime, running smoothly on the x86 architecture. Some of the code from this effort was reused later when porting the Mac OS to PowerPC.[8]
The project was canceled only one year later in early 1993. There are two theories for the project's short life: the first is that Apple's board canceled further development upon realizing that going with Star Trek would mean an entirely new business model and one that would likely see a notable drop in Apple's lucrative hardware sales; and the second is that an x86 Mac OS was not commercially viable in the early nineties because Microsoft's contracts for Windows 3.1 forced PC manufacturers to pay a royalty to Microsoft for every computer shipped, regardless of what operating system it contained.[9] Thus, widespread support for a new operating system with relatively few applications available was unlikely.
A further complication was that Star Trek was designed to be source-level compatible, not binary compatible, with the Mac OS. Mac applications would therefore have to be recompiled or rewritten by their developers to run on the x86 architecture, and there was much skepticism as to exactly how much work this would entail.
Fifteen years after Star Trek, support for the x86 architecture was officially included in Mac OS, and then Apple transitioned all desktop computers to the x86 architecture. This was not the direct result of earlier Project Star Trek efforts. The Darwin underpinning used for OS X 10.0 and later included support for the x86 architecture. The remaining non-Darwin portion of OS X (based onOPENSTEP, which ran on Intel processors) was released officially with the introduction of x86 Macintosh computers. In fact, Steve Jobs said that Mac OS X was 'leading a secret double life' during the introduction of the x86 transition.
68000 emulation [edit]
See also: Mac OS nanokernel#System 7.1.2—Mac OS 8.5.1
Although the Star Trek software was never released, third-party Macintosh emulators, such as vMac, Basilisk II, and Executor, eventually made it possible to run the classic Mac OS on Intel-based PCs. These emulators were restricted to emulating the 68000 series of processors, and as such most couldn't run versions of the Mac OS that succeeded 8.1, which required PowerPC processors. Most also required a Mac ROM image or a hardware interface supporting a real Mac ROM chip; those requiring an image are of dubious legal standing as the ROM image may infringe on Apple's intellectual property.
A notable exception was the Executor commercial software product from Abacus Research & Development, the only product that used 100% reverse engineered code without the use of Apple technology. It ran extremely quickly but never achieved more than a minor subset of functionality. Few programs were completely compatible and many were extremely crash-prone if they ran at all. Executor filled a niche market for porting 68000 classic Mac applications to x86 platforms; development ceased in 2002 and the source code was released by the author in late 2008.[10]
Emulators using Mac ROM images offered near complete Mac OS compatibility and later versions offered excellent performance as modern x86 processor performance increased exponentially.
Most of the Mac user base had already started moving to the PowerPC platform that offered backward compatibility on 8.xx & 9.xx operating systems along with faster PowerPC software support. This helped ease the transition to PowerPC-only applications while prematurely obsolescing 68000 emulators and the Classic-only applications they supported well before these emulators were refined enough to compete with a real Mac.
PowerPC emulation [edit]
At the time of 68000-emulator development, PowerPC support was difficult to justify not only due to the emulation code itself but also the anticipated wide performance overhead of an emulated PowerPC architecture vs. a real PowerPC based Mac. This would later prove correct with the start of the PearPC project even years later despite the availability of 7th & 8th generation x86 processors employing similar architecture paradigms present in the PowerPC. Many application developers were also creating and releasing both 68000 Classic and PowerPC versions concurrently helping to negate the need for PowerPC emulation. PowerPC Mac users who could technically run either obviously chose the faster PowerPC applications. Soon Apple was no longer selling 68000-based Macs and the existing installed base started to quickly evaporate. Despite the eventual excellent 68000-emulation technology available they proved never to be even a minor threat to real Macs due to their late arrival and immaturity even several years after the release of much more compelling PowerPC based Macs.
The PearPC emulator is capable of emulating the PowerPC processors required by newer versions of the Mac OS (like OS X). Unfortunately, it is still in the early stages and, like many emulators, tends to run much slower than a native operating system would.
During the transition from PowerPC to Intel processors, Apple realized the need to incorporate a PowerPC emulator into OS X in order to protect its customers' investments in software designed to run on the PowerPC. Apple's solution is an emulator called Rosetta. Prior to the announcement of Rosetta, industry observers assumed that any PowerPC emulator running on an x86 processor would suffer a heavy performance penalty (e.g., PearPC's slow performance). Rosetta's relatively minor performance penalty therefore took many by surprise.
Another PowerPC emulator is SheepShaver, which has been around since 1998 for BeOS on the PowerPC platform, but in 2002 was open sourced with porting efforts beginning to get it to run on other platforms. Originally it was not designed for use on x86 platforms and required an actual PowerPC processor present in the machine it was running on similar to a hypervisor. Although it provides PowerPC processor support, it can only run up to Mac OS 9.0.4 because it does not emulate a memory management unit.
Other examples include ShapeShifter (by the same programmer that conceived SheepShaver), Fusion and iFusion. The latter ran classic Mac OS with a PowerPC 'coprocessor' accelerator card. Using this method has been said to equal or better the speed of a Macintosh with the same processor, especially with respect to the m68k series due to real Macs running in MMU trap mode, hampering performance.
Macintosh clones [edit]
Main articles: Macintosh clone and OSx86
Several computer manufacturers over the years have made Macintosh clones capable of running Mac OS, notably Power Computing, UMAX and Motorola. These machines normally ran various versions of classic Mac OS. Steve Jobs ended the clone-licensing program after returning to Apple in 1997.
In 2008, a manufacturing company in Miami, FL called Psystar Corporation announced a $499 clone that comes with a barebones system that can run Mac OS X 10.5 Leopard. Threatened with legal battles, Psystar originally called the system OpenMac and have since changed it to Open Computer. Apple filed a lawsuit with the company and asked that Psystar be ordered to stop producing clone systems, recall every system sold, and pay monetary damages.[11] Eventually, Apple prevailed in court, and the Open Computer's production was ceased. Psystar itself appears to be defunct now, as the company's website is gone.
A/UX [edit]
Main article: A/UX
In 1988, Apple released its first UNIX-based OS, A/UX, which was a UNIX operating system with the Mac OS look and feel. It was not very competitive for its time, due in part to the crowded UNIX market. A/UX had most of its success in sales to the U.S. government, where POSIX compliance was a requirement that Mac OS could not meet. OS X later incorporated code from the UNIX-based NeXTStep after Steve Jobs rejoined Apple in 1997.
MAE [edit]
Main article: Macintosh Application Environment
The Macintosh Application Environment (MAE) was a software package introduced by Apple Computer in 1994 which allowed users of certain Unix-based computer workstations to run Apple Macintosh application software.
MAE used the X Window System to emulate a Macintosh Finder-style graphical user interface. The last version, MAE 3.0, was compatible with System 7.5.3.
MAE was available for Sun Microsystems SPARCstation and Hewlett-Packard systems. It was discontinued on May 14, 1998.
MkLinux [edit]
Main article: MkLinux
Announced at The 1996 World Wide Developers Conference (WWDC), MkLinux is an open source computer operating system started by the OSF Research Institute and Apple Computer in February 1996 to port Linux to the PowerPC platform, and thus Macintosh computers. In the summer of 1998, the community-led MkLinux Developers Association took over development of the operating system. MkLinux is short for 'Microkernel Linux,' which refers to the project's adaptation of the Linux kernel to run as a server hosted atop the Mach microkernel. MkLinux is based on version 3.0 of Mach.
Mac OS on non Apple-labeled computers [edit]
This section relies on references to primary sources. Please add references to secondary or tertiary sources. (March 2012)
Main article: OSx86
Although apparently a violation of Apple's EULA,[12] running OS X operating systems compiled for x86 or x86_64 ('Intel 64') on a non-Apple PC is possible using several approaches. If the processor is an Intel Core 2 or later, but not an Intel Atom, Apple's standard mach_kernel is sufficient.[citation needed] If the processor is an Atom, the user-supported 'legacy' mach_kernel_atom, derived from the appropriate mach_kernel, is required.[citation needed] If the processor is a pre-Core 2 Intel, e.g., a late Pentium 4 either with or without EM64T, but usually with H-T, the user-supported 'legacy' mach_kernel_non-atom, derived from the appropriate mach_kernel, is required.[citation needed]
Installation of MacOS X requires a MacOS X Installer emulator, the most straightforward of which is a USB flash drive-type Installer emulator. Once the installation has been successfully completed to the hard drive, the hard drive may be booted using the emulator portion of the USB flash drive as a 'helper' and a boot loader Installer may be downloaded and used to place the boot loader on the hard drive's boot blocks. Thereafter, MacOS X may be booted from the hard drive alone; the installed boot loader takes care of any required device injection and/or kernel patching.
MacOS X is generally compatible with any Intel desktop-based system or Intel-based motherboard, ICH6 or later,[13] however compatibility past Snow Leopard cannot be assured with ICH6. Compatibility with ICH7 and with Lion and 945 (G)MCH has already been demonstrated and proved. Compatibility with ICH7 or later and any associated MCH/(G)MCH is quite good, certainly including Lion, and possibly also including Mountain Lion.
MacOS X compatibility with Intel laptop- or netbook-based systems is quite variable but has been successful on a few Intel Atom-based netbooks.
References [edit]
^'The Open Brand - Register of Certified Products - OS X 10.5 on Intel-based Macintosh computers'. The Open Group. Retrieved November 22, 2009.
^'The Open Brand - Register of Certified Products - OS X 10.6 on Intel-based Macintosh computers'. The Open Group. Retrieved November 22, 2009.
^'Apple page on UNIX'. Apple Inc. Retrieved November 5, 2008.
^'OS X 10.6 Snow Leopard Installation and Setup Guide'. Apple Inc. Retrieved April 6, 2010.
^Macintosh: System Software Version History
^'OS X 10.1'.
^'Mac OS X: What is BSD?'.
^ Hormby (2005)
^Caldera Sues Microsoft
^'Executor source code'.
^ Paul McDougall (2008-07-16). 'Apple Demands Recall Of Psystar Mac Clones'. InformationWeek. Retrieved 2010-12-30.
^'Software License Agreement For OS X' (PDF). Apple, Inc. Retrieved 2010-05-10. 'This License allows you to install, use and run one (1) copy of the Apple Software on a single Apple-labeled computer at a time. You agree not to install, use or run the Apple Software on any non-Apple-labeled computer, or to enable others to do so.'
^ Apple Inc's Intel 'Proof of Concept' motherboard was 945 (G)MCH- and ICH6-based.

Is it possible to install Mac OS X on a PC ??? YES 🙂 do not want to buy a Mac for huge a price . . .

Thanks to some great set of tools created by some brilliant hackers, now it's possible to install Mac OS X on normal PC s.

NOTE:Here I am posting what I have done and succeed for me. But this is kind of an experimental thing. So, for some people things might not work the right way. So, before do this, if you want, its better to keep your backups. Then go ahead and try out this tutorial with your own risk ! .

Before we start, just take a look @ the OSX86 Project. Here you can find all the information about what we are going to and other important information.

STEPS Numberballs mac os.

Mac

1. Download OSx86 10.5.x

Download OSx86 10.5.7 0r OSx86 10.5.6 from your favorite Torrent site. Burn the downloaded '.ISO' file to DVD using any CD/DVD burning tool as a Bootable DVD (I prefer 10.5.6, because it's work for me)

Go to Select 'command-line' and type . . .
DISKPART> list disk // displays the available HDD
DISKPART> select disk n // select the disk which has windows installation, [where n = the disk number]
DISKPART> list partition // list partitions on the selected disk [you can see available patitions in your hard disk]
DISKPART> create partition primary size=15000 id=af // create a partition as primary with size of 15,000 MB (15 GB)
DISKPART> list partition // then you can see newly created partition is also here
DISKPART> select partition n // where n is the newly created partition to install MAC OS
DISKPART> active //sets partition active
DISKPART> exit

Smile World Mac Os Catalina

3. Reboot the machine and insert prepared bootable DVD

Smile World Mac Os X

4.Starting Installation
If your system support for the macOS X installation, it should boot from the DVD and it will show the Apple LOGO.
Then be patient to boot from the DVD. BUT, if your system freezes for more than 20 minutes with that Apple LOGO, Reboot and try the following.
Note: You can see count down timer is starting when starting to boot from DVD, before its over, press F8 key and you will be able to have some more option's. Now type -v and press enter. This will enable you to see any errors if they occur. In case your screen freezes for more than 10 – 15 minutes 😦 google to find out a solution for your problem.
Mac

1. Download OSx86 10.5.x

Download OSx86 10.5.7 0r OSx86 10.5.6 from your favorite Torrent site. Burn the downloaded '.ISO' file to DVD using any CD/DVD burning tool as a Bootable DVD (I prefer 10.5.6, because it's work for me)

Go to Select 'command-line' and type . . .
DISKPART> list disk // displays the available HDD
DISKPART> select disk n // select the disk which has windows installation, [where n = the disk number]
DISKPART> list partition // list partitions on the selected disk [you can see available patitions in your hard disk]
DISKPART> create partition primary size=15000 id=af // create a partition as primary with size of 15,000 MB (15 GB)
DISKPART> list partition // then you can see newly created partition is also here
DISKPART> select partition n // where n is the newly created partition to install MAC OS
DISKPART> active //sets partition active
DISKPART> exit

Smile World Mac Os Catalina

3. Reboot the machine and insert prepared bootable DVD

Smile World Mac Os X

4.Starting Installation
If your system support for the macOS X installation, it should boot from the DVD and it will show the Apple LOGO.
Then be patient to boot from the DVD. BUT, if your system freezes for more than 20 minutes with that Apple LOGO, Reboot and try the following.
Note: You can see count down timer is starting when starting to boot from DVD, before its over, press F8 key and you will be able to have some more option's. Now type -v and press enter. This will enable you to see any errors if they occur. In case your screen freezes for more than 10 – 15 minutes 😦 google to find out a solution for your problem.
5. Configuring the Installation
After boot, you will see a Graphical interface. Here you can see a Top Menu Bar, from the menu Click Utilities > Disk Utility.Then, select the destination drive where you want to install Mac OSX which is the partition we have created earlier in step 2.Then click on ERASEon right hand side menu paneThen, for the format option select 'MAC OSX Journaled Extended' and click Erase. So, the disk will be erased and mounted.

Then, Close the disk utility and agree to the terms and conditions

Then select the partition which you erased recently.

6. Customize the Install

The most important part. Here you have to choose the components/patches which support your hardware. So, its better to refer again http://wiki.osx86project.org/wiki/index.php/Main. Here you can find the sample hardware examples and compatibilities. If you want, you can use If you have doubts Insanelymac.com also.

Tip: For most of the INTEL based systems Default selected Kernel works very smoothly(do not want to change the Kernel) & for AMD system try Voodoo kernel. Dont add extra Drivers (.KEXTS) which might cause conflicts. It's better to select only the important thins such as sound drivers, Graphics drivers, USB patches . . . others keep leave.

That means, if You have NVIDIA geforce VGA on your laptop, you should select exactly compatible Driver from the 'Graphics' section, DO NOT select all. (if you select all, it might give problems)

After you selected all the relevant patches press Ok.

7. Checking the disk and Installation of System files

Now we are almost done

Now your DVD will be checking for consistency (if you want, just skip it, its not be a problem)

Then, installation begins. It will take more than 20 minutes, according to your machine. After the installation is over, machine will Reboot. Remove the DVD after it has rebooted.

You should be able to automatically boot into OS X at this time.

When you want to boot in to Windows, when the machine boot, press any key, you will see options for selecting the boot disk (if you have windows 7, there will have a partition called System Reseved) that is the partition you should select to boot in to windows. Planet 7 mobile login.

If you have problems boot in to windows, please try the following step.

8. Setting the Boot Loader

To boot in to Windows 7 or Vista, put in your windows 7 or Vista disk, and boot from it. When installation starts, it will ask for 'Start up Recovery'. Do it. Then you can boot in to windows. Then do go to CMD and type

DISKPART> list disk // displays the available HDD
DISKPART> select disk n // select the disk which has windows installation
DISKPART> list partition // list partitions on the selected disk
DISKPART> select partition n // select the partition number where windows was previously installed.
DISKPART> active //sets partition active
DISKPART> exit

REBOOT.

Now your vista /windows 7 should boot, If it doesn't try this:

Boot with installation disk into windows setup, choose recovery again, and select automated recovery of boot area. Windows should fix the boot automatically, then click Fix and reboot button.

9. Add MAC OS in to the Boot menu

Boot into windows and download EasyBCD (google it).

Open it, click 'Add/Remove entries' navigate to 'Mac'.

Select Type in the dropdown to 'Generic x86 Pc' and give some name in the text box below. This name will appear in your boot screen. Click 'SAVE'

REBOOT.

Yeahhh 🙂 🙂 🙂 that's it, enjoy MAC . . .





broken image