BetaArchive Logo
Total Current Archive Size: 4765.54GB in 15409 files
Navigation Home Screenshots Image Uploader Server Info FTP Servers Wiki Forum RSS Feed Rules Please Donate
UP: 12d, 8h, 53m | CPU: 15% | MEM: 5557MB of 12279MB used
{The community for beta collectors}

Post new topic Reply to topic  [ 4 posts ] 
Author Message
 PostPost subject: Hackintosh - Booters for Lion and SN (Chameleon RC5 Patched)        Posted: Sun May 08, 2011 9:09 am 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Mon May 02, 2011 5:16 pm

Posts
14

Location
France

Favourite OS
Mac OS X 10.8
.pkg by Andy Vandijck Attached File Chameleon_2.0_RC5_rAndy_Lion.zip (804.35K) : http://www.insanelymac.com/forum/index.php?act=attach&type=post&id=92502
.pkg result of diff V6 Attached File Chameleon_2.0_RC5_r755_Lion.pkg.zip (1.03MB) : http://www.insanelymac.com/forum/index.php?act=attach&type=post&id=92249

work in progress:

May 4 2011 - Kabyl branch: Binaries Attached File Kabyl_LionV1.zip (109.6K)
May 7 2011 - Kabyl branch: binaries Attached File Kabyl_LionV3.zip (108.51K)

I apply at the Kabyl revision 748 the recent Lion "patch"
(thanks to Kabyl for his help in code correction and adaptation)

You can find the diff file at voodooprojects here : http://forum.voodooprojects.org/index.php/topic,1890.0.html

Include the Chameleon Lion Patch code by cparm (ported by oldnapalm)
Include the Haiku - OpenBSD - FreeBSD as we see in diff V6 of the main trunk
Into V3 I rework the code with Lion code from Trunk 760
- As the other diff version the credits go the original author.

Quote:
with official trunk 760 the above "patch" are "obsolete"


Here the temporal Attached File BootHelp.txt (8.27K) : http://www.insanelymac.com/forum/index.php?act=attach&type=post&id=92425

here the diff file for patch the "virgin" Chameleon 2 RC5 trunk 75x

Chameleon 2 RC5 trunk 75x for Lion and lower...

LION patch credits:
All the credits go to the Chameleon team
Andy Vandijck
cparm
netkas
DutchHockeyPro
And all involved in the development in any way.

- Removed -x32 and arch=i386 option, use i386 instead -

V.1 (for Trunk752)
Credits to oldnapalm to share the patched C2RC5 source ported from old Chameleon-2.0-RC3-r658(patched source)
I hope no forgot any credits...
Things added:
"cosmetics" compiling (like meklort branch) credits to meklort
Some ID correction in pci.h and other things credits to Andy and valv (AnVAL Branch)
More Nasm correction by KillerJK
Also in nvidia.c will be applied some fix coming from different branch
(nvidia.c) NVPM (copied from Slice nvidia.c code) credits to Slice
(nvidia.c) "display-cfg" property injecting by Jingu
(nvidia.c) An additional device properties has to be injected to get HDMI back: @1,connector-type by Jingu or yehia2amer


V.2 (for Trunk752)
Things added:
Correct one warning thx mitch_de
QUOTE
bootstruct.c: In function ‘initKernBootStruct’:
bootstruct.c:54: warning: assignment from incompatible pointer type


V.3 (for Trunk753)
Things added:
Correct last warning
QUOTE
ati.c: In function ‘setup_ati_devprop’:
ati.c:662: warning: pointer targets in passing argument 3 of ‘devprop_add_value’ differ in signednes
from (AnVAL branch)
Add Icon and detection for Haiku OS credits to scorpius link
Add Icon and detection for FreeBSD and OpenBSD from (AnVAL branch)
Add credits into CREDITS file


V.4 (for Trunk753)
Binaries: C2RC5r755_diffV4.zip
Things added:
Add oldnapalm's suggest "fix" for FAT16, FAT32 and BEFS into gui.c
Add more credits into CREDITS file


V.5 (for Trunk753)
Binaries: C2RC5r755_diffV5.zip
Things added:
Applyoldnapalm's suggest "fix" into gui.c


V.6.1 (for Trunk753)Attached File C2RC5753xlionV6.1.diff.zip (225.26K) : http://www.insanelymac.com/forum/index.php?act=attach&type=post&id=92347

Binaries:
Things:
boot at 32&64 bit and kext from E/E
v6.1 Add asm code by DutchHockeyPro and comment the equivalent in boot.c


V.7 (for Trunk753)Attached File C2RC5753xlionV7.diff.zip (324.14K) : http://www.insanelymac.com/forum/index. ... t&id=92415

Binaries: Attached File C2RC5r755_diffV7.zip (114.49K) : http://www.insanelymac.com/forum/index. ... t&id=92414

Things:
Correct pci.c/.h


How use the .diff file...?
Fireup your terminal
- create a folder navigate into it.
- download the Chameleon2 RC5 source code:
svn co http://forge.voodooprojects.org/svn/chameleon/trunk
- download the diff patch file into the same first folder
patch -p0 < xxxdiff-file-namexxx.diff
- done... wink.gif

You will see the patching code process like this...

Code:
sh-3.2# patch -p0 < C2RC5753xlionV4.diff
patching file trunk/CHANGES
patching file trunk/CREDITS
patching file trunk/Chameleon.xcodeproj/project.pbxproj
patching file trunk/Makefile
patching file trunk/TODO
patching file trunk/artwork/themes/default/device_befs.png
patching file trunk/artwork/themes/default/device_befs_o.png
patching file trunk/artwork/themes/default/device_freebsd.png
patching file trunk/artwork/themes/default/device_freebsd_o.png
patching file trunk/artwork/themes/default/device_openbsd.png
patching file trunk/artwork/themes/default/device_openbsd_o.png
patching file trunk/doc/BootHelp.txt
patching file trunk/i386/MakeInc.dir
patching file trunk/i386/Makefile
patching file trunk/i386/boot0/Makefile
patching file trunk/i386/boot0/chain0.s
patching file trunk/i386/boot1/Makefile
patching file trunk/i386/boot2/Makefile
patching file trunk/i386/boot2/boot.c
patching file trunk/i386/boot2/boot.h
patching file trunk/i386/boot2/drivers.c
patching file trunk/i386/boot2/graphics.c
patching file trunk/i386/boot2/gui.c
patching file trunk/i386/boot2/mboot.c
patching file trunk/i386/boot2/options.c
patching file trunk/i386/boot2/resume.c
patching file trunk/i386/cdboot/Makefile
patching file trunk/i386/doc/README
patching file trunk/i386/libsa/Makefile
patching file trunk/i386/libsa/libsa.h
patching file trunk/i386/libsa/string.c
patching file trunk/i386/libsaio/Makefile
patching file trunk/i386/libsaio/acpi_patcher.c
patching file trunk/i386/libsaio/allocate.c
patching file trunk/i386/libsaio/aml_generator.c
patching file trunk/i386/libsaio/ati.c
patching file trunk/i386/libsaio/befs.c
patching file trunk/i386/libsaio/befs.h
patching file trunk/i386/libsaio/bios.h
patching file trunk/i386/libsaio/biosfn.c
patching file trunk/i386/libsaio/boot.h
patching file trunk/i386/libsaio/bootstruct.c
patching file trunk/i386/libsaio/bootstruct.h
patching file trunk/i386/libsaio/console.c
patching file trunk/i386/libsaio/device_inject.c
patching file trunk/i386/libsaio/disk.c
patching file trunk/i386/libsaio/fake_efi.c
patching file trunk/i386/libsaio/fdisk.h
patching file trunk/i386/libsaio/freebsd.c
patching file trunk/i386/libsaio/freebsd.h
patching file trunk/i386/libsaio/hpet.c
patching file trunk/i386/libsaio/load.c
patching file trunk/i386/libsaio/mem.c
patching file trunk/i386/libsaio/nvidia.c
patching file trunk/i386/libsaio/openbsd.c
patching file trunk/i386/libsaio/openbsd.h
patching file trunk/i386/libsaio/pci.c
patching file trunk/i386/libsaio/pci.h
patching file trunk/i386/libsaio/pci_root.c
patching file trunk/i386/libsaio/pci_setup.c
patching file trunk/i386/libsaio/platform.c
patching file trunk/i386/libsaio/saio_types.h
patching file trunk/i386/libsaio/smbios_patcher.c
patching file trunk/i386/libsaio/spd.c
patching file trunk/i386/libsaio/stringTable.c
patching file trunk/i386/libsaio/sys.c
patching file trunk/i386/libsaio/usb.c
patching file trunk/i386/util/Makefile
sh-3.2#


Source : InsanelyMac


Top  Profile
 PostPost subject: Re: Hackintosh - Booters for Lion and SN (Chameleon RC5 Patc        Posted: Sun May 08, 2011 6:14 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sun Jul 15, 2007 5:29 pm

Posts
1012

Location
Sweden

Favourite OS
OSX & LH4074
760 is released, with their changes merged into the main trunk..

_________________
Regards,
Leon Bollerup - BA VIP Member

OSX on dell Latitude - SEO & Sökmotoroptimering - Online Backup


Top  Profile  WWW  ICQ
 PostPost subject: Re: Hackintosh - Booters for Lion and SN (Chameleon RC5 Patc        Posted: Sun May 08, 2011 6:31 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Mon May 02, 2011 5:16 pm

Posts
14

Location
France

Favourite OS
Mac OS X 10.8
Yes I know (Into V3 I rework the code with Lion code from Trunk 760) ;)


Top  Profile
 PostPost subject: Re: Hackintosh - Booters for Lion and SN (Chameleon RC5 Patc        Posted: Sun May 08, 2011 6:34 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sun Jul 15, 2007 5:29 pm

Posts
1012

Location
Sweden

Favourite OS
OSX & LH4074
its kinda funny, when dp1 came out, several of the "higher" standing people on the scene said that Lion would be the end of chameleon .. and look where are are now =)

_________________
Regards,
Leon Bollerup - BA VIP Member

OSX on dell Latitude - SEO & Sökmotoroptimering - Online Backup


Top  Profile  WWW  ICQ
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 




Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.

Powered by phpBB® Forum Software © phpBB Group

Copyright © 2006-2013

 

Sitemap | XML | RSS