Jump to content

Marchrius
 Share

14 posts in this topic

Recommended Posts

Hi guys, this is my program which I use to update the AppleKextExcludeList in Mavericks every time I add a new kext in /System/Library/Extensions

 

The program is a command-line program. I post also the source code if you would to modify it. But remembre, you can mod it only if you release the source and same license. 

 

If you have some request/advice please post it.

 

 

Download compiled version (Works on Mavericks and Snow Leopard, not tested on other but it should work on previously OSs)

 

Source code:

  • Like 19
Link to comment
Share on other sites

We put it in Pandora??? :D

 

...nice job Marchrius!

 

Micky

Sure! :)

 

 

i do respect your efforts here but you do know this is unneeded, right?

I had problem with a modified version of the IOPCIFamily and every time I create the kextcache the system won't boot properly (the USB, wifi, ethernet doesn't work). Every time I should boot with -f option... 

 

But I'm agree with you, it helped only me with my particular situation. But I love to make program :P Ahahahah BTW, thanks for the advice!  ^_^

  • Like 5
Link to comment
Share on other sites

But I love to make program

That makes 2 of us ;)

Cool program Marchrius :D

  • Like 5
Link to comment
Share on other sites

That makes 2 of us ;)

Cool program Marchrius :D

Thanks Andy! :) I have much to learn from you ;)

 

Updated at version 1.0b3

  • Like 1
Link to comment
Share on other sites

N00bish question here but how do I run this? Also does this add all Kexts to the list including modified original ones? Thanks

This is a command-line program. You can launch it in Terminal.app

 

This program adds all kext (original and not original) to the AppleKextExcludeList.kext . Is not needed to check if the kexts are original or not. Then, the original, modified original and third party software...

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
  • 6 months later...

I get floating point exception

 

 

Kings-Mac-Pro:downloads root# ./KextExcludeListUpdater -f /users/kingd/desktop/list -k /system/library/extensions/AppleKextExcludeList.kext

Please wait while populating new ExcludeList...  

 

Floating point exception: 8

Kings-Mac-Pro:downloads root# 

Link to comment
Share on other sites

  • 2 weeks later...

I get floating point exception

 

 

Kings-Mac-Pro:downloads root# ./KextExcludeListUpdater -f /users/kingd/desktop/list -k /system/library/extensions/AppleKextExcludeList.kext

Please wait while populating new ExcludeList...

Floating point exception: 8

Kings-Mac-Pro:downloads root#

I'll investigate on it.
Link to comment
Share on other sites

 Share

×
×
  • Create New...