Jump to content

Different solutions


Andy Vandijck
 Share

925 posts in this topic

Recommended Posts

Andy,

Can you explain in plain English what os this kext for? And what is the different compare to Appleatapiix?

Thank you.

SuperVIAATA is a PATA/SATA driver for VIA chipsets.

It enables hard disks, DVD drive, etc...

The diff is what is needed to make such drivers work perfectly from SL and above.

  • Like 1
Link to comment
Share on other sites

I decided to mail Apple about these updates I made.

 

I prepared a dropbox folder for them containing my updates.

https://www.dropbox.com/sh/5udwzfag6nr6506/AAAYJxYV0oWfckS9UBQ-wyUSa?dl=0

 

Couldn't resist but send 2 mails:

opensource@apple.com

tcook@apple.com

 

Lets hope they implement some of the updates in a later version. ;)

Link to comment
Share on other sites

For people getting openssl.cnf not found, two commands will fix this:

sudo mkdir /usr/local/ssl

sudo cp /System/Library/OpenSSL/openssl.cnf /usr/local/ssl/

Fixed... ;)
openssl version
OpenSSL 1.0.1j 15 Oct 2014

No more warnings :D

Link to comment
Share on other sites

New version based on latest OpenSSL (1.0.1l).

All is now integrated into one installer package.

Enjoy :D

Link to comment
Share on other sites

Added Windows versions of the tool (x86 and x64).

Win32 and Win64 are thus fully supported now.

Link to comment
Share on other sites

 

Explaining roughly, you can create
boot.efi one that supports the i386 architecture (32bit)
this way you get INSTALLING Yosemite in 32 bits, currently
from Mountain Lion OSX only supports 64bit x86_64.
I think that's it.
Congratulations Andy.

 

 

Judging from that, u are telling me that I can boot yosemite in a single core 32bit cpu machine?

Link to comment
Share on other sites

Judging from that, u are telling me that I can boot yosemite in a single core 32bit cpu machine?

No it does require 64-bit but now you can use a 32-bit EFI only Mac.

32-bit single core would require kernel and kext's (not available yet).

Link to comment
Share on other sites

I created an enhanced version of IOPCIFamily for Yosemite.

It was even enhanced with CardBus support and scans the entire PCI bus.

It is fully updated to run fast and reliable.

I prebuilt versions for debug and release.

 

Github repo's:

https://github.com/andyvand/IOPCIFamily.git

https://github.com/andyvand/IOPCCardFamily

NOTE: The Github repo's will always contain the latest IOPCIFamily / IOPCCardFamily available

 

Enjoy :D;)

EDIT: Fixed some issues, now properly loads.

Also added pciutils-3.3.0 and built the supplemental tools.

Tools require debug=0x144 boot argument in order to work (needs PCI debugging).

I also added my own version of IOPCCardFamily (and built it all).

If people are wondering: where are the binaries ? -> build/Deployment or build/Development and tools.

Have fun :)

 

EDIT: New version.

I removed dependency upon Apple private components and I added necessary replacement functions.

It directly determines now the VMM feature, gets directly any cache line size it needs (both Intel and AMD).

I also provided strnstr replacement.

IOPCCardFamily-48-AnV.zip

IOPCIFamily-239.1.2-AnV.zip

  • Like 8
Link to comment
Share on other sites

See post 1... updated...

This time it will work fine.

I did some post debugging on it and it seems to be fine now.

I also added updated PCCard family for Yosemite.

  • Like 1
Link to comment
Share on other sites

See post 1... updated...

This time it will work fine.

I did some post debugging on it and it seems to be fine now.

I also added updated PCCard family for Yosemite.

thank :)

 

euh ? comment je fais pour essayer ? il n'est pas sous forme de kext ?  :worried_anim:

uh? how do I try? it is not in the form of kext?

post-1093405-0-24349700-1421976229_thumb.png

Edited by gils83
Link to comment
Share on other sites

thank :)

 

euh ? comment je fais pour essayer ? il n'est pas sous forme de kext ? :worried_anim:

uh? how do I try? it is not in the form of kext?

Les fichiers sont dans:

IOPCIFamily-239.2.1-AnV/build/Deployment (Release)

IOPCIFamily-239.2.1-AnV/build/Development (Debug)

C'est ca ;)

  • Like 1
Link to comment
Share on other sites

hello

what are the  fonctions of yours kexts please

amd or intel ?

thank

Append functionality to IOPCIFamily.

Both AMD and Intel

Link to comment
Share on other sites

:)

 

Hello Andy , 

 

idem KP :)

 

quel breton ? 

For people getting a KP:

Use AppleACPIPlatform.kext from 10.9.5.

There is something changed in ACPI that needs fixing.

  • Like 1
Link to comment
Share on other sites

For people getting a KP:

Use AppleACPIPlatform.kext from 10.9.5.

There is something changed in ACPI that needs fixing.

with AppleACPIPlatform from 10.9.5 does not work shut down and restart the system. So there are problems with USB (solved using IOUSBFamily from 10.9.5)

no kext ACPIP 10.9.5 :(

Here http://rusfolder.com/42815929

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...