Jump to content

How to check if SL kext is 32/64 bit


4 posts in this topic

Recommended Posts

lipo -info /path/to/kext/kextname.kext/Contents/MacOS/kextname

 

thanks a lot !

 

x86_64 i386

i guess this means both :blink:

 

But why do some kexts (AHCIPortInjector,IOAHCIBlockStorageInjector, ATAPortInjector in my case) not have a MacOS folder?

 

lipo -info doesn't work on them.

 

screenshot20100108at100.png

 

seems to be a pattern with those injectors -_- so are they kind of "universal" (32+64) ?

Link to comment
Share on other sites

  • 2 weeks later...

According to http://www.projectosx.com/forum/index.php?...p;mode=threaded

 

an injector is like a dummy kext, which gets loaded by the bootloader and "injects" "certain" "values" to a real kext in System/Library/Extensions. Therefore it only works in /Extras/Extensions.

 

So it's not a real "driver", and doesn't care if it's PPC, i386 or x86_64

 

feel free to correct me if i got something wrong :)

i guess this case is solved.

 

thanks Mushishi :)

Link to comment
Share on other sites

 Share

×
×
  • Create New...